@framebreak/types 0.1.4 → 0.1.5

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
@@ -1606,7 +1606,7 @@ declare const v1Router: {
1606
1606
  displayUsername?: string | null | undefined;
1607
1607
  };
1608
1608
  }>, zod.ZodObject<{
1609
- files: zod.ZodArray<zod.ZodFile>;
1609
+ files: zod.ZodArray<zod.ZodCustom<Blob, Blob>>;
1610
1610
  }, better_auth.$strip>, _orpc_contract.Schema<{
1611
1611
  data: {
1612
1612
  urls: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@framebreak/types",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Type definitions for the Framebreak API",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",