@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-
|
|
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
|
};
|
package/dist/zod/index.d.ts
CHANGED
package/dist/zod/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainfuse/types",
|
|
3
|
-
"version": "2.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": "
|
|
108
|
+
"gitHead": "3b6b779a75b5742f356f192a0e2e6506d572969d"
|
|
109
109
|
}
|