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 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 (`v1.2.0` at time of this release).
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 — © 2026 Gideon Adeyemi
205
+ MIT Licensed
206
+
207
+ © 2026 Gideon Adeyemi (Weevar was created and is maintained by Gideon Adeyemi)
package/dist/react.dev.js CHANGED
@@ -1660,7 +1660,7 @@ function readRadiusValues(el) {
1660
1660
  }
1661
1661
 
1662
1662
  // src/version.ts
1663
- var WEEVAR_VERSION = "1.2.0";
1663
+ var WEEVAR_VERSION = "2.0.0";
1664
1664
  function weevarVersionLabel() {
1665
1665
  return `v${WEEVAR_VERSION}`;
1666
1666
  }
@@ -1640,7 +1640,7 @@ function readRadiusValues(el) {
1640
1640
  }
1641
1641
 
1642
1642
  // src/version.ts
1643
- var WEEVAR_VERSION = "1.2.0";
1643
+ var WEEVAR_VERSION = "2.0.0";
1644
1644
  function weevarVersionLabel() {
1645
1645
  return `v${WEEVAR_VERSION}`;
1646
1646
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weevar",
3
- "version": "1.2.0",
3
+ "version": "2.0.0",
4
4
  "description": "Dev overlay: manipulate live UI and copy structured prompts for AI assistants",
5
5
  "homepage": "https://weevar.com",
6
6
  "repository": {