tower-studio 0.1.5 → 0.1.6
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tower-studio",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "AI Task Orchestration Platform — Kanban + Terminal + Code Editor + MCP",
|
|
5
5
|
"bin": {
|
|
6
6
|
"tower": "bin/tower.mjs"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"test:e2e": "NO_PROXY=localhost,127.0.0.1 no_proxy=localhost,127.0.0.1 playwright test",
|
|
41
41
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
|
42
42
|
"mcp": "tsx src/mcp/index.ts",
|
|
43
|
-
"postinstall": "prisma generate && node scripts/copy-monaco.js && node scripts/link-prisma.js"
|
|
43
|
+
"postinstall": "npx prisma generate && node scripts/copy-monaco.js && node scripts/link-prisma.js"
|
|
44
44
|
},
|
|
45
45
|
"pnpm": {
|
|
46
46
|
"onlyBuiltDependencies": [
|