@harness-fe/vite 3.0.0 → 3.2.0

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
@@ -1,6 +1,6 @@
1
1
  # @harness-fe/vite
2
2
 
3
- > Vite plugin for [Harness-FE](https://github.com/Morphicai/harness-fe) — the frontend harness for AI agents.
3
+ > Vite plugin for [Harness-FE](https://github.com/Morphicai/harness-fe) — _the agent that built it never leaves._
4
4
 
5
5
  Source-aware transform + runtime injection + MCP bridge for Vite projects. Tags every JSX element with `data-morphix-loc` / `data-morphix-comp` so AI agents can map any UI element back to a file:line:column.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harness-fe/vite",
3
- "version": "3.0.0",
3
+ "version": "3.2.0",
4
4
  "description": "Vite plugin for Harness-FE: source-aware transforms, runtime injection, and MCP bridge.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -28,7 +28,7 @@
28
28
  "LICENSE"
29
29
  ],
30
30
  "dependencies": {
31
- "@harness-fe/unplugin": "3.0.0"
31
+ "@harness-fe/unplugin": "3.2.0"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"