NPM and Component Cloud
NPM
You can publish your components to NPM.
Any component or frame marked in your project as ‘add to library’ will be published to NPM.
Registry - your registry URL
Registry Token - Your registry token
Access - public or restricted
Package Name - The name of the package that will display on the NPM website
Description - Description of the package
Component Cloud
The component cloud is where you can install additional components and packages into your project. You can publish your components to the cloud to install and use in another project.
Any component or frame marked in your project as "add to library" will be published to the cloud.
Package Name - The name of the package that will display in the cloud
Description - Description of the package
Package Slug - the unique id address
Full Package Slug - the full package slug name
Private - if marked true, this package will be private, and only you will have access to install it.
Thumbnail - the frame you want as the thumbnail image
Preview- the frame you want as the preview image
Versioning
When publishing to the Component Cloud or to NPM you will be asked to create a version number. It is best practice to follow semantic versioning when creating versions.

Version Information
More info
Watch on YouTube an overview of publishing
Updated 6 months ago