@uniformdev/canvas-next-rsc 19.187.0 → 19.190.1-alpha.3
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 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +11 -11
package/dist/index.esm.js
CHANGED
|
@@ -554,6 +554,7 @@ var retrieveRouteByPath = async ({
|
|
|
554
554
|
...fetchOptions,
|
|
555
555
|
path: queryPath,
|
|
556
556
|
state,
|
|
557
|
+
dataResourcesVariant: state !== CANVAS_PUBLISHED_STATE ? "unpublished" : void 0,
|
|
557
558
|
withComponentIDs: true,
|
|
558
559
|
withContentSourceMap: isOnVercelPreviewEnvironment() && ((_a = getServerConfig().experimental) == null ? void 0 : _a.vercelVisualEditing)
|
|
559
560
|
});
|
package/dist/index.js
CHANGED
|
@@ -593,6 +593,7 @@ var retrieveRouteByPath = async ({
|
|
|
593
593
|
...fetchOptions,
|
|
594
594
|
path: queryPath,
|
|
595
595
|
state,
|
|
596
|
+
dataResourcesVariant: state !== import_canvas4.CANVAS_PUBLISHED_STATE ? "unpublished" : void 0,
|
|
596
597
|
withComponentIDs: true,
|
|
597
598
|
withContentSourceMap: isOnVercelPreviewEnvironment() && ((_a = getServerConfig().experimental) == null ? void 0 : _a.vercelVisualEditing)
|
|
598
599
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -554,6 +554,7 @@ var retrieveRouteByPath = async ({
|
|
|
554
554
|
...fetchOptions,
|
|
555
555
|
path: queryPath,
|
|
556
556
|
state,
|
|
557
|
+
dataResourcesVariant: state !== CANVAS_PUBLISHED_STATE ? "unpublished" : void 0,
|
|
557
558
|
withComponentIDs: true,
|
|
558
559
|
withContentSourceMap: isOnVercelPreviewEnvironment() && ((_a = getServerConfig().experimental) == null ? void 0 : _a.vercelVisualEditing)
|
|
559
560
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next-rsc",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.190.1-alpha.3+0f998ae81e",
|
|
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": "19.
|
|
65
|
-
"@uniformdev/canvas-next-rsc-client": "^19.
|
|
66
|
-
"@uniformdev/canvas-next-rsc-shared": "^19.
|
|
67
|
-
"@uniformdev/canvas-react": "19.
|
|
68
|
-
"@uniformdev/context": "19.
|
|
69
|
-
"@uniformdev/project-map": "19.
|
|
70
|
-
"@uniformdev/redirect": "19.
|
|
71
|
-
"@uniformdev/richtext": "19.
|
|
72
|
-
"@uniformdev/webhooks": "19.
|
|
64
|
+
"@uniformdev/canvas": "19.190.1-alpha.3+0f998ae81e",
|
|
65
|
+
"@uniformdev/canvas-next-rsc-client": "^19.190.1-alpha.3+0f998ae81e",
|
|
66
|
+
"@uniformdev/canvas-next-rsc-shared": "^19.190.1-alpha.3+0f998ae81e",
|
|
67
|
+
"@uniformdev/canvas-react": "19.190.1-alpha.3+0f998ae81e",
|
|
68
|
+
"@uniformdev/context": "19.190.1-alpha.3+0f998ae81e",
|
|
69
|
+
"@uniformdev/project-map": "19.190.1-alpha.3+0f998ae81e",
|
|
70
|
+
"@uniformdev/redirect": "19.190.1-alpha.3+0f998ae81e",
|
|
71
|
+
"@uniformdev/richtext": "19.190.1-alpha.3+0f998ae81e",
|
|
72
|
+
"@uniformdev/webhooks": "19.190.1-alpha.3+0f998ae81e",
|
|
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": "0f998ae81e331076b7d2c7339cdfaf5e82e75bd9"
|
|
90
90
|
}
|