@rolepod/wplab 1.2.1 → 1.2.2

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/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  All notable changes to `@rolepod/wplab` are documented here. Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format and [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
 
5
+ ## [1.2.2] — 2026-05-26 — Slim dist
6
+
7
+ ### Changed
8
+
9
+ - `tsup.config.ts` — `sourcemap: false` for shipped builds. dist size **14.6 MB → 4.8 MB (-67%)** by dropping the two `.map` files (~10 MB total) that were ~68% of the bundle. End users `npx` the binary and rarely inspect stack traces; local devs can re-enable maps with `npx tsup --sourcemap` when debugging.
10
+ - No source change. No schema change. No tool change.
11
+
12
+ ### Numbers
13
+
14
+ - npm tarball: **~2.7 MB → ~750 KB packed** (typical sourcemap-heavy → slim ratio).
15
+ - MCP tools: 62 (unchanged).
16
+ - Tests: 141 passing.
17
+
5
18
  ## [1.2.1] — 2026-05-26 — Path-2 polish
6
19
 
7
20
  ### Changed
@@ -66947,5 +66947,3 @@ long/umd/index.js:
66947
66947
  *
66948
66948
  *)
66949
66949
  */
66950
- //# sourceMappingURL=rolepod-wplab.js.map
66951
- //# sourceMappingURL=rolepod-wplab.js.map
package/dist/index.js CHANGED
@@ -66289,5 +66289,3 @@ long/umd/index.js:
66289
66289
  */
66290
66290
 
66291
66291
  export { ProdGuard, TargetRegistry, createServer, errors_exports as errors, loadProfile, openTarget, tools_exports as schema };
66292
- //# sourceMappingURL=index.js.map
66293
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolepod/wplab",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Novamira-class WordPress operations toolkit for AI coding agents — default-safe wp-cli + REST + scoped fs, opt-in companion for execute-php + runtime introspection. MIT, rolepod ecosystem.",
5
5
  "keywords": [
6
6
  "mcp",