@voyantjs/workflow-runs 0.22.0 → 0.23.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/workflow-runs",
3
- "version": "0.22.0",
3
+ "version": "0.23.0",
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",
@@ -35,9 +35,9 @@
35
35
  "drizzle-orm": "^0.45.2",
36
36
  "hono": "^4.12.10",
37
37
  "zod": "^4.3.6",
38
- "@voyantjs/core": "0.22.0",
39
- "@voyantjs/db": "0.22.0",
40
- "@voyantjs/hono": "0.22.0"
38
+ "@voyantjs/core": "0.23.0",
39
+ "@voyantjs/db": "0.23.0",
40
+ "@voyantjs/hono": "0.23.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "typescript": "^6.0.2",