@ui-annotate/react-vite 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -79,7 +79,7 @@ uiAnnotate({
79
79
 
80
80
  ## Runtime Boundaries
81
81
 
82
- - Supported host apps: React 18 or 19 with Vite 8.
82
+ - Supported host apps: React 18 or 19 with Vite 7 or 8.
83
83
  - The runtime is development-only and is injected by the Vite dev server.
84
84
  - The runtime creates `#__ui_annotate_root__` under `document.body`; your app does not need to provide a mount point.
85
85
  - The UI is isolated in a shadow root.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui-annotate/react-vite",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Annotate React UI issues in Vite apps and hand them off to coding agents.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -40,7 +40,7 @@
40
40
  "peerDependencies": {
41
41
  "react": "^18.2.0 || ^19.0.0",
42
42
  "react-dom": "^18.2.0 || ^19.0.0",
43
- "vite": "^8.0.13"
43
+ "vite": "^7.0.0 || ^8.0.13"
44
44
  },
45
45
  "devDependencies": {
46
46
  "vite": "^8.0.13"