@hienlh/ppm 0.17.14 → 0.17.15

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
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.17.15] - 2026-07-27
4
+
5
+ ### Fixed
6
+ - **Windows upgrade broken by illegal filename in the npm package** — upgrading on Windows failed with `error: ENOENT extracting tarball` because a stray absolute host path (`C:/Users/.../AppData/Local/Temp/ppmbuild/index.js`) had leaked into the published package. A drive-letter colon is an illegal Windows filename, so extraction aborted before any file was written, silently blocking the in-app upgrade (Linux/macOS were unaffected — a colon is a legal filename there). The stray path is removed and `.npmignore` now excludes `Users/`, `AppData/`, and `ppmbuild/` so build-tool path leaks can't reach the tarball again. Windows installs on 0.17.13–0.17.14 can upgrade to this version normally.
7
+
3
8
  ## [0.17.14] - 2026-07-27
4
9
 
5
10
  ### Fixed
@@ -71,4 +71,4 @@ This skill covers the `ppm` CLI, its HTTP API, and its config DB. It does **not*
71
71
  - Third-party extensions (inspect via `ppm ext list`).
72
72
  - The Claude Agent SDK internals (separate skill).
73
73
 
74
- <!-- Generated for PPM v0.17.14 at build time. Re-run `ppm export skill --install` to refresh. -->
74
+ <!-- Generated for PPM v0.17.15 at build time. Re-run `ppm export skill --install` to refresh. -->
@@ -273,4 +273,4 @@ _Base URL: `http://localhost:8080` (default; override via `ppm config set port <
273
273
  - `ws://<host>/ws/terminal` — PTY terminal multiplexer
274
274
  - `ws://<host>/ws/extensions` — extension host channel
275
275
 
276
- <!-- Generated from src/server/routes/ for PPM v0.17.14 -->
276
+ <!-- Generated from src/server/routes/ for PPM v0.17.15 -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hienlh/ppm",
3
- "version": "0.17.14",
3
+ "version": "0.17.15",
4
4
  "description": "Personal Project Manager — mobile-first web IDE with AI assistance",
5
5
  "author": "hienlh",
6
6
  "license": "SEE LICENSE IN LICENSE",