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 +2 -2
- package/package.json +1 -1
- package/template/package-lock.json +1 -1
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.
|
|
19
|
+
.version("2.4.1")
|
|
20
20
|
.addHelpText('before', `
|
|
21
21
|
------------------------------------------------------------------
|
|
22
|
-
Lua AI CLI v2.4.
|
|
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