@sanity/workflow-cli 0.5.1 → 0.5.2

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.
@@ -680,5 +680,5 @@
680
680
  ]
681
681
  }
682
682
  },
683
- "version": "0.5.1"
683
+ "version": "0.5.2"
684
684
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/workflow-cli",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Command-line tool for deploying, inspecting, and administering Sanity workflow definitions and instances.",
5
5
  "keywords": [
6
6
  "cli",
@@ -60,8 +60,8 @@
60
60
  "@types/node": "^24.12.4",
61
61
  "oclif": "^4.23.16",
62
62
  "vitest": "^4.1.8",
63
- "@sanity/workflow-examples": "0.1.3",
64
- "@sanity/workflow-engine-test": "0.4.1"
63
+ "@sanity/workflow-engine-test": "0.4.1",
64
+ "@sanity/workflow-examples": "0.1.3"
65
65
  },
66
66
  "oclif": {
67
67
  "bin": "sanity-workflows",