@runa-ai/runa-cli 0.5.26 → 0.5.27

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 +2 -2
package/dist/index.js CHANGED
@@ -899,7 +899,7 @@ var CLI_VERSION, HAS_ADMIN_COMMAND;
899
899
  var init_version = __esm({
900
900
  "src/version.ts"() {
901
901
  init_esm_shims();
902
- CLI_VERSION = "0.5.26";
902
+ CLI_VERSION = "0.5.27";
903
903
  HAS_ADMIN_COMMAND = false;
904
904
  }
905
905
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runa-ai/runa-cli",
3
- "version": "0.5.26",
3
+ "version": "0.5.27",
4
4
  "private": false,
5
5
  "description": "AI-powered DevOps CLI",
6
6
  "type": "module",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@dotenvx/dotenvx": "1.51.4",
29
- "@runa-ai/runa": "^0.5.26",
29
+ "@runa-ai/runa": "^0.5.27",
30
30
  "@runa-ai/runa-xstate-test-plugin": "^0.5.22",
31
31
  "@types/node": "22.19.3",
32
32
  "boxen": "7.1.1",