Private NPM Packages in CloudCode Tasks
We’re excited to announce private NPM packages in a CloudCode task.
Before, you were only able to include public NPM packages into your tasks. This made maintaining shared private logic between tasks difficult since you had to copy-paste the relevant source code.
CloudCode now supports the ability to include private packages into CloudCode tasks.
Changelog
added: Ability to include private NPM packages into CloudCode tasks
Last updated