@uniformdev/canvas-next 20.39.3-alpha.1 → 20.39.3-alpha.11

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,7 +267,6 @@ function createRouteFetcher(options) {
267
267
  {
268
268
  type: "composition",
269
269
  matchedRoute: "contextual-editing",
270
- dynamicInputs: {},
271
270
  compositionApiResponse: {
272
271
  composition: {
273
272
  ...import_canvas.EMPTY_COMPOSITION,
@@ -145,7 +145,6 @@ function createRouteFetcher(options) {
145
145
  {
146
146
  type: "composition",
147
147
  matchedRoute: "contextual-editing",
148
- dynamicInputs: {},
149
148
  compositionApiResponse: {
150
149
  composition: {
151
150
  ...EMPTY_COMPOSITION,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next",
3
- "version": "20.39.3-alpha.1+5c5ebdb625",
3
+ "version": "20.39.3-alpha.11+b3ab5fb305",
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.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",
70
+ "@uniformdev/canvas": "20.39.3-alpha.11+b3ab5fb305",
71
+ "@uniformdev/canvas-react": "20.39.3-alpha.11+b3ab5fb305",
72
+ "@uniformdev/context": "20.39.3-alpha.11+b3ab5fb305",
73
+ "@uniformdev/project-map": "20.39.3-alpha.11+b3ab5fb305",
74
+ "@uniformdev/redirect": "20.39.3-alpha.11+b3ab5fb305",
75
+ "@uniformdev/richtext": "20.39.3-alpha.11+b3ab5fb305",
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": "5c5ebdb6256f19b67d7941890176e63f3d60b8f4"
95
+ "gitHead": "b3ab5fb305533690de4bbd859a69196b6c26ee2f"
96
96
  }