@sitecore-content-sdk/cli 0.1.0-beta.40 → 0.1.0-beta.41

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 +3 -7
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,9 +1,5 @@
1
- # Sitecore JavaScript Rendering SDK CLI Tools
1
+ # Sitecore Content SDK CLI Tools
2
2
 
3
- This module is provided as a part of Sitecore JavaScript Rendering SDK (JSS). It contains the JSS command line interface.
3
+ This module is provided as a part of Sitecore Contents SDK. It contains the Sitecore Content SDK command line interface.
4
4
 
5
- <!---
6
- @TODO: Update to next version docs before release
7
- -->
8
-
9
- [Documentation (XM Cloud)](https://doc.sitecore.com/xmc/en/developers/xm-cloud/sitecore-javascript-rendering-sdk-cli-tools.html)
5
+ [Documentation Sitecore Content SDK CLI](https://doc.sitecore.com/xmc/en/developers/content-sdk/cli-commands-and-configuration.html)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sitecore-content-sdk/cli",
3
- "version": "0.1.0-beta.40",
4
- "description": "Sitecore JSS command-line",
3
+ "version": "0.1.0-beta.41",
4
+ "description": "Sitecore Content SDK CLI",
5
5
  "main": "dist/cjs/cli.js",
6
6
  "module": "dist/esm/cli.js",
7
7
  "sideEffects": false,
@@ -26,15 +26,15 @@
26
26
  },
27
27
  "author": {
28
28
  "name": "Sitecore Corporation",
29
- "url": "https://jss.sitecore.com"
29
+ "url": "https://doc.sitecore.com/xmc/en/developers/content-sdk/sitecore-content-sdk-for-xm-cloud.html"
30
30
  },
31
31
  "license": "Apache-2.0",
32
- "homepage": "https://jss.sitecore.com",
32
+ "homepage": "https://doc.sitecore.com/xmc/en/developers/content-sdk/sitecore-content-sdk-for-xm-cloud.html",
33
33
  "bugs": {
34
- "url": "https://github.com/sitecore/jss/issues"
34
+ "url": "https://github.com/sitecore/content-sdk/issues"
35
35
  },
36
36
  "dependencies": {
37
- "@sitecore-content-sdk/core": "0.1.0-beta.40",
37
+ "@sitecore-content-sdk/core": "0.1.0-beta.41",
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": "90440a673c5d818a20218d8a0800bbd784caf924",
64
+ "gitHead": "3524592710edbbab27b25dd5652ba84b72a491c9",
65
65
  "files": [
66
66
  "dist",
67
67
  "types"