@uniformdev/next-app-router-shared 20.50.2-alpha.167 → 20.50.2-alpha.180

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.d.mts CHANGED
@@ -231,6 +231,12 @@ type UniformServerConfig = {
231
231
  * Experimental features.
232
232
  */
233
233
  experimental?: {
234
+ /**
235
+ * Enables visual editing mode.
236
+ *
237
+ * @default false
238
+ */
239
+ vercelVisualEditing?: boolean;
234
240
  /**
235
241
  * Requires middlewareRuntimeCache to be enabled. If enabled, the middleware will retain a copy
236
242
  * of the old route data in cache and use it while the new route data is being fetched.
package/dist/index.d.ts CHANGED
@@ -231,6 +231,12 @@ type UniformServerConfig = {
231
231
  * Experimental features.
232
232
  */
233
233
  experimental?: {
234
+ /**
235
+ * Enables visual editing mode.
236
+ *
237
+ * @default false
238
+ */
239
+ vercelVisualEditing?: boolean;
234
240
  /**
235
241
  * Requires middlewareRuntimeCache to be enabled. If enabled, the middleware will retain a copy
236
242
  * of the old route data in cache and use it while the new route data is being fetched.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/next-app-router-shared",
3
- "version": "20.50.2-alpha.167+74e60d5bb7",
3
+ "version": "20.50.2-alpha.180+0be2307590",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -34,8 +34,8 @@
34
34
  "vitest": "4.1.9"
35
35
  },
36
36
  "dependencies": {
37
- "@uniformdev/canvas": "20.50.2-alpha.167+74e60d5bb7",
38
- "@uniformdev/context": "20.50.2-alpha.167+74e60d5bb7",
37
+ "@uniformdev/canvas": "20.50.2-alpha.180+0be2307590",
38
+ "@uniformdev/context": "20.50.2-alpha.180+0be2307590",
39
39
  "uuid": "11.1.1"
40
40
  },
41
41
  "engines": {
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "74e60d5bb79fe1c4d446e4d3e6edf9f08850be4f"
52
+ "gitHead": "0be23075901a6fd0acd8166a2bea65fbd5589789"
53
53
  }