@treeport/treeport 0.7.0 → 0.8.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.
@@ -10,7 +10,7 @@
10
10
  <link rel="icon" href="/favicon.svg" />
11
11
  <link rel="manifest" href="/manifest.webmanifest" />
12
12
  <title>Treeport</title>
13
- <script type="module" crossorigin src="/assets/index-C5cx0N4G.js"></script>
13
+ <script type="module" crossorigin src="/assets/index-BtAAdn1A.js"></script>
14
14
  <link rel="stylesheet" crossorigin href="/assets/index-BWYDUD7N.css">
15
15
  </head>
16
16
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeport/treeport",
3
- "version": "0.7.0",
3
+ "version": "0.8.3",
4
4
  "description": "A tree-first terminal driver for persistent development workspaces.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -52,12 +52,13 @@
52
52
  "drizzle-orm": "^0.45.2",
53
53
  "effect": "^3.22.1",
54
54
  "jsonc-parser": "^3.3.1",
55
+ "kleur": "^4.1.5",
55
56
  "node-pty": "1.2.0-beta.14",
56
57
  "playwright": "1.61.1",
57
58
  "vite": "8.1.5",
58
59
  "ws": "^8.21.1",
59
60
  "zod": "^4.3.6",
60
- "@treeport/panel-sdk": "0.7.0"
61
+ "@treeport/panel-sdk": "0.8.3"
61
62
  },
62
63
  "devDependencies": {
63
64
  "@fontsource-variable/inter": "^5.2.8",
@@ -97,7 +98,7 @@
97
98
  "build:node": "tsdown",
98
99
  "build:web": "vite build",
99
100
  "check:package": "node scripts/check-package.mjs",
100
- "test:package": "node scripts/smoke-package.mjs && node scripts/smoke-upgrade.mjs",
101
+ "test:package": "node scripts/check-package.mjs --packed",
101
102
  "dev": "node scripts/development.mjs",
102
103
  "dev:server": "rm -rf .treeport-dev-dist && TREEPORT_DATA_DIR=.treeport-dev/data TREEPORT_RUNTIME_DIR=.treeport-dev/runtime TREEPORT_DAEMON_LIFECYCLE=external tsdown --watch --out-dir .treeport-dev-dist",
103
104
  "start": "TREEPORT_WEB_DIST=dist/web node dist/node/server/index.js",