@appwarden/middleware 1.0.16 → 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.
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @appwarden/middleware
2
+
3
+ Instantly shut off all access to a domain from your Discord server.
4
+
5
+ Read the docs [to get started](https://appwarden.io/docs/getting-started#for-projects-deployed-on-cloudflare-pages)
@@ -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.16",
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",