@uniformdev/canvas-next-rsc 20.70.0 → 20.70.1-alpha.10

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +16 -16
package/dist/index.js CHANGED
@@ -28,8 +28,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // src/index.ts
31
- var src_exports = {};
32
- __export(src_exports, {
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
33
  ContextUpdateTransfer: () => ContextUpdateTransfer,
34
34
  UniformComposition: () => UniformComposition,
35
35
  UniformContext: () => UniformContext,
@@ -54,7 +54,7 @@ __export(src_exports, {
54
54
  retrieveCompositionBySlug: () => retrieveCompositionBySlug,
55
55
  retrieveRoute: () => retrieveRoute
56
56
  });
57
- module.exports = __toCommonJS(src_exports);
57
+ module.exports = __toCommonJS(index_exports);
58
58
  var import_server_only = require("server-only");
59
59
 
60
60
  // src/clients/canvasClient.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next-rsc",
3
- "version": "20.70.0",
3
+ "version": "20.70.1-alpha.10+6e0ecaf156",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -53,26 +53,26 @@
53
53
  "/dist"
54
54
  ],
55
55
  "devDependencies": {
56
- "@types/node": "24.3.1",
57
- "@types/react": "19.2.2",
58
- "next": "15.5.15",
56
+ "@types/node": "26.0.0",
57
+ "@types/react": "19.2.17",
58
+ "next": "15.5.19",
59
59
  "react": "19.2.1",
60
60
  "react-dom": "19.2.1"
61
61
  },
62
62
  "dependencies": {
63
- "@uniformdev/canvas": "20.70.0",
64
- "@uniformdev/canvas-next-rsc-client": "^20.70.0",
65
- "@uniformdev/canvas-next-rsc-shared": "^20.70.0",
66
- "@uniformdev/canvas-react": "20.70.0",
67
- "@uniformdev/context": "20.70.0",
68
- "@uniformdev/project-map": "20.70.0",
69
- "@uniformdev/redirect": "20.70.0",
70
- "@uniformdev/richtext": "20.70.0",
71
- "@uniformdev/webhooks": "20.70.0",
72
- "@vercel/edge-config": "^0.4.0",
63
+ "@uniformdev/canvas": "20.70.1-alpha.10+6e0ecaf156",
64
+ "@uniformdev/canvas-next-rsc-client": "^20.70.1-alpha.10+6e0ecaf156",
65
+ "@uniformdev/canvas-next-rsc-shared": "^20.70.1-alpha.10+6e0ecaf156",
66
+ "@uniformdev/canvas-react": "20.70.1-alpha.10+6e0ecaf156",
67
+ "@uniformdev/context": "20.70.1-alpha.10+6e0ecaf156",
68
+ "@uniformdev/project-map": "20.70.1-alpha.10+6e0ecaf156",
69
+ "@uniformdev/redirect": "20.70.1-alpha.10+6e0ecaf156",
70
+ "@uniformdev/richtext": "20.70.1-alpha.10+6e0ecaf156",
71
+ "@uniformdev/webhooks": "20.70.1-alpha.10+6e0ecaf156",
72
+ "@vercel/edge-config": "^1.4.3",
73
73
  "encoding": "^0.1.13",
74
74
  "server-only": "^0.0.1",
75
- "svix": "^1.5.0"
75
+ "svix": "^1.96.0"
76
76
  },
77
77
  "engines": {
78
78
  "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "3f8f572b37fc7ea5d2f37b1425451973556f3392"
88
+ "gitHead": "6e0ecaf15691da45ddab84cc3ca11c4d048bbbdd"
89
89
  }