lua-cli 2.4.0 → 2.4.1

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.
package/dist/index.js CHANGED
@@ -16,10 +16,10 @@ const program = new Command();
16
16
  program
17
17
  .name("lua")
18
18
  .description("Lua AI - Build and deploy AI agents with superpowers")
19
- .version("2.4.0")
19
+ .version("2.4.1")
20
20
  .addHelpText('before', `
21
21
  ------------------------------------------------------------------
22
- Lua AI CLI v2.4.0 - Build and deploy AI agents with superpowers
22
+ Lua AI CLI v2.4.1 - Build and deploy AI agents with superpowers
23
23
  ------------------------------------------------------------------
24
24
  `)
25
25
  .addHelpText('after', `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lua-cli",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Command-line interface for Lua AI platform - develop, test, and deploy LuaSkills with custom tools",
5
5
  "readmeFilename": "README.md",
6
6
  "main": "dist/api-exports.js",
@@ -2086,7 +2086,7 @@
2086
2086
  "inquirer": "^12.9.6",
2087
2087
  "js-yaml": "^4.1.0",
2088
2088
  "keytar": "^7.9.0",
2089
- "lua-cli": "^2.3.0-alpha.1",
2089
+ "lua-cli": "latest",
2090
2090
  "node-fetch": "^3.3.2",
2091
2091
  "open": "^10.1.0",
2092
2092
  "react": "^18.2.0",