@uniformdev/next-app-router-shared 20.7.1-alpha.134 → 20.7.1-alpha.136

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
@@ -201,28 +201,28 @@ type UniformServerConfig = {
201
201
  */
202
202
  disableDevTools?: boolean;
203
203
  };
204
+ /**
205
+ * Enables quirk serialization for Uniform Context.
206
+ *
207
+ * @default true
208
+ */
209
+ quirkSerialization?: boolean;
210
+ /**
211
+ * Enables runtime cache in middleware.
212
+ *
213
+ * @default true
214
+ */
215
+ middlewareRuntimeCache?: boolean;
204
216
  /**
205
217
  * Experimental features.
206
218
  */
207
219
  experimental?: {
208
- /**
209
- * Enables quirk serialization for Uniform Context.
210
- *
211
- * @default false
212
- */
213
- quirkSerialization?: boolean;
214
220
  /**
215
221
  * Enables visual editing mode.
216
222
  *
217
223
  * @default false
218
224
  */
219
225
  vercelVisualEditing?: boolean;
220
- /**
221
- * Enables runtime cache in middleware.
222
- *
223
- * @default false
224
- */
225
- middlewareRuntimeCache?: boolean;
226
226
  /**
227
227
  * Requires middlewareRuntimeCache to be enabled. If enabled, the middleware will retain a copy
228
228
  * of the old route data in cache and use it while the new route data is being fetched.
package/dist/index.d.ts CHANGED
@@ -201,28 +201,28 @@ type UniformServerConfig = {
201
201
  */
202
202
  disableDevTools?: boolean;
203
203
  };
204
+ /**
205
+ * Enables quirk serialization for Uniform Context.
206
+ *
207
+ * @default true
208
+ */
209
+ quirkSerialization?: boolean;
210
+ /**
211
+ * Enables runtime cache in middleware.
212
+ *
213
+ * @default true
214
+ */
215
+ middlewareRuntimeCache?: boolean;
204
216
  /**
205
217
  * Experimental features.
206
218
  */
207
219
  experimental?: {
208
- /**
209
- * Enables quirk serialization for Uniform Context.
210
- *
211
- * @default false
212
- */
213
- quirkSerialization?: boolean;
214
220
  /**
215
221
  * Enables visual editing mode.
216
222
  *
217
223
  * @default false
218
224
  */
219
225
  vercelVisualEditing?: boolean;
220
- /**
221
- * Enables runtime cache in middleware.
222
- *
223
- * @default false
224
- */
225
- middlewareRuntimeCache?: boolean;
226
226
  /**
227
227
  * Requires middlewareRuntimeCache to be enabled. If enabled, the middleware will retain a copy
228
228
  * 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.7.1-alpha.134+97fe4134d7",
3
+ "version": "20.7.1-alpha.136+b24fc21071",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -36,8 +36,8 @@
36
36
  "vitest": "3.2.4"
37
37
  },
38
38
  "dependencies": {
39
- "@uniformdev/canvas": "20.7.1-alpha.134+97fe4134d7",
40
- "@uniformdev/context": "20.7.1-alpha.134+97fe4134d7",
39
+ "@uniformdev/canvas": "20.7.1-alpha.136+b24fc21071",
40
+ "@uniformdev/context": "20.7.1-alpha.136+b24fc21071",
41
41
  "uuid": "9.0.1"
42
42
  },
43
43
  "engines": {
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "97fe4134d72fb8c0b3a3432e1a6a410fdedeedb4"
54
+ "gitHead": "b24fc21071984f3e41cf7d2e46345c122182a185"
55
55
  }