@voyantjs/workflow-runs 0.104.1 → 0.105.1
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.
- package/README.md +1 -1
- package/package.json +13 -7
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Workflow run recording, admin routes, and rerun/resume dispatch primitives for V
|
|
|
8
8
|
pnpm add @voyantjs/workflow-runs
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
The package is published with the
|
|
11
|
+
The package is independently published with the rest of the workflows release cohort.
|
|
12
12
|
|
|
13
13
|
For the matching importable React admin surface, install
|
|
14
14
|
`@voyantjs/workflows-ui` and point its API client at the routes mounted by
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/workflow-runs",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.105.1",
|
|
4
4
|
"description": "Workflow run recording, admin routes, and rerun/resume dispatch primitives for Voyant operator apps.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -36,20 +36,26 @@
|
|
|
36
36
|
"default": "./dist/workflows.js"
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
|
+
"voyant": {
|
|
40
|
+
"schema": "./schema",
|
|
41
|
+
"requiresSchemas": [
|
|
42
|
+
"@voyantjs/db"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
39
45
|
"dependencies": {
|
|
40
46
|
"drizzle-orm": "^0.45.2",
|
|
41
47
|
"hono": "^4.12.10",
|
|
42
48
|
"zod": "^4.3.6",
|
|
43
|
-
"@voyantjs/core": "0.
|
|
44
|
-
"@voyantjs/db": "0.104.
|
|
45
|
-
"@voyantjs/hono": "0.
|
|
46
|
-
"@voyantjs/workflows": "0.
|
|
49
|
+
"@voyantjs/core": "^0.105.0",
|
|
50
|
+
"@voyantjs/db": "^0.104.3",
|
|
51
|
+
"@voyantjs/hono": "^0.105.0",
|
|
52
|
+
"@voyantjs/workflows": "^0.105.1"
|
|
47
53
|
},
|
|
48
54
|
"devDependencies": {
|
|
49
55
|
"typescript": "^6.0.2",
|
|
50
56
|
"vitest": "^4.1.2",
|
|
51
|
-
"@voyantjs/voyant-typescript-config": "0.1.0",
|
|
52
|
-
"@voyantjs/workflows-orchestrator": "0.
|
|
57
|
+
"@voyantjs/voyant-typescript-config": "^0.1.0",
|
|
58
|
+
"@voyantjs/workflows-orchestrator": "^0.105.1"
|
|
53
59
|
},
|
|
54
60
|
"files": [
|
|
55
61
|
"dist"
|