@appwarden/middleware 1.0.17 → 1.0.18

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.
@@ -25,6 +25,6 @@ declare const NextJsConfigFnOutputSchema: z.ZodFunction<z.ZodTuple<[z.ZodType<{
25
25
  }>>;
26
26
  type NextJsConfigFnType = z.infer<typeof NextJsConfigFnOutputSchema>;
27
27
 
28
- declare const withAppwardenOnPagesNextJs: (inputFn: NextJsConfigFnType) => next_server.NextMiddleware;
28
+ declare const withAppwardenOnNextJs: (inputFn: NextJsConfigFnType) => next_server.NextMiddleware;
29
29
 
30
- export { withAppwardenOnPagesNextJs };
30
+ export { withAppwardenOnNextJs };
@@ -4,7 +4,7 @@ import {
4
4
  import "./chunk-C7APN7T6.js";
5
5
 
6
6
  // src/bundles/pages-nextjs.ts
7
- var withAppwardenOnPagesNextJs = appwardenOnPagesNextJs;
7
+ var withAppwardenOnNextJs = appwardenOnPagesNextJs;
8
8
  export {
9
- withAppwardenOnPagesNextJs
9
+ withAppwardenOnNextJs
10
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appwarden/middleware",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Instantly shut off access your app deployed on Cloudflare or Vercel",
5
5
  "type": "module",
6
6
  "license": "MIT",