@mestra-dev/contract 0.0.36 → 0.0.37

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -12852,6 +12852,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
12852
12852
  action: string;
12853
12853
  }[];
12854
12854
  }[];
12855
+ unpaidLimit: number;
12855
12856
  };
12856
12857
  outputFormat: "json";
12857
12858
  status: 200;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mestra-dev/contract",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "Types-only Hono AppType contract for the Mestra auth API",
5
5
  "type": "module",
6
6
  "sideEffects": false,