@chainfuse/types 2.10.10 → 2.10.11

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.
@@ -747,7 +747,7 @@ export declare const workersAiCatalog: {
747
747
  readonly price: 0.02;
748
748
  readonly currency: "USD";
749
749
  }];
750
- readonly info: "https://huggingface.co/BAAI/bge-base-en-v1.5";
750
+ readonly info: "https://huggingface.co/BAAI/bge-small-en-v1.5";
751
751
  readonly max_input_tokens: 512;
752
752
  readonly output_dimensions: 384;
753
753
  };
@@ -852,7 +852,7 @@ export const workersAiCatalog = {
852
852
  currency: 'USD',
853
853
  },
854
854
  ],
855
- info: 'https://huggingface.co/BAAI/bge-base-en-v1.5',
855
+ info: 'https://huggingface.co/BAAI/bge-small-en-v1.5',
856
856
  max_input_tokens: 512,
857
857
  output_dimensions: 384,
858
858
  },
@@ -1,4 +1,4 @@
1
- import { z } from 'zod';
1
+ import { z } from 'zod/v3';
2
2
  /**
3
3
  * @link https://zod.dev/?id=json-type
4
4
  */
package/dist/zod/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { z } from 'zod';
1
+ import { z } from 'zod/v3';
2
2
  /**
3
3
  * @link https://zod.dev/?id=json-type
4
4
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainfuse/types",
3
- "version": "2.10.10",
3
+ "version": "2.10.11",
4
4
  "description": "",
5
5
  "author": "ChainFuse",
6
6
  "homepage": "https://github.com/ChainFuse/packages/tree/main/packages/types#readme",
@@ -105,5 +105,5 @@
105
105
  "@cloudflare/workers-types": "^4.20250520.0",
106
106
  "@types/validator": "^13.15.0"
107
107
  },
108
- "gitHead": "b5d775fa16d56df8df0548d457407eb590379ec1"
108
+ "gitHead": "3b6b779a75b5742f356f192a0e2e6506d572969d"
109
109
  }