lua-cli 3.16.0 → 3.17.0

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/docs/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Lua CLI - Complete API Documentation
1
+ # lua-cli v3.16.2
2
2
 
3
- Welcome to the comprehensive API documentation for lua-cli v3.16.0. This guide covers every API, class, and function exported by the package.
3
+ Welcome to the comprehensive API documentation for lua-cli v3.16.2. This guide covers every API, class, and function exported by the package.
4
4
 
5
5
  ## 📚 Documentation Index
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lua-cli",
3
- "version": "3.16.0",
3
+ "version": "3.17.0",
4
4
  "description": "Build, test, and deploy AI agents with custom tools, webhooks, and scheduled jobs. Features LuaAgent unified configuration, streaming chat, and batch deployment.",
5
5
  "readmeFilename": "README.md",
6
6
  "main": "dist/api-exports.js",
@@ -109,8 +109,8 @@
109
109
  "stripe": "^19.2.0",
110
110
  "ts-node": "^10.9.2",
111
111
  "tsup": "^8.5.1",
112
- "@lua/shared-types": "0.0.1",
113
112
  "@lua/shared-source-sync": "0.0.1",
113
+ "@lua/shared-types": "0.0.1",
114
114
  "@lua/shared-sandbox": "0.0.1"
115
115
  },
116
116
  "scripts": {
@@ -9,3 +9,10 @@ jobs: []
9
9
  preprocessors: []
10
10
  postprocessors: []
11
11
  mcpServers: []
12
+
13
+ # Optional: opt-in git auto-commits. Run `lua git connect` from this
14
+ # project to enable. When enabled, `lua push`, `lua version create`,
15
+ # `lua version promote`, `lua version delete`, and `lua pull` will
16
+ # auto-commit (and `version create` will also annotate-tag lua/v<N>).
17
+ # git:
18
+ # enabled: true
@@ -20,7 +20,7 @@
20
20
  "inquirer": "^12.9.6",
21
21
  "stripe": "^17.5.0",
22
22
  "js-yaml": "^4.1.0",
23
- "lua-cli": "^3.16.0",
23
+ "lua-cli": "^3.17.0",
24
24
  "openai": "^5.23.0",
25
25
  "uuid": "^13.0.0",
26
26
  "zod": "^3.24.1"