@cmssy/next 9.4.0 → 9.6.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.
- package/dist/server.cjs +3 -1
- package/dist/server.js +3 -1
- package/package.json +4 -4
package/dist/server.cjs
CHANGED
|
@@ -128,7 +128,8 @@ function buildCmssyPageRenderer(config, blocks, options, editRoute) {
|
|
|
128
128
|
defaultLocale,
|
|
129
129
|
enabledLocales,
|
|
130
130
|
forms,
|
|
131
|
-
isPreview: true
|
|
131
|
+
isPreview: true,
|
|
132
|
+
config
|
|
132
133
|
});
|
|
133
134
|
return /* @__PURE__ */ jsxRuntime.jsx(client.CmssyLocaleProvider, { value: localeContext, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
134
135
|
Editor,
|
|
@@ -172,6 +173,7 @@ function buildCmssyPageRenderer(config, blocks, options, editRoute) {
|
|
|
172
173
|
locale,
|
|
173
174
|
defaultLocale,
|
|
174
175
|
enabledLocales,
|
|
176
|
+
config,
|
|
175
177
|
forms,
|
|
176
178
|
auth,
|
|
177
179
|
workspace,
|
package/dist/server.js
CHANGED
|
@@ -126,7 +126,8 @@ function buildCmssyPageRenderer(config, blocks, options, editRoute) {
|
|
|
126
126
|
defaultLocale,
|
|
127
127
|
enabledLocales,
|
|
128
128
|
forms,
|
|
129
|
-
isPreview: true
|
|
129
|
+
isPreview: true,
|
|
130
|
+
config
|
|
130
131
|
});
|
|
131
132
|
return /* @__PURE__ */ jsx(CmssyLocaleProvider, { value: localeContext, children: /* @__PURE__ */ jsx(
|
|
132
133
|
Editor,
|
|
@@ -170,6 +171,7 @@ function buildCmssyPageRenderer(config, blocks, options, editRoute) {
|
|
|
170
171
|
locale,
|
|
171
172
|
defaultLocale,
|
|
172
173
|
enabledLocales,
|
|
174
|
+
config,
|
|
173
175
|
forms,
|
|
174
176
|
auth,
|
|
175
177
|
workspace,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cmssy/next",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.6.0",
|
|
4
4
|
"description": "Next.js App Router bindings for cmssy headless sites (createCmssyPage + draft preview)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cmssy",
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
"tsup": "^8.3.0",
|
|
71
71
|
"typescript": "^5.6.0",
|
|
72
72
|
"vitest": "^2.1.0",
|
|
73
|
-
"@cmssy/react": "9.
|
|
73
|
+
"@cmssy/react": "9.6.0"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@cmssy/types": "0.
|
|
76
|
+
"@cmssy/types": "0.29.0",
|
|
77
77
|
"server-only": "^0.0.1",
|
|
78
|
-
"@cmssy/core": "9.
|
|
78
|
+
"@cmssy/core": "9.6.0"
|
|
79
79
|
},
|
|
80
80
|
"scripts": {
|
|
81
81
|
"build": "tsup",
|