@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";
@@ -980,7 +980,6 @@ export const workersAiCatalog = {
980
980
  created_at: '2024-05-22 19:27:09.781',
981
981
  tags: [],
982
982
  properties: {
983
- async_queue: true,
984
983
  context_window: 60000,
985
984
  price: [
986
985
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainfuse/types",
3
- "version": "4.1.6",
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.20251127.0",
105
+ "@cloudflare/workers-types": "^4.20251202.0",
106
106
  "@types/validator": "^13.15.10"
107
107
  },
108
- "gitHead": "a7ba85aa01dd1c54356ef54b1af743cd9f6a767e"
108
+ "gitHead": "d432da617475413e81f26f80c8d06ae9db6a00f8"
109
109
  }