lua-cli 3.1.0-alpha.2 → 3.1.0-alpha.3

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.
@@ -5,7 +5,7 @@
5
5
  * Base URLs for the API, Auth, and Chat - Development
6
6
  */
7
7
  export declare const BASE_URLS: {
8
- readonly API: "http://localhost:3001";
8
+ readonly API: "https://api.heylua.ai";
9
9
  readonly AUTH: "https://auth.heylua.ai";
10
10
  readonly CHAT: "https://api.heylua.ai";
11
11
  readonly WEBHOOK: "https://webhook.heylua.ai";
@@ -11,11 +11,7 @@
11
11
  * Base URLs for the API, Auth, and Chat - Development
12
12
  */
13
13
  export const BASE_URLS = {
14
- // API: 'https://api.heylua.ai',
15
- // AUTH: 'https://auth.heylua.ai',
16
- // CHAT: 'https://api.heylua.ai',
17
- // WEBHOOK: 'https://webhook.heylua.ai',
18
- API: 'http://localhost:3001',
14
+ API: 'https://api.heylua.ai',
19
15
  AUTH: 'https://auth.heylua.ai',
20
16
  CHAT: 'https://api.heylua.ai',
21
17
  WEBHOOK: 'https://webhook.heylua.ai',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lua-cli",
3
- "version": "3.1.0-alpha.2",
3
+ "version": "3.1.0-alpha.3",
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",