pm-graph 2026.6.10-1 → 2026.6.13

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,12 @@
1
1
  # Changelog
2
2
 
3
- ## 2026.06.09-1 - 2026-06-09
3
+ ## 2026.6.9-1 - 2026-06-09
4
4
 
5
5
  ### Added
6
6
 
7
7
  - Add --format mermaid/graphml to graph cycles and critical-path ([pm-graph-jqiv](https://github.com/unbraind/pm-graph/blob/main/.agents/pm/features/pm-graph-jqiv.toon))
8
8
 
9
- ## 2026.06.07 - 2026-06-07
9
+ ## 2026.6.7 - 2026-06-07
10
10
 
11
11
  ### Added
12
12
 
@@ -17,13 +17,13 @@
17
17
  - Harden release readiness checks ([pm-graph-uj77](https://github.com/unbraind/pm-graph/blob/main/.agents/pm/chores/pm-graph-uj77.toon))
18
18
  - Align package dependencies to pm CLI/SDK 2026.6.6 ([pm-graph-bnsw](https://github.com/unbraind/pm-graph/blob/main/.agents/pm/chores/pm-graph-bnsw.toon))
19
19
 
20
- ## 2026.06.04 - 2026-06-04
20
+ ## 2026.6.4 - 2026-06-04
21
21
 
22
22
  ### Added
23
23
 
24
24
  - Add topo-sort, impact, and dependency-depth analytics ([pm-graph-r5yz](https://github.com/unbraind/pm-graph/blob/main/.agents/pm/features/pm-graph-r5yz.toon))
25
25
 
26
- ## 2026.06.02-1 - 2026-06-02
26
+ ## 2026.6.2-1 - 2026-06-02
27
27
 
28
28
  ### Added
29
29
 
@@ -39,13 +39,13 @@
39
39
  - pm-graph analyze: offline graph-health report ([pm-graph-d9tz](https://github.com/unbraind/pm-graph/blob/main/.agents/pm/tasks/pm-graph-d9tz.toon))
40
40
  - Decision: analytics operate on STRUCTURAL edges only ([pm-graph-89nw](https://github.com/unbraind/pm-graph/blob/main/.agents/pm/tasks/pm-graph-89nw.toon))
41
41
 
42
- ## 2026.06.02 - 2026-06-02
42
+ ## 2026.6.2 - 2026-06-02
43
43
 
44
44
  ### Added
45
45
 
46
46
  - Add multi-format graph exporter \(pm graph export\): cypher, mermaid, dot, json-graph ([pm-graph-xii9](https://github.com/unbraind/pm-graph/blob/main/.agents/pm/features/pm-graph-xii9.toon))
47
47
 
48
- ## 2026.05.28 - 2026-05-28
48
+ ## 2026.5.28 - 2026-05-28
49
49
 
50
50
  ### Added
51
51
 
@@ -55,13 +55,13 @@
55
55
 
56
56
  - Production-readiness audit 2026-05-28 ([pm-graph-41bm](https://github.com/unbraind/pm-graph/blob/main/.agents/pm/tasks/pm-graph-41bm.toon))
57
57
 
58
- ## 2026.05.27 - 2026-05-27
58
+ ## 2026.5.27 - 2026-05-27
59
59
 
60
60
  ### Added
61
61
 
62
62
  - Add bun-install verification to release workflow ([pm-graph-e063](https://github.com/unbraind/pm-graph/blob/main/.agents/pm/tasks/pm-graph-e063.toon))
63
63
 
64
- ## 2026.05.26 - 2026-05-26
64
+ ## 2026.5.26 - 2026-05-26
65
65
 
66
66
  ### Fixed
67
67
 
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-graph",
3
- "version": "2026.6.10-1",
3
+ "version": "2026.6.13",
4
4
  "description": "Knowledge graph and dependency graph extension for pm CLI workspaces, with optional Neo4j sync.",
5
5
  "entry": "./dist/index.js",
6
6
  "capabilities": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-graph",
3
- "version": "2026.6.10-1",
3
+ "version": "2026.6.13",
4
4
  "description": "Knowledge graph and dependency graph extension for pm CLI workspaces, with optional Neo4j sync.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -26,7 +26,7 @@
26
26
  "devDependencies": {
27
27
  "@types/node": "^25.9.2",
28
28
  "@unbrained/pm-cli": "^2026.6.9",
29
- "pm-changelog": "^2026.6.8",
29
+ "pm-changelog": "^2026.6.13",
30
30
  "typescript": "^6.0.3"
31
31
  },
32
32
  "files": [