Skip to content

Commit 3e32112

Browse files
committed
[release] Bump package versions to 0.0.77 and update dependencies
- Updated all affected packages to version 0.0.77. - Enhanced semantic compatibility for format strings to allow dashes. - Updated dependencies across multiple packages to ensure compatibility and improved functionality.
1 parent dea2368 commit 3e32112

31 files changed

+498
-33
lines changed

bun.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"examples/cli": {
2929
"name": "@workglow/cli",
30-
"version": "0.0.75",
30+
"version": "0.0.77",
3131
"bin": "./dist/workglow.js",
3232
"dependencies": {
3333
"@mediapipe/tasks-audio": "catalog:",
@@ -54,7 +54,7 @@
5454
},
5555
"examples/web": {
5656
"name": "@workglow/web",
57-
"version": "0.0.75",
57+
"version": "0.0.77",
5858
"dependencies": {
5959
"@codemirror/lang-json": "^6.0.2",
6060
"@mediapipe/tasks-audio": "catalog:",
@@ -96,7 +96,7 @@
9696
},
9797
"packages/ai": {
9898
"name": "@workglow/ai",
99-
"version": "0.0.75",
99+
"version": "0.0.77",
100100
"devDependencies": {
101101
"@workglow/job-queue": "workspace:*",
102102
"@workglow/storage": "workspace:*",
@@ -112,7 +112,7 @@
112112
},
113113
"packages/ai-provider": {
114114
"name": "@workglow/ai-provider",
115-
"version": "0.0.75",
115+
"version": "0.0.77",
116116
"devDependencies": {
117117
"@mediapipe/tasks-audio": "catalog:",
118118
"@mediapipe/tasks-genai": "catalog:",
@@ -140,15 +140,15 @@
140140
},
141141
"packages/debug": {
142142
"name": "@workglow/debug",
143-
"version": "0.0.75",
143+
"version": "0.0.77",
144144
"dependencies": {
145145
"@workglow/task-graph": "workspace:*",
146146
"@workglow/util": "workspace:*",
147147
},
148148
},
149149
"packages/job-queue": {
150150
"name": "@workglow/job-queue",
151-
"version": "0.0.75",
151+
"version": "0.0.77",
152152
"devDependencies": {
153153
"@workglow/storage": "workspace:*",
154154
"@workglow/util": "workspace:*",
@@ -160,7 +160,7 @@
160160
},
161161
"packages/sqlite": {
162162
"name": "@workglow/sqlite",
163-
"version": "0.0.75",
163+
"version": "0.0.77",
164164
"devDependencies": {
165165
"@types/better-sqlite3": "^7.6.13",
166166
},
@@ -171,7 +171,7 @@
171171
},
172172
"packages/storage": {
173173
"name": "@workglow/storage",
174-
"version": "0.0.75",
174+
"version": "0.0.77",
175175
"devDependencies": {
176176
"@supabase/supabase-js": "^2.86.2",
177177
"@types/pg": "^8.15.5",
@@ -189,7 +189,7 @@
189189
},
190190
"packages/task-graph": {
191191
"name": "@workglow/task-graph",
192-
"version": "0.0.75",
192+
"version": "0.0.77",
193193
"devDependencies": {
194194
"@workglow/job-queue": "workspace:*",
195195
"@workglow/storage": "workspace:*",
@@ -203,7 +203,7 @@
203203
},
204204
"packages/tasks": {
205205
"name": "@workglow/tasks",
206-
"version": "0.0.75",
206+
"version": "0.0.77",
207207
"devDependencies": {
208208
"@workglow/job-queue": "workspace:*",
209209
"@workglow/storage": "workspace:*",
@@ -219,7 +219,7 @@
219219
},
220220
"packages/test": {
221221
"name": "@workglow/test",
222-
"version": "0.0.75",
222+
"version": "0.0.77",
223223
"devDependencies": {
224224
"@electric-sql/pglite": "^0.3.11",
225225
"@supabase/supabase-js": "^2.86.2",
@@ -252,7 +252,7 @@
252252
},
253253
"packages/util": {
254254
"name": "@workglow/util",
255-
"version": "0.0.75",
255+
"version": "0.0.77",
256256
"dependencies": {
257257
"@sroussey/json-schema-to-ts": "3.1.3",
258258
"json-schema-library": "^10.5.1",

examples/cli/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# @workglow/cli
22

3+
## 0.0.77
4+
5+
### Patch Changes
6+
7+
- semantic compat via format should allow dashes
8+
- Updated dependencies
9+
- @workglow/ai-provider@0.0.77
10+
- @workglow/task-graph@0.0.77
11+
- @workglow/storage@0.0.77
12+
- @workglow/tasks@0.0.77
13+
- @workglow/test@0.0.77
14+
- @workglow/util@0.0.77
15+
- @workglow/ai@0.0.77
16+
17+
## 0.0.76
18+
19+
### Patch Changes
20+
21+
- fix array task reactive
22+
- Updated dependencies
23+
- @workglow/task-graph@0.0.76
24+
- @workglow/test@0.0.76
25+
- @workglow/ai@0.0.76
26+
- @workglow/ai-provider@0.0.76
27+
- @workglow/storage@0.0.76
28+
- @workglow/tasks@0.0.76
29+
- @workglow/util@0.0.76
30+
331
## 0.0.75
432

533
### Patch Changes

examples/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workglow/cli",
33
"type": "module",
4-
"version": "0.0.75",
4+
"version": "0.0.77",
55
"description": "Command-line interface example for Workglow, demonstrating how to build and run AI task pipelines from the terminal.",
66
"scripts": {
77
"dev": "concurrently -c 'auto' -n 'cli:' 'bun:dev-*'",

examples/web/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# @workglow/web
22

3+
## 0.0.77
4+
5+
### Patch Changes
6+
7+
- semantic compat via format should allow dashes
8+
- Updated dependencies
9+
- @workglow/ai-provider@0.0.77
10+
- @workglow/task-graph@0.0.77
11+
- @workglow/job-queue@0.0.77
12+
- @workglow/storage@0.0.77
13+
- @workglow/sqlite@0.0.77
14+
- @workglow/debug@0.0.77
15+
- @workglow/tasks@0.0.77
16+
- @workglow/test@0.0.77
17+
- @workglow/util@0.0.77
18+
- @workglow/ai@0.0.77
19+
20+
## 0.0.76
21+
22+
### Patch Changes
23+
24+
- fix array task reactive
25+
- Updated dependencies
26+
- @workglow/task-graph@0.0.76
27+
- @workglow/test@0.0.76
28+
- @workglow/ai@0.0.76
29+
- @workglow/ai-provider@0.0.76
30+
- @workglow/debug@0.0.76
31+
- @workglow/job-queue@0.0.76
32+
- @workglow/sqlite@0.0.76
33+
- @workglow/storage@0.0.76
34+
- @workglow/tasks@0.0.76
35+
- @workglow/util@0.0.76
36+
337
## 0.0.75
438

539
### Patch Changes

examples/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workglow/web",
3-
"version": "0.0.75",
3+
"version": "0.0.77",
44
"type": "module",
55
"description": "Web interface example for Workglow, showcasing a React-based UI for building and visualizing AI task pipelines.",
66
"scripts": {

packages/ai-provider/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @workglow/ai-provider
22

3+
## 0.0.77
4+
5+
### Patch Changes
6+
7+
- semantic compat via format should allow dashes
8+
- Updated dependencies
9+
- @workglow/task-graph@0.0.77
10+
- @workglow/job-queue@0.0.77
11+
- @workglow/storage@0.0.77
12+
- @workglow/util@0.0.77
13+
- @workglow/ai@0.0.77
14+
15+
## 0.0.76
16+
17+
### Patch Changes
18+
19+
- fix array task reactive
20+
- Updated dependencies
21+
- @workglow/task-graph@0.0.76
22+
- @workglow/ai@0.0.76
23+
- @workglow/job-queue@0.0.76
24+
- @workglow/storage@0.0.76
25+
- @workglow/util@0.0.76
26+
327
## 0.0.75
428

529
### Patch Changes

packages/ai-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workglow/ai-provider",
33
"type": "module",
4-
"version": "0.0.75",
4+
"version": "0.0.77",
55
"description": "AI provider integrations for Workglow, supporting OpenAI, Hugging Face Transformers, MediaPipe, and GGML models.",
66
"scripts": {
77
"watch": "concurrently -c 'auto' 'bun:watch-*'",

packages/ai/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @workglow/ai
22

3+
## 0.0.77
4+
5+
### Patch Changes
6+
7+
- semantic compat via format should allow dashes
8+
- Updated dependencies
9+
- @workglow/task-graph@0.0.77
10+
- @workglow/job-queue@0.0.77
11+
- @workglow/storage@0.0.77
12+
- @workglow/util@0.0.77
13+
14+
## 0.0.76
15+
16+
### Patch Changes
17+
18+
- fix array task reactive
19+
- Updated dependencies
20+
- @workglow/task-graph@0.0.76
21+
- @workglow/job-queue@0.0.76
22+
- @workglow/storage@0.0.76
23+
- @workglow/util@0.0.76
24+
325
## 0.0.75
426

527
### Patch Changes

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workglow/ai",
33
"type": "module",
4-
"version": "0.0.75",
4+
"version": "0.0.77",
55
"description": "Core AI functionality for Workglow, including task execution, model management, and AI pipeline orchestration.",
66
"scripts": {
77
"watch": "concurrently -c 'auto' 'bun:watch-*'",

packages/ai/src/task/base/AiTaskSchemas.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ export const TypeImageInput = {
298298
type: "string",
299299
title: "Image Data",
300300
description: "Image as data-uri",
301+
format: "image:data-uri",
301302
},
302303
{
303304
type: "object",
@@ -364,6 +365,7 @@ export const TypeImageInput = {
364365
},
365366
],
366367
title: "Image",
368+
format: "image",
367369
description: "Image as URL or base64-encoded data",
368370
} as const satisfies JsonSchema;
369371

@@ -373,6 +375,7 @@ export const TypeImageInput = {
373375
export const TypeAudioInput = {
374376
type: "string",
375377
title: "Audio",
378+
format: "audio:data-uri",
376379
description: "Audio as data-uri, or Blob",
377380
} as const satisfies JsonSchema;
378381

0 commit comments

Comments
 (0)