@voyantjs/workflow-runs 0.106.0 → 0.107.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 +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -11,14 +11,14 @@ pnpm add @voyantjs/workflow-runs
|
|
|
11
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
|
-
`@voyantjs/workflows-ui` and point its API client at the routes mounted by
|
|
14
|
+
`@voyantjs/workflows-react/ui` and point its API client at the routes mounted by
|
|
15
15
|
this package:
|
|
16
16
|
|
|
17
17
|
```tsx
|
|
18
18
|
import {
|
|
19
19
|
createWorkflowRunsApiClient,
|
|
20
20
|
WorkflowRunsPage,
|
|
21
|
-
} from "@voyantjs/workflows-ui"
|
|
21
|
+
} from "@voyantjs/workflows-react/ui"
|
|
22
22
|
|
|
23
23
|
const workflowRunsApi = createWorkflowRunsApiClient({ apiBase: "/api" })
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/workflow-runs",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.107.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",
|
|
@@ -46,16 +46,16 @@
|
|
|
46
46
|
"drizzle-orm": "^0.45.2",
|
|
47
47
|
"hono": "^4.12.10",
|
|
48
48
|
"zod": "^4.3.6",
|
|
49
|
-
"@voyantjs/core": "^0.
|
|
50
|
-
"@voyantjs/db": "^0.
|
|
51
|
-
"@voyantjs/hono": "^0.
|
|
52
|
-
"@voyantjs/workflows": "^0.
|
|
49
|
+
"@voyantjs/core": "^0.107.0",
|
|
50
|
+
"@voyantjs/db": "^0.105.0",
|
|
51
|
+
"@voyantjs/hono": "^0.106.0",
|
|
52
|
+
"@voyantjs/workflows": "^0.107.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"typescript": "^6.0.2",
|
|
56
56
|
"vitest": "^4.1.2",
|
|
57
57
|
"@voyantjs/voyant-typescript-config": "^0.1.0",
|
|
58
|
-
"@voyantjs/workflows-orchestrator": "^0.
|
|
58
|
+
"@voyantjs/workflows-orchestrator": "^0.107.1"
|
|
59
59
|
},
|
|
60
60
|
"files": [
|
|
61
61
|
"dist"
|