@fullstack-webapp/document-shell 0.1.0-beta.2 → 0.1.0-beta.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.
package/README.md CHANGED
@@ -27,7 +27,7 @@ results, or interactive state that cannot be known while building the HTML.
27
27
  ## Install
28
28
 
29
29
  ```sh
30
- pnpm add -D @fullstack-webapp/document-shell@beta
30
+ pnpm add -D @fullstack-webapp/document-shell
31
31
  ```
32
32
 
33
33
  Document Shell supports Vite 7 and 8. It emits standard ESM and declarations;
@@ -19,7 +19,7 @@ coordinates lifecycle; it cannot make two independently styled tab bars match.
19
19
  ## 1. Install and create the sentinel
20
20
 
21
21
  ```sh
22
- pnpm add -D @fullstack-webapp/document-shell@beta
22
+ pnpm add -D @fullstack-webapp/document-shell
23
23
  ```
24
24
 
25
25
  Replace the checked-in `index.html` with only the Vite module entry and the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullstack-webapp/document-shell",
3
- "version": "0.1.0-beta.2",
3
+ "version": "0.1.0-beta.3",
4
4
  "description": "Parser-visible startup shell compiler, Vite HTML pipeline, and framework-neutral runtime handoff for web applications.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public",
49
- "tag": "beta"
49
+ "tag": "latest"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "vite": ">=7 <9"