lua-cli 3.28.0 → 3.29.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/docs/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # lua-cli v3.28.0
1
+ # lua-cli v3.29.1
2
2
 
3
- Welcome to the comprehensive API documentation for lua-cli v3.28.0. This guide covers every API, class, and function exported by the package.
3
+ Welcome to the comprehensive API documentation for lua-cli v3.29.1. This guide covers every API, class, and function exported by the package.
4
4
 
5
5
  ## 📚 Documentation Index
6
6
 
@@ -247,8 +247,8 @@ Each API doc includes:
247
247
 
248
248
  ---
249
249
 
250
- **Version:** 3.9.3
251
- **Last Updated:** April 2026
250
+ **Version:** 3.29.1
251
+ **Last Updated:** August 2026
252
252
 
253
253
  ---
254
254
 
@@ -269,4 +269,3 @@ import { env } from 'lua-cli';
269
269
 
270
270
  const apiKey = env('MY_API_KEY');
271
271
  ```
272
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lua-cli",
3
- "version": "3.28.0",
3
+ "version": "3.29.1",
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",
@@ -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.28.0",
23
+ "lua-cli": "^3.29.1",
24
24
  "openai": "^5.23.0",
25
25
  "uuid": "^13.0.0",
26
26
  "zod": "^3.24.1"