Some packages of the SAP Cloud SDK for JavaScript have been migrated to external GitHub. As a result, the packages were renamed as shown in the table below. No Breaking changes were made. Please use the new packages from now on.
| old package name | new package name |
|---|---|
@sap/cloud-sdk-util |
@sap-cloud-sdk/util |
@sap/cloud-sdk-analytics |
@sap-cloud-sdk/analytics |
@sap/cloud-sdk-core |
@sap-cloud-sdk/core |
@sap/cloud-sdk-generator |
@sap-cloud-sdk/generator |
@sap/cloud-sdk-test-util |
@sap-cloud-sdk/test-util |
dependencies/devDependencies/peerDependencies in your package.json.@sap/cloud-sdk-core with the new one e.g. @sap-cloud-sdk/core.^1.18.0.node_modules and the package-lock.json.npm i.The SAP Cloud SDK for JavaScript and TypeScript consists of multiple libraries to enable you to write side-by-side extensions on SAP Cloud Platform.
You can find tutorials that showcase some of the typical use cases on developers.sap.com.
If you have questions, you can reach out to us on StackOverflow using the tag sap-cloud-sdk and on answers.sap.com using the tag SAP Cloud SDK.
Also, you can browse our release notes to check out what's new in each version.