openspecui 0.8.0 → 0.9.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openspecui",
3
- "version": "0.8.0",
3
+ "version": "0.9.1",
4
4
  "description": "OpenSpec UI - Visual interface for spec-driven development",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
@@ -31,8 +31,8 @@
31
31
  "typescript": "^5.7.2",
32
32
  "vitest": "^2.1.8",
33
33
  "yargs": "^18.0.0",
34
- "@openspecui/ai-provider": "0.1.0",
35
- "@openspecui/server": "0.1.0"
34
+ "@openspecui/web": "0.9.0",
35
+ "@openspecui/server": "0.9.0"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "pnpm run build:web && pnpm run build:copy-web && tsdown",
package/web/index.html CHANGED
@@ -41,6 +41,7 @@
41
41
  <link rel="stylesheet" crossorigin href="/assets/index-D-Urq2hl.css">
42
42
  </head>
43
43
  <body>
44
- <div id="root"></div>
44
+ <div id="root"><!--app-html--></div>
45
+ <!--head-tags-->
45
46
  </body>
46
47
  </html>