@harness-fe/webpack 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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @harness-fe/webpack
|
|
2
2
|
|
|
3
|
-
> Webpack plugin for [Harness-FE](https://github.com/Morphicai/harness-fe) —
|
|
3
|
+
> Webpack 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 Webpack 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/webpack",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "Native webpack plugin for Harness-FE: source-aware transforms, runtime injection, and MCP bridge. thread-loader compatible.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"LICENSE"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@harness-fe/
|
|
36
|
-
"@harness-fe/
|
|
35
|
+
"@harness-fe/protocol": "3.2.0",
|
|
36
|
+
"@harness-fe/unplugin": "3.2.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"webpack": "^5.0.0"
|