@unbrained/pm-web 2026.8.4 → 2026.8.7

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,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026.8.7 - 2026-08-07
4
+
5
+ ### Fixed
6
+
7
+ - Serialize pm-web test schema bootstrap before parallel route suites ([pm-web-3u1v](https://github.com/unbraind/pm-web/blob/main/.agents/pm/issues/pm-web-3u1v.toon))
8
+
9
+ ### Other
10
+
11
+ - Gate CI on strict tracked pm project health ([pm-web-yiym](https://github.com/unbraind/pm-web/blob/main/.agents/pm/chores/pm-web-yiym.toon))
12
+
3
13
  ## 2026.8.4 - 2026-08-04
4
14
 
5
15
  ### Fixed
package/dist/index.js CHANGED
@@ -176,7 +176,7 @@ function processAlive(pid) {
176
176
  }
177
177
  export default defineExtension({
178
178
  name: "pm-web",
179
- version: "2026.8.4",
179
+ version: "2026.8.7",
180
180
  activate(api) {
181
181
  // -----------------------------------------------------------------------
182
182
  // Command: pm web [--port <port>] [--detach]
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-web",
3
- "version": "2026.8.4",
3
+ "version": "2026.8.7",
4
4
  "description": "Full web UI for pm-cli — browse, create, update, search and manage pm projects in the browser. Self-hosted via Docker or Node.js.",
5
5
  "author": "@unbraind",
6
6
  "entry": "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unbrained/pm-web",
3
- "version": "2026.8.4",
3
+ "version": "2026.8.7",
4
4
  "description": "Full web UI for pm-cli — browse, create, update, search and manage pm projects in the browser. Self-hosted via Docker or Node.js.",
5
5
  "type": "module",
6
6
  "files": [
@@ -41,7 +41,7 @@
41
41
  "db:check": "node scripts/ensure-test-db.ts"
42
42
  },
43
43
  "dependencies": {
44
- "@unbrained/pm-cli": "^2026.8.3",
44
+ "@unbrained/pm-cli": "^2026.8.6",
45
45
  "bcryptjs": "^3.0.3",
46
46
  "cookie-parser": "^1.4.7",
47
47
  "express": "^5.2.1",
@@ -58,7 +58,7 @@
58
58
  "@types/node": "^26.1.1",
59
59
  "@types/pg": "^8.11.11",
60
60
  "@types/uuid": "^11.0.0",
61
- "pm-changelog": "^2026.7.26",
61
+ "pm-changelog": "^2026.8.6",
62
62
  "tsx": "^4.23.0",
63
63
  "typescript": "^7.0.2"
64
64
  },