@sitecore-content-sdk/nextjs 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.
- package/README.md +5 -4
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
# Sitecore
|
|
1
|
+
# Sitecore Content SDK for Next.js
|
|
2
|
+
|
|
3
|
+
This module is provided as a part of Sitecore Content SDK. It contains Next.js components and integration for Sitecore Content SDK.
|
|
2
4
|
|
|
3
5
|
<!---
|
|
4
|
-
@TODO:
|
|
6
|
+
@TODO: Update link with appropriate page when avaiable
|
|
5
7
|
-->
|
|
6
|
-
This module is provided as a part of Sitecore JavaScript Rendering SDK. It contains Next.js components and integration for JSS.
|
|
7
8
|
|
|
8
|
-
[Documentation
|
|
9
|
+
[Documentation](https://doc.sitecore.com/xmc/en/developers/xm-cloud/sitecore-javascript-rendering-sdk--jss--for-next-js.html)
|
|
9
10
|
|
|
10
11
|
[API reference documentation](/ref-docs/nextjs/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sitecore-content-sdk/nextjs",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.41",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
},
|
|
23
23
|
"author": {
|
|
24
24
|
"name": "Sitecore Corporation",
|
|
25
|
-
"url": "https://
|
|
25
|
+
"url": "https://doc.sitecore.com/xmc/en/developers/content-sdk/sitecore-content-sdk-for-xm-cloud.html"
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
|
-
"homepage": "https://
|
|
28
|
+
"homepage": "https://doc.sitecore.com/xmc/en/developers/content-sdk/sitecore-content-sdk-for-xm-cloud.html",
|
|
29
29
|
"bugs": {
|
|
30
|
-
"url": "https://github.com/sitecore/
|
|
30
|
+
"url": "https://github.com/sitecore/content-sdk/issues"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@sitecore-cloudsdk/core": "^0.5.0",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"@babel/parser": "^7.26.10",
|
|
78
|
-
"@sitecore-content-sdk/core": "0.1.0-beta.
|
|
79
|
-
"@sitecore-content-sdk/react": "0.1.0-beta.
|
|
78
|
+
"@sitecore-content-sdk/core": "0.1.0-beta.41",
|
|
79
|
+
"@sitecore-content-sdk/react": "0.1.0-beta.41",
|
|
80
80
|
"@vercel/kv": "^3.0.0",
|
|
81
81
|
"prop-types": "^15.8.1",
|
|
82
82
|
"recast": "^0.23.11",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
"description": "",
|
|
87
87
|
"types": "types/index.d.ts",
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "3524592710edbbab27b25dd5652ba84b72a491c9",
|
|
89
89
|
"files": [
|
|
90
90
|
"dist",
|
|
91
91
|
"types",
|