@chainfuse/types 1.4.2 → 1.5.0
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.
|
@@ -521,9 +521,7 @@ export declare const workersAiCatalog: {
|
|
|
521
521
|
readonly name: "@cf/black-forest-labs/flux-1-schnell";
|
|
522
522
|
readonly description: "FLUX.1 [schnell] is a 12 billion parameter rectified flow transformer capable of generating images from text descriptions. ";
|
|
523
523
|
readonly tags: readonly [];
|
|
524
|
-
readonly properties: {
|
|
525
|
-
readonly beta: true;
|
|
526
|
-
};
|
|
524
|
+
readonly properties: {};
|
|
527
525
|
}, {
|
|
528
526
|
readonly id: "7f797b20-3eb0-44fd-b571-6cbbaa3c423b";
|
|
529
527
|
readonly source: 1;
|
|
@@ -576,9 +576,7 @@ export const workersAiCatalog = {
|
|
|
576
576
|
name: '@cf/black-forest-labs/flux-1-schnell',
|
|
577
577
|
description: 'FLUX.1 [schnell] is a 12 billion parameter rectified flow transformer capable of generating images from text descriptions. ',
|
|
578
578
|
tags: [],
|
|
579
|
-
properties: {
|
|
580
|
-
beta: true,
|
|
581
|
-
},
|
|
579
|
+
properties: {},
|
|
582
580
|
},
|
|
583
581
|
{
|
|
584
582
|
id: '7f797b20-3eb0-44fd-b571-6cbbaa3c423b',
|
package/dist/d1/index.d.ts
CHANGED
|
@@ -7,6 +7,8 @@ export interface UuidExport {
|
|
|
7
7
|
utf8: ReturnType<typeof crypto.randomUUID>;
|
|
8
8
|
hex: string;
|
|
9
9
|
blob: (typeof Uint8Array)['prototype']['buffer'] | Buffer['buffer'];
|
|
10
|
+
base64: string;
|
|
11
|
+
base64url: string;
|
|
10
12
|
}
|
|
11
13
|
export type ISODateString = `${number}-${number}-${number}T${number}:${number}:${number}.${number}Z`;
|
|
12
14
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainfuse/types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "ChainFuse",
|
|
6
6
|
"homepage": "https://github.com/ChainFuse/packages/tree/main/packages/types#readme",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"@cloudflare/workers-types": "^4.20250109.0",
|
|
90
90
|
"@types/json-schema": "^7.0.15"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "b035c50ca30c59049413ee8c45376181920fea55"
|
|
93
93
|
}
|