@sitecore-jss/sitecore-jss 21.1.3-canary.2 → 21.1.4
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.
- package/README.md +10 -10
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Sitecore JavaScript Rendering SDK
|
|
2
|
-
|
|
3
|
-
This module is provided as a part of Sitecore JavaScript Rendering SDK. It contains the core JSS APIs (layout service) and utilities.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
[Documentation (Experience Platform)](https://doc.sitecore.com/xp/en/developers/hd/210/sitecore-headless-development/sitecore-javascript-rendering-sdks--jss-.html)
|
|
7
|
-
|
|
8
|
-
[Documentation (XM Cloud)](https://doc.sitecore.com/xmc/en/developers/xm-cloud/sitecore-javascript-rendering-sdks--jss-.html)
|
|
9
|
-
|
|
10
|
-
[API reference documentation](/ref-docs/sitecore-jss/)
|
|
1
|
+
# Sitecore JavaScript Rendering SDK
|
|
2
|
+
|
|
3
|
+
This module is provided as a part of Sitecore JavaScript Rendering SDK. It contains the core JSS APIs (layout service) and utilities.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
[Documentation (Experience Platform)](https://doc.sitecore.com/xp/en/developers/hd/210/sitecore-headless-development/sitecore-javascript-rendering-sdks--jss-.html)
|
|
7
|
+
|
|
8
|
+
[Documentation (XM Cloud)](https://doc.sitecore.com/xmc/en/developers/xm-cloud/sitecore-javascript-rendering-sdks--jss-.html)
|
|
9
|
+
|
|
10
|
+
[API reference documentation](/ref-docs/sitecore-jss/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sitecore-jss/sitecore-jss",
|
|
3
|
-
"version": "21.1.
|
|
3
|
+
"version": "21.1.4",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
},
|
|
65
65
|
"description": "",
|
|
66
66
|
"types": "types/index.d.ts",
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "bd697c46c2de31d9abe6b509e1399f6f311169e5",
|
|
68
68
|
"files": [
|
|
69
69
|
"dist",
|
|
70
70
|
"types",
|