@framebreak/types 0.1.25 → 0.1.26

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 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3234,7 +3234,7 @@ declare const v1Router: {
3234
3234
  displayUsername?: string | null | undefined;
3235
3235
  };
3236
3236
  }>, zod.ZodObject<{
3237
- query: zod.ZodString;
3237
+ query: zod.ZodDefault<zod.ZodString>;
3238
3238
  limit: zod.ZodDefault<zod.ZodNumber>;
3239
3239
  }, better_auth.$strip>, _orpc_contract.Schema<{
3240
3240
  data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@framebreak/types",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "description": "Type definitions for the Framebreak API",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",