@uniformdev/canvas-next 20.39.1-alpha.7 → 20.39.3-alpha.1

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.
@@ -267,6 +267,7 @@ function createRouteFetcher(options) {
267
267
  {
268
268
  type: "composition",
269
269
  matchedRoute: "contextual-editing",
270
+ dynamicInputs: {},
270
271
  compositionApiResponse: {
271
272
  composition: {
272
273
  ...import_canvas.EMPTY_COMPOSITION,
@@ -145,6 +145,7 @@ function createRouteFetcher(options) {
145
145
  {
146
146
  type: "composition",
147
147
  matchedRoute: "contextual-editing",
148
+ dynamicInputs: {},
148
149
  compositionApiResponse: {
149
150
  composition: {
150
151
  ...EMPTY_COMPOSITION,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next",
3
- "version": "20.39.1-alpha.7+ac50357e0c",
3
+ "version": "20.39.3-alpha.1+5c5ebdb625",
4
4
  "description": "Next.js SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -67,12 +67,12 @@
67
67
  "document:prebuild": "api-extractor run --local"
68
68
  },
69
69
  "dependencies": {
70
- "@uniformdev/canvas": "20.39.1-alpha.7+ac50357e0c",
71
- "@uniformdev/canvas-react": "20.39.1-alpha.7+ac50357e0c",
72
- "@uniformdev/context": "20.39.1-alpha.7+ac50357e0c",
73
- "@uniformdev/project-map": "20.39.1-alpha.7+ac50357e0c",
74
- "@uniformdev/redirect": "20.39.1-alpha.7+ac50357e0c",
75
- "@uniformdev/richtext": "20.39.1-alpha.7+ac50357e0c",
70
+ "@uniformdev/canvas": "20.39.3-alpha.1+5c5ebdb625",
71
+ "@uniformdev/canvas-react": "20.39.3-alpha.1+5c5ebdb625",
72
+ "@uniformdev/context": "20.39.3-alpha.1+5c5ebdb625",
73
+ "@uniformdev/project-map": "20.39.3-alpha.1+5c5ebdb625",
74
+ "@uniformdev/redirect": "20.39.3-alpha.1+5c5ebdb625",
75
+ "@uniformdev/richtext": "20.39.3-alpha.1+5c5ebdb625",
76
76
  "colorette": "2.0.20"
77
77
  },
78
78
  "peerDependencies": {
@@ -92,5 +92,5 @@
92
92
  "publishConfig": {
93
93
  "access": "public"
94
94
  },
95
- "gitHead": "ac50357e0c9010f01b0afb8bb216b89db898eae2"
95
+ "gitHead": "5c5ebdb6256f19b67d7941890176e63f3d60b8f4"
96
96
  }