@uniformdev/next-app-router 20.7.1-alpha.118 → 20.7.1-alpha.120

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
@@ -207,8 +207,7 @@ type CreateStaticParamsOptions = {
207
207
  }) => Promise<RewriteRequestPathResult | undefined>;
208
208
  };
209
209
  /**
210
- * @deprecated
211
- * Experimental function to generate all possible page states for the given paths.
210
+ * Function to generate all possible page states for the given paths in playground mode.
212
211
  * @param options
213
212
  * @returns
214
213
  */
@@ -216,8 +215,7 @@ declare const createUniformPlaygroundStaticParams: (options: CreateStaticParamsO
216
215
  code: string;
217
216
  }[]>;
218
217
  /**
219
- * @deprecated
220
- * Experimental function to generate all possible page states for the given paths.
218
+ * Function to generate all possible page states for the given paths.
221
219
  * @param options
222
220
  * @returns
223
221
  */
package/dist/index.d.ts CHANGED
@@ -207,8 +207,7 @@ type CreateStaticParamsOptions = {
207
207
  }) => Promise<RewriteRequestPathResult | undefined>;
208
208
  };
209
209
  /**
210
- * @deprecated
211
- * Experimental function to generate all possible page states for the given paths.
210
+ * Function to generate all possible page states for the given paths in playground mode.
212
211
  * @param options
213
212
  * @returns
214
213
  */
@@ -216,8 +215,7 @@ declare const createUniformPlaygroundStaticParams: (options: CreateStaticParamsO
216
215
  code: string;
217
216
  }[]>;
218
217
  /**
219
- * @deprecated
220
- * Experimental function to generate all possible page states for the given paths.
218
+ * Function to generate all possible page states for the given paths.
221
219
  * @param options
222
220
  * @returns
223
221
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/next-app-router",
3
- "version": "20.7.1-alpha.118+5483f1e4cc",
3
+ "version": "20.7.1-alpha.120+5160373551",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -86,12 +86,12 @@
86
86
  "typescript": "5.9.2"
87
87
  },
88
88
  "dependencies": {
89
- "@uniformdev/canvas-react": "20.7.1-alpha.118+5483f1e4cc",
90
- "@uniformdev/next-app-router-client": "20.7.1-alpha.118+5483f1e4cc",
91
- "@uniformdev/next-app-router-shared": "20.7.1-alpha.118+5483f1e4cc",
92
- "@uniformdev/redirect": "20.7.1-alpha.118+5483f1e4cc",
93
- "@uniformdev/richtext": "20.7.1-alpha.118+5483f1e4cc",
94
- "@uniformdev/webhooks": "20.7.1-alpha.118+5483f1e4cc",
89
+ "@uniformdev/canvas-react": "20.7.1-alpha.120+5160373551",
90
+ "@uniformdev/next-app-router-client": "20.7.1-alpha.120+5160373551",
91
+ "@uniformdev/next-app-router-shared": "20.7.1-alpha.120+5160373551",
92
+ "@uniformdev/redirect": "20.7.1-alpha.120+5160373551",
93
+ "@uniformdev/richtext": "20.7.1-alpha.120+5160373551",
94
+ "@uniformdev/webhooks": "20.7.1-alpha.120+5160373551",
95
95
  "@vercel/functions": "^2.2.2",
96
96
  "encoding": "^0.1.13",
97
97
  "server-only": "^0.0.1",
@@ -108,5 +108,5 @@
108
108
  "publishConfig": {
109
109
  "access": "public"
110
110
  },
111
- "gitHead": "5483f1e4ccb621d21848f58878cda17f14a86dea"
111
+ "gitHead": "5160373551e91f6ef481c9f3687cad238e379591"
112
112
  }