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

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,12 +231,6 @@ 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;
240
234
  /**
241
235
  * Requires middlewareRuntimeCache to be enabled. If enabled, the middleware will retain a copy
242
236
  * 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,12 +231,6 @@ 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;
240
234
  /**
241
235
  * Requires middlewareRuntimeCache to be enabled. If enabled, the middleware will retain a copy
242
236
  * of the old route data in cache and use it while the new route data is being fetched.
package/dist/index.js CHANGED
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  UNIFORM_MIDDLEWARE_QUIRK_COOKIE_NAME: () => UNIFORM_MIDDLEWARE_QUIRK_COOKIE_NAME,
24
24
  deserializeEvaluationResult: () => deserializeEvaluationResult,
25
25
  evaluatePersonalization: () => evaluatePersonalization,
@@ -31,7 +31,7 @@ __export(src_exports, {
31
31
  resolveRuleFromPageState: () => resolveRuleFromPageState,
32
32
  serializeEvaluationResult: () => serializeEvaluationResult
33
33
  });
34
- module.exports = __toCommonJS(src_exports);
34
+ module.exports = __toCommonJS(index_exports);
35
35
 
36
36
  // src/placements/evaluatePersonalization.ts
37
37
  var evaluatePersonalization = ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/next-app-router-shared",
3
- "version": "20.50.2-alpha.146+88f341e03e",
3
+ "version": "20.50.2-alpha.167+74e60d5bb7",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -23,21 +23,20 @@
23
23
  "/dist"
24
24
  ],
25
25
  "devDependencies": {
26
- "@types/node": "20.19.25",
27
- "@types/react": "19.0.8",
28
- "@types/react-dom": "19.0.3",
29
- "@types/uuid": "9.0.4",
30
- "next": "16.2.3",
31
- "react": "19.2.0",
32
- "react-dom": "19.2.0",
33
- "typescript": "5.9.2",
34
- "vite-tsconfig-paths": "^5.1.4",
35
- "vitest": "3.2.4"
26
+ "@types/node": "26.0.0",
27
+ "@types/react": "19.2.17",
28
+ "@types/react-dom": "19.2.3",
29
+ "next": "16.2.9",
30
+ "react": "19.2.1",
31
+ "react-dom": "19.2.1",
32
+ "typescript": "6.0.3",
33
+ "vite-tsconfig-paths": "^6.1.1",
34
+ "vitest": "4.1.9"
36
35
  },
37
36
  "dependencies": {
38
- "@uniformdev/canvas": "20.50.2-alpha.146+88f341e03e",
39
- "@uniformdev/context": "20.50.2-alpha.146+88f341e03e",
40
- "uuid": "9.0.1"
37
+ "@uniformdev/canvas": "20.50.2-alpha.167+74e60d5bb7",
38
+ "@uniformdev/context": "20.50.2-alpha.167+74e60d5bb7",
39
+ "uuid": "11.1.1"
41
40
  },
42
41
  "engines": {
43
42
  "node": ">=20.9.0"
@@ -50,5 +49,5 @@
50
49
  "publishConfig": {
51
50
  "access": "public"
52
51
  },
53
- "gitHead": "88f341e03ec871c6af2cd47b9ce257ff4a394816"
52
+ "gitHead": "74e60d5bb79fe1c4d446e4d3e6edf9f08850be4f"
54
53
  }