@alexkroman1/aai-cli 8.0.0 → 8.2.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/dist/cli.mjs
CHANGED
|
@@ -749,7 +749,7 @@ const mainCommand = defineCommand({
|
|
|
749
749
|
},
|
|
750
750
|
cwd: "agent",
|
|
751
751
|
async run({ args, cwd }) {
|
|
752
|
-
const { executeDev } = await import("./dev-
|
|
752
|
+
const { executeDev } = await import("./dev-QuuOOUtv.mjs");
|
|
753
753
|
return executeDev({
|
|
754
754
|
cwd,
|
|
755
755
|
port: args.port
|
|
@@ -12,7 +12,7 @@ import { styleText } from "node:util";
|
|
|
12
12
|
async function executeDev(opts) {
|
|
13
13
|
const port = parsePort(opts.port);
|
|
14
14
|
const agentName = path.basename(path.resolve(opts.cwd));
|
|
15
|
-
const { startDevServer } = await import("./_dev-server-
|
|
15
|
+
const { startDevServer } = await import("./_dev-server-Dt3TCjhj.mjs");
|
|
16
16
|
let cleanup;
|
|
17
17
|
let shuttingDown = false;
|
|
18
18
|
const onSignal = () => {
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"publish:agent": "aai publish"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@alexkroman1/aai": "^8.
|
|
18
|
-
"@alexkroman1/aai-runtime": "^8.
|
|
19
|
-
"@alexkroman1/aai-ui": "^8.
|
|
17
|
+
"@alexkroman1/aai": "^8.2.0",
|
|
18
|
+
"@alexkroman1/aai-runtime": "^8.2.0",
|
|
19
|
+
"@alexkroman1/aai-ui": "^8.2.0",
|
|
20
20
|
"@workflow/world-postgres": "4.3.3",
|
|
21
21
|
"react": "^19.2.8",
|
|
22
22
|
"react-dom": "^19.2.8",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"zod": "^4.4.3"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@alexkroman1/aai-cli": "^8.
|
|
29
|
+
"@alexkroman1/aai-cli": "^8.2.0",
|
|
30
30
|
"@tailwindcss/vite": "^4.3.3",
|
|
31
31
|
"@types/node": "^26.2.0",
|
|
32
32
|
"@types/react": "^19.2.18",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexkroman1/aai-cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"aai": "bin.mjs"
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"p-timeout": "^7.0.1",
|
|
45
45
|
"vite": "^8.2.1",
|
|
46
46
|
"zod": "^4.4.3",
|
|
47
|
-
"@alexkroman1/aai-
|
|
48
|
-
"@alexkroman1/aai": "8.
|
|
49
|
-
"@alexkroman1/aai-
|
|
47
|
+
"@alexkroman1/aai-ui": "8.2.0",
|
|
48
|
+
"@alexkroman1/aai": "8.2.0",
|
|
49
|
+
"@alexkroman1/aai-runtime": "8.2.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"playwright": "^1.62.1",
|