@unbrained/pm-web 2026.5.29-1 → 2026.5.30

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,12 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026.5.30 - 2026-05-30
4
+
5
+ ### Fixed
6
+
7
+ - Daily Release fails at changelog:check — version-format mismatch \(padded tag vs npm version\) ([pm-web-ysd5](https://github.com/unbraind/pm-web/blob/main/.agents/pm/issues/pm-web-ysd5.toon))
8
+
9
+ ### Other
10
+
11
+ - Keep pm-web published scoped as @unbrained/pm-web \(not unscoped pm-web\) ([pm-web-1qq4](https://github.com/unbraind/pm-web/blob/main/.agents/pm/decisions/pm-web-1qq4.toon))
12
+ - Production-readiness audit 2026-05-28 ([pm-web-8u17](https://github.com/unbraind/pm-web/blob/main/.agents/pm/tasks/pm-web-8u17.toon))
13
+
3
14
  ## 2026.05.29-1 - 2026-05-29
4
15
 
5
16
  ### Added
6
17
 
7
18
  - Hands-on functional test pass 2026-05-29 \(real data + Postgres\) ([pm-web-ul0n](https://github.com/unbraind/pm-web/blob/main/.agents/pm/features/pm-web-ul0n.toon))
8
19
 
9
- ### Other
20
+ ### Fixed
10
21
 
11
22
  - Catalog npm link points to unpublished unscoped pm-web \(404\) ([pm-web-2wrz](https://github.com/unbraind/pm-web/blob/main/.agents/pm/issues/pm-web-2wrz.toon))
12
23
  - Server hangs/cryptic error when DATABASE\_URL is unset ([pm-web-onv4](https://github.com/unbraind/pm-web/blob/main/.agents/pm/issues/pm-web-onv4.toon))
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-web",
3
- "version": "2026.5.29-1",
3
+ "version": "2026.5.30",
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.5.29-1",
3
+ "version": "2026.5.30",
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": [
@@ -51,10 +51,10 @@
51
51
  "@types/node": "^22.15.17",
52
52
  "@types/pg": "^8.11.11",
53
53
  "@types/uuid": "^10.0.0",
54
- "@unbrained/pm-cli": "^2026.5.24",
54
+ "@unbrained/pm-cli": "^2026.5.29",
55
+ "pm-changelog": "^2026.5.29-2",
55
56
  "tsx": "^4.19.4",
56
- "typescript": "^6.0.3",
57
- "pm-changelog": "^2026.5.25"
57
+ "typescript": "^6.0.3"
58
58
  },
59
59
  "repository": {
60
60
  "type": "git",