@voyantjs/workflows-cloud-adapter 0.107.4 → 0.107.5

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/workflows-cloud-adapter",
3
- "version": "0.107.4",
3
+ "version": "0.107.5",
4
4
  "description": "Tenant Worker adapter for Voyant Cloud Workflows deployments. Wires WorkflowRunDO, inline local dispatch, and platform step-runner bindings from env.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -26,9 +26,9 @@
26
26
  "NOTICE"
27
27
  ],
28
28
  "dependencies": {
29
- "@voyantjs/workflows": "^0.107.4",
30
- "@voyantjs/workflows-orchestrator": "^0.107.4",
31
- "@voyantjs/workflows-orchestrator-cloudflare": "^0.107.4"
29
+ "@voyantjs/workflows": "^0.107.5",
30
+ "@voyantjs/workflows-orchestrator": "^0.107.5",
31
+ "@voyantjs/workflows-orchestrator-cloudflare": "^0.107.5"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/node": "^20.12.0",