weevar 1.2.0 → 2.0.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 +5 -3
- package/dist/react.dev.js +1 -1
- package/dist/react.dev.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ A dev-only overlay for React apps that lets you **rearrange layout** and **edit
|
|
|
4
4
|
|
|
5
5
|
Weevar runs locally while your dev server is active. Nothing ships to production until you apply the generated prompts to your source code.
|
|
6
6
|
|
|
7
|
-
**Current version:** see the tray footer (`
|
|
7
|
+
**Current version:** see the tray footer (`v2.0.0` at time of this release).
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -190,16 +190,18 @@ The published **`weevar/react`** production export is a **no-op** — the overla
|
|
|
190
190
|
|
|
191
191
|
## Documentation
|
|
192
192
|
|
|
193
|
+
- [Weevar.com](https://weevar.com)
|
|
193
194
|
- [Install](https://github.com/Pro-Gee/Weevar/blob/main/docs/INSTALL.md)
|
|
194
195
|
- [Usage](https://github.com/Pro-Gee/Weevar/blob/main/docs/USAGE.md)
|
|
195
196
|
- [Troubleshooting](https://github.com/Pro-Gee/Weevar/blob/main/docs/TROUBLESHOOTING.md)
|
|
196
197
|
- [Compatibility](https://github.com/Pro-Gee/Weevar/blob/main/docs/COMPATIBILITY.md)
|
|
197
198
|
- [Security](https://github.com/Pro-Gee/Weevar/blob/main/docs/SECURITY.md)
|
|
198
199
|
- [Changelog](https://github.com/Pro-Gee/Weevar/blob/main/CHANGELOG.md)
|
|
199
|
-
- [Weevar.com](https://weevar.com)
|
|
200
200
|
|
|
201
201
|
---
|
|
202
202
|
|
|
203
203
|
## License
|
|
204
204
|
|
|
205
|
-
MIT
|
|
205
|
+
MIT Licensed
|
|
206
|
+
|
|
207
|
+
© 2026 Gideon Adeyemi (Weevar was created and is maintained by Gideon Adeyemi)
|
package/dist/react.dev.js
CHANGED
package/dist/react.dev.mjs
CHANGED