Function: validatePublishSingleVersion()
ts
function validatePublishSingleVersion(manifest): boolean;Validate if a manifest has the correct structure when a new package is being created. The properties name, versions and _attachments must contain 1 element.
Parameters
| Parameter | Type |
|---|---|
manifest | any |
Returns
boolean
boolean