@sitecore-content-sdk/cli 0.2.0-beta.3 → 0.2.0-canary.1

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Sitecore Content SDK CLI
1
+ # Sitecore Content SDK CLI Tools
2
2
 
3
3
  This module is provided as a part of Sitecore Contents SDK. It contains the Sitecore Content SDK command line interface.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sitecore-content-sdk/cli",
3
- "version": "0.2.0-beta.3",
3
+ "version": "0.2.0-canary.1",
4
4
  "description": "Sitecore Content SDK CLI",
5
5
  "main": "dist/cjs/cli.js",
6
6
  "module": "dist/esm/cli.js",
@@ -34,7 +34,7 @@
34
34
  "url": "https://github.com/sitecore/content-sdk/issues"
35
35
  },
36
36
  "dependencies": {
37
- "@sitecore-content-sdk/core": "0.2.0-beta.3",
37
+ "@sitecore-content-sdk/core": "0.2.0-canary.1",
38
38
  "dotenv": "^16.4.7",
39
39
  "dotenv-expand": "^12.0.1",
40
40
  "resolve": "^1.22.10",
@@ -61,7 +61,7 @@
61
61
  "ts-node": "^10.9.1",
62
62
  "typescript": "~5.7.3"
63
63
  },
64
- "gitHead": "7db8889529e2e1becdc47f1e7ec1962bbad3f47d",
64
+ "gitHead": "3a88a58fe414d18d4cf1ffece9660526f59976da",
65
65
  "files": [
66
66
  "dist",
67
67
  "types"