@uniformdev/canvas-next-rsc 20.39.3-alpha.1 → 20.40.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/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +11 -11
package/dist/index.esm.js
CHANGED
|
@@ -793,7 +793,7 @@ var UniformComposition = async ({
|
|
|
793
793
|
composition: route.compositionApiResponse.composition,
|
|
794
794
|
matchedRoute: route.matchedRoute,
|
|
795
795
|
searchParams,
|
|
796
|
-
|
|
796
|
+
// provide default non-undefined values to avoid serialization issues
|
|
797
797
|
dynamicInputs: (_a = route.dynamicInputs) != null ? _a : {},
|
|
798
798
|
type: "composition",
|
|
799
799
|
isContextualEditing: isIncontextEditingEnabled({ searchParams }),
|
package/dist/index.js
CHANGED
|
@@ -816,7 +816,7 @@ var UniformComposition = async ({
|
|
|
816
816
|
composition: route.compositionApiResponse.composition,
|
|
817
817
|
matchedRoute: route.matchedRoute,
|
|
818
818
|
searchParams,
|
|
819
|
-
|
|
819
|
+
// provide default non-undefined values to avoid serialization issues
|
|
820
820
|
dynamicInputs: (_a = route.dynamicInputs) != null ? _a : {},
|
|
821
821
|
type: "composition",
|
|
822
822
|
isContextualEditing: isIncontextEditingEnabled({ searchParams }),
|
package/dist/index.mjs
CHANGED
|
@@ -793,7 +793,7 @@ var UniformComposition = async ({
|
|
|
793
793
|
composition: route.compositionApiResponse.composition,
|
|
794
794
|
matchedRoute: route.matchedRoute,
|
|
795
795
|
searchParams,
|
|
796
|
-
|
|
796
|
+
// provide default non-undefined values to avoid serialization issues
|
|
797
797
|
dynamicInputs: (_a = route.dynamicInputs) != null ? _a : {},
|
|
798
798
|
type: "composition",
|
|
799
799
|
isContextualEditing: isIncontextEditingEnabled({ searchParams }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next-rsc",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.40.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsup",
|
|
@@ -61,15 +61,15 @@
|
|
|
61
61
|
"react-dom": "18.3.1"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@uniformdev/canvas": "20.
|
|
65
|
-
"@uniformdev/canvas-next-rsc-client": "^20.
|
|
66
|
-
"@uniformdev/canvas-next-rsc-shared": "^20.
|
|
67
|
-
"@uniformdev/canvas-react": "20.
|
|
68
|
-
"@uniformdev/context": "20.
|
|
69
|
-
"@uniformdev/project-map": "20.
|
|
70
|
-
"@uniformdev/redirect": "20.
|
|
71
|
-
"@uniformdev/richtext": "20.
|
|
72
|
-
"@uniformdev/webhooks": "20.
|
|
64
|
+
"@uniformdev/canvas": "20.40.0",
|
|
65
|
+
"@uniformdev/canvas-next-rsc-client": "^20.40.0",
|
|
66
|
+
"@uniformdev/canvas-next-rsc-shared": "^20.40.0",
|
|
67
|
+
"@uniformdev/canvas-react": "20.40.0",
|
|
68
|
+
"@uniformdev/context": "20.40.0",
|
|
69
|
+
"@uniformdev/project-map": "20.40.0",
|
|
70
|
+
"@uniformdev/redirect": "20.40.0",
|
|
71
|
+
"@uniformdev/richtext": "20.40.0",
|
|
72
|
+
"@uniformdev/webhooks": "20.40.0",
|
|
73
73
|
"@vercel/edge-config": "^0.4.0",
|
|
74
74
|
"encoding": "^0.1.13",
|
|
75
75
|
"server-only": "^0.0.1",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"access": "public"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "5a63373f91355d8865feac0d3fc11be59a5e38bd"
|
|
90
90
|
}
|