@chainfuse/types 2.10.19 → 2.10.20

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.
@@ -842,6 +842,16 @@ export declare const workersAiCatalog: {
842
842
  readonly currency: "USD";
843
843
  }];
844
844
  };
845
+ }, {
846
+ readonly id: "88c5e2c0-100c-40f9-86a1-ae68ff22ffa7";
847
+ readonly source: 1;
848
+ readonly name: "@cf/facebook/omni-detr-resnet-50";
849
+ readonly description: "DEtection TRansformer (DETR) model trained end-to-end on COCO 2017 object detection (118k annotated images).";
850
+ readonly created_at: "2025-05-26 22:05:25.581";
851
+ readonly tags: readonly [];
852
+ readonly properties: {
853
+ readonly beta: true;
854
+ };
845
855
  }];
846
856
  };
847
857
  readonly 'Text-to-Speech': {
@@ -965,6 +965,17 @@ export const workersAiCatalog = {
965
965
  ],
966
966
  },
967
967
  },
968
+ {
969
+ id: '88c5e2c0-100c-40f9-86a1-ae68ff22ffa7',
970
+ source: 1,
971
+ name: '@cf/facebook/omni-detr-resnet-50',
972
+ description: 'DEtection TRansformer (DETR) model trained end-to-end on COCO 2017 object detection (118k annotated images).',
973
+ created_at: '2025-05-26 22:05:25.581',
974
+ tags: [],
975
+ properties: {
976
+ beta: true,
977
+ },
978
+ },
968
979
  ],
969
980
  },
970
981
  'Text-to-Speech': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainfuse/types",
3
- "version": "2.10.19",
3
+ "version": "2.10.20",
4
4
  "description": "",
5
5
  "author": "ChainFuse",
6
6
  "homepage": "https://github.com/ChainFuse/packages/tree/main/packages/types#readme",
@@ -99,11 +99,11 @@
99
99
  "prettier": "@demosjarco/prettier-config",
100
100
  "dependencies": {
101
101
  "validator": "^13.15.15",
102
- "zod": "^3.25.42"
102
+ "zod": "^3.25.49"
103
103
  },
104
104
  "devDependencies": {
105
- "@cloudflare/workers-types": "^4.20250529.0",
105
+ "@cloudflare/workers-types": "^4.20250603.0",
106
106
  "@types/validator": "^13.15.1"
107
107
  },
108
- "gitHead": "4e8d95b5e9ea2ddfda35dbd40aa207dea969c213"
108
+ "gitHead": "932b7500502575cce5fc6751d594f14098bdd543"
109
109
  }