@chainfuse/types 4.1.6 → 4.1.7
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.
|
@@ -857,7 +857,6 @@ export declare const workersAiCatalog: {
|
|
|
857
857
|
readonly created_at: "2024-05-22 19:27:09.781";
|
|
858
858
|
readonly tags: readonly [];
|
|
859
859
|
readonly properties: {
|
|
860
|
-
readonly async_queue: true;
|
|
861
860
|
readonly context_window: 60000;
|
|
862
861
|
readonly price: readonly [{
|
|
863
862
|
readonly unit: "per M input tokens";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainfuse/types",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "ChainFuse",
|
|
6
6
|
"homepage": "https://github.com/ChainFuse/packages/tree/main/packages/types#readme",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"zod": "^4.1.13"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@cloudflare/workers-types": "^4.
|
|
105
|
+
"@cloudflare/workers-types": "^4.20251202.0",
|
|
106
106
|
"@types/validator": "^13.15.10"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "d432da617475413e81f26f80c8d06ae9db6a00f8"
|
|
109
109
|
}
|