@sitecore-cloudsdk/utils 0.1.0-rc.4 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,5 @@
1
1
  # utils
2
2
 
3
- This library was generated with [Nx](https://nx.dev).
3
+ © Sitecore Corporation A/S. All rights reserved. Sitecore© is a registered trademark of Sitecore Corporation A/S.
4
4
 
5
- ## Building
6
-
7
- Run `nx build utils` to build the library.
8
-
9
- ## Running unit tests
10
-
11
- Run `nx test utils` to execute the unit tests via [Jest](https://jestjs.io).
5
+ This is an internal package used by other Sitecore Cloud SDK packages.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sitecore-cloudsdk/utils",
3
- "version": "0.1.0-rc.4",
3
+ "version": "0.1.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/cjs/src/index.js",
6
6
  "module": "dist/esm/src/index.js",