@wairon/cli 5.1.0 → 5.1.1-dev.2
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/README.md +5 -3
- package/dist/cli/index.js +13228 -11671
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +12322 -11364
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wairon/cli",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.1-dev.2",
|
|
4
4
|
"description": "SYW Waffle AIron — CLI for managing AI coding agent topology across projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"build:watch": "tsup --watch",
|
|
46
46
|
"build:binary": "npm run build && pkg dist/cli/index.js --config package.json --target node20-linux-x64,node20-win-x64,node20-macos-x64 --output wairon --compress GZip",
|
|
47
47
|
"typecheck": "tsc --noEmit",
|
|
48
|
+
"typecheck:web": "npm --prefix web install --no-audit --no-fund && npm --prefix web run typecheck",
|
|
48
49
|
"test": "vitest run",
|
|
49
50
|
"test:watch": "vitest",
|
|
50
51
|
"test:coverage": "vitest run --coverage",
|