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