@tryaura/aura-cli 0.5.0 → 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.
Files changed (2) hide show
  1. package/dist/bin/aura.js +1 -1
  2. package/package.json +4 -4
package/dist/bin/aura.js CHANGED
@@ -9,7 +9,7 @@ await runCli({
9
9
  description: "Agent Unification & Repair Assistant",
10
10
  displayName: "Aura",
11
11
  docsUrl: "https://tryaura.sh/docs/quickstart",
12
- version: "0.5.0"
12
+ version: "0.5.2"
13
13
  },
14
14
  plugins: OFFICIAL_PLUGINS,
15
15
  registry: OFFICIAL_REGISTRY_OPTIONS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryaura/aura-cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "The composable Aura CLI runtime and official plugin distribution.",
5
5
  "keywords": [
6
6
  "agent",
@@ -50,7 +50,7 @@
50
50
  "toml-eslint-parser": "^1.0.3",
51
51
  "typanion": "3.14.0",
52
52
  "undici": "7.29.0",
53
- "@tryaura/aura-sdk": "0.5.0"
53
+ "@tryaura/aura-sdk": "0.5.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "24.13.3",
@@ -59,10 +59,10 @@
59
59
  "vitest": "4.1.10",
60
60
  "@tryaura/adapter-claude-code": "0.0.0",
61
61
  "@tryaura/adapter-codex": "0.0.0",
62
- "@tryaura/adapter-cursor": "0.0.0",
62
+ "@tryaura/checks-core": "0.0.0",
63
63
  "@tryaura/content-official": "0.0.0",
64
64
  "@tryaura/core": "0.0.0",
65
- "@tryaura/checks-core": "0.0.0"
65
+ "@tryaura/adapter-cursor": "0.0.0"
66
66
  },
67
67
  "engines": {
68
68
  "node": ">=24"