@workglow/ai 0.0.124 → 0.0.125
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.
|
@@ -194,13 +194,13 @@ export declare const backgroundRemoval: (input: {
|
|
|
194
194
|
image: string | {
|
|
195
195
|
channels: number;
|
|
196
196
|
data: {
|
|
197
|
+
[x: string]: unknown;
|
|
198
|
+
} | {
|
|
197
199
|
channels: number;
|
|
198
200
|
data: number[];
|
|
199
201
|
height: number;
|
|
200
202
|
rawChannels?: number | undefined;
|
|
201
203
|
width: number;
|
|
202
|
-
} | {
|
|
203
|
-
[x: string]: unknown;
|
|
204
204
|
};
|
|
205
205
|
height: number;
|
|
206
206
|
width: number;
|
|
@@ -383,13 +383,13 @@ export declare const faceLandmarker: (input: {
|
|
|
383
383
|
image: string | {
|
|
384
384
|
channels: number;
|
|
385
385
|
data: {
|
|
386
|
+
[x: string]: unknown;
|
|
387
|
+
} | {
|
|
386
388
|
channels: number;
|
|
387
389
|
data: number[];
|
|
388
390
|
height: number;
|
|
389
391
|
rawChannels?: number | undefined;
|
|
390
392
|
width: number;
|
|
391
|
-
} | {
|
|
392
|
-
[x: string]: unknown;
|
|
393
393
|
};
|
|
394
394
|
height: number;
|
|
395
395
|
width: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workglow/ai",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.125",
|
|
5
5
|
"description": "Core AI functionality for Workglow, including task execution, model management, and AI pipeline orchestration.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"watch": "concurrently -c 'auto' 'bun:watch-*'",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@workglow/knowledge-base": "0.0.
|
|
48
|
-
"@workglow/job-queue": "0.0.
|
|
49
|
-
"@workglow/storage": "0.0.
|
|
50
|
-
"@workglow/task-graph": "0.0.
|
|
51
|
-
"@workglow/util": "0.0.
|
|
47
|
+
"@workglow/knowledge-base": "0.0.125",
|
|
48
|
+
"@workglow/job-queue": "0.0.125",
|
|
49
|
+
"@workglow/storage": "0.0.125",
|
|
50
|
+
"@workglow/task-graph": "0.0.125",
|
|
51
|
+
"@workglow/util": "0.0.125"
|
|
52
52
|
},
|
|
53
53
|
"peerDependenciesMeta": {
|
|
54
54
|
"@workglow/knowledge-base": {
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@workglow/knowledge-base": "0.0.
|
|
72
|
-
"@workglow/job-queue": "0.0.
|
|
73
|
-
"@workglow/storage": "0.0.
|
|
74
|
-
"@workglow/task-graph": "0.0.
|
|
75
|
-
"@workglow/util": "0.0.
|
|
71
|
+
"@workglow/knowledge-base": "0.0.125",
|
|
72
|
+
"@workglow/job-queue": "0.0.125",
|
|
73
|
+
"@workglow/storage": "0.0.125",
|
|
74
|
+
"@workglow/task-graph": "0.0.125",
|
|
75
|
+
"@workglow/util": "0.0.125"
|
|
76
76
|
}
|
|
77
77
|
}
|