<!--- STOP! Before you open an issue please search this repository's issues to see if it has already been reported. This helps reduce duplicate issues from being created. --> <!--- SECURITY DISCLOSURE: If this is a security disclosure please follow the guidelines in CONTRIBUTING.md. This helps keep folks from accidentally releasing vulnerabilities before the maintainers get a chance to fix the issue. --> ### Expected Behaviour NPM package is published ### Actual Behaviour NPM package is not published According to https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/developing/generating-access-tokens-for-server-side-apis.html?lang=en#developer-flow We can install this package from npm: ``` const exchange = require("@adobe/aemcs-api-client-lib"); ``` What are the plans for publishing this as an npm package?