@openchamber/web 1.4.5 → 1.4.7

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/index.html CHANGED
@@ -160,10 +160,10 @@
160
160
  pointer-events: none;
161
161
  }
162
162
  </style>
163
- <script type="module" crossorigin src="/assets/index-g64tpi5J.js"></script>
164
- <link rel="modulepreload" crossorigin href="/assets/vendor-.bun-B2HtLj-d.js">
163
+ <script type="module" crossorigin src="/assets/index-BqCwlsig.js"></script>
164
+ <link rel="modulepreload" crossorigin href="/assets/vendor-.bun-C07YQe9X.js">
165
165
  <link rel="stylesheet" crossorigin href="/assets/vendor--Jn2c0Clh.css">
166
- <link rel="stylesheet" crossorigin href="/assets/index-hru9kOov.css">
166
+ <link rel="stylesheet" crossorigin href="/assets/index-CFHNKWvn.css">
167
167
  </head>
168
168
  <body class="h-full bg-background text-foreground">
169
169
  <div id="root" class="h-full">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openchamber/web",
3
- "version": "1.4.5",
3
+ "version": "1.4.7",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./server/index.js",
@@ -22,11 +22,10 @@
22
22
  "start": "node bin/cli.js serve"
23
23
  },
24
24
  "dependencies": {
25
- "qrcode-terminal": "^0.12.0",
26
25
  "@fontsource/ibm-plex-mono": "^5.2.7",
27
26
  "@fontsource/ibm-plex-sans": "^5.1.1",
28
27
  "@ibm/plex": "^6.4.1",
29
- "@opencode-ai/sdk": "^1.1.6",
28
+ "@opencode-ai/sdk": "^1.1.8",
30
29
  "@radix-ui/react-collapsible": "^1.1.12",
31
30
  "@radix-ui/react-dialog": "^1.1.15",
32
31
  "@radix-ui/react-dropdown-menu": "^2.1.16",
@@ -38,16 +37,18 @@
38
37
  "@radix-ui/react-tooltip": "^1.2.8",
39
38
  "@remixicon/react": "^4.7.0",
40
39
  "@types/react-syntax-highlighter": "^15.5.13",
41
- "ghostty-web": "0.3.0",
40
+ "adm-zip": "^0.5.16",
41
+ "bun-pty": "^0.4.5",
42
42
  "class-variance-authority": "^0.7.1",
43
43
  "clsx": "^2.1.1",
44
44
  "cmdk": "^1.1.1",
45
45
  "express": "^5.1.0",
46
+ "ghostty-web": "0.3.0",
46
47
  "http-proxy-middleware": "^3.0.5",
47
48
  "jsonc-parser": "^3.3.1",
48
49
  "next-themes": "^0.4.6",
49
- "bun-pty": "^0.4.5",
50
50
  "node-pty": "^1.1.0",
51
+ "qrcode-terminal": "^0.12.0",
51
52
  "react": "^19.1.1",
52
53
  "react-dom": "^19.1.1",
53
54
  "react-markdown": "^10.1.0",
@@ -63,6 +64,7 @@
63
64
  "devDependencies": {
64
65
  "@eslint/js": "^9.33.0",
65
66
  "@tailwindcss/postcss": "^4.0.0",
67
+ "@types/adm-zip": "^0.5.7",
66
68
  "@types/node": "^24.3.1",
67
69
  "@types/react": "^19.1.10",
68
70
  "@types/react-dom": "^19.1.7",