pm-graph 2026.5.28 → 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 +4 -0
- package/manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
- Add publish retry + provenance fallback to release workflow ([pm-graph-e0at](https://github.com/unbraind/pm-graph/blob/main/.agents/pm/tasks/pm-graph-e0at.toon))
|
|
8
8
|
|
|
9
|
+
### Other
|
|
10
|
+
|
|
11
|
+
- Production-readiness audit 2026-05-28 ([pm-graph-41bm](https://github.com/unbraind/pm-graph/blob/main/.agents/pm/tasks/pm-graph-41bm.toon))
|
|
12
|
+
|
|
9
13
|
## 2026.05.27 - 2026-05-27
|
|
10
14
|
|
|
11
15
|
### Added
|
package/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pm-graph",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.30",
|
|
4
4
|
"description": "Knowledge graph and dependency graph extension for pm CLI workspaces, with optional Neo4j sync.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/node": "^25.9.1",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
26
|
+
"@unbrained/pm-cli": "^2026.5.29",
|
|
27
|
+
"pm-changelog": "^2026.5.29-2",
|
|
28
|
+
"typescript": "^6.0.3"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
31
31
|
"dist/",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"main": "dist/index.js",
|
|
45
45
|
"types": "dist/index.d.ts",
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@unbrained/pm-cli": ">=2026.5.
|
|
47
|
+
"@unbrained/pm-cli": ">=2026.5.29"
|
|
48
48
|
},
|
|
49
49
|
"engines": {
|
|
50
50
|
"node": ">=20.0.0"
|