@runa-ai/runa-cli 0.5.32 → 0.5.33

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -925,7 +925,7 @@ var CLI_VERSION, HAS_ADMIN_COMMAND;
925
925
  var init_version = __esm({
926
926
  "src/version.ts"() {
927
927
  init_esm_shims();
928
- CLI_VERSION = "0.5.32";
928
+ CLI_VERSION = "0.5.33";
929
929
  HAS_ADMIN_COMMAND = false;
930
930
  }
931
931
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runa-ai/runa-cli",
3
- "version": "0.5.32",
3
+ "version": "0.5.33",
4
4
  "private": false,
5
5
  "description": "AI-powered DevOps CLI",
6
6
  "type": "module",
@@ -26,8 +26,6 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@dotenvx/dotenvx": "1.51.4",
29
- "@runa-ai/runa": "^0.5.32",
30
- "@runa-ai/runa-xstate-test-plugin": "^0.5.28",
31
29
  "@types/node": "22.19.3",
32
30
  "boxen": "7.1.1",
33
31
  "chalk": "5.6.2",
@@ -53,7 +51,9 @@
53
51
  "tsup": "8.5.1",
54
52
  "typescript": "5.9.3",
55
53
  "xstate": "5.25.0",
56
- "zod": "4.3.5"
54
+ "zod": "4.3.5",
55
+ "@runa-ai/runa": "0.5.33",
56
+ "@runa-ai/runa-xstate-test-plugin": "0.5.28"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=20.0.0"