@unbrained/pm-web 2026.9.6 → 2026.9.8
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 +14 -0
- package/dist/index.js +1 -1
- package/manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2026.9.8 - 2026-09-08
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- Prove that a write arriving from another surface reaches a connected subscriber ([pm-web-pi1i](https://github.com/unbraind/pm-web/blob/main/.agents/pm/features/pm-web-pi1i.toon))
|
|
8
|
+
|
|
9
|
+
### Security
|
|
10
|
+
|
|
11
|
+
- Consume the canonical attestation gate instead of carrying a copy of it ([pm-web-tg1s](https://github.com/unbraind/pm-web/blob/main/.agents/pm/chores/pm-web-tg1s.toon))
|
|
12
|
+
|
|
13
|
+
### Other
|
|
14
|
+
|
|
15
|
+
- Harden the attestation consumer suite to match the rest of the converged fleet ([pm-web-qq0i](https://github.com/unbraind/pm-web/blob/main/.agents/pm/chores/pm-web-qq0i.toon))
|
|
16
|
+
|
|
3
17
|
## 2026.9.5 - 2026-09-05
|
|
4
18
|
|
|
5
19
|
### Fixed
|
package/dist/index.js
CHANGED
|
@@ -262,7 +262,7 @@ function processAlive(pid) {
|
|
|
262
262
|
}
|
|
263
263
|
export default defineExtension({
|
|
264
264
|
name: "pm-web",
|
|
265
|
-
version: "2026.9.
|
|
265
|
+
version: "2026.9.8",
|
|
266
266
|
activate(api) {
|
|
267
267
|
// -----------------------------------------------------------------------
|
|
268
268
|
// Command: pm web [--port <port>] [--detach]
|
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pm-web",
|
|
3
|
-
"version": "2026.9.
|
|
3
|
+
"version": "2026.9.8",
|
|
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.9.
|
|
3
|
+
"version": "2026.9.8",
|
|
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": [
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"@types/node": "^26.2.0",
|
|
65
65
|
"@types/pg": "^8.23.1",
|
|
66
66
|
"@types/uuid": "^11.0.0",
|
|
67
|
-
"pm-changelog": "2026.
|
|
68
|
-
"pm-ops": "2026.
|
|
67
|
+
"pm-changelog": "2026.9.2",
|
|
68
|
+
"pm-ops": "^2026.9.7",
|
|
69
69
|
"tsx": "^4.23.12",
|
|
70
70
|
"typescript": "^7.0.2",
|
|
71
71
|
"yaml": "^2.9.0"
|