@plurnk/plurnk-plurnkdown 1.7.0 → 1.9.0

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.
Files changed (2) hide show
  1. package/SPEC.md +1 -4
  2. package/package.json +2 -2
package/SPEC.md CHANGED
@@ -29,8 +29,7 @@ flowchart LR
29
29
  direction LR
30
30
  definition["definition<br/>bare content"] --> policy["Policy"]
31
31
  policy --> project["Project Policy"]
32
- project --> tools["Registered Tools"]
33
- tools --> optional["Enabled Optional Operations"]
32
+ project --> optional["Enabled Optional Operations"]
34
33
  optional --> schemes["Resources"]
35
34
  schemes --> notes["Operator Notes"]
36
35
  end
@@ -53,8 +52,6 @@ flowchart LR
53
52
  | `definition` | system | Bare `plurnk.md`; no wrapper heading | {§definition-table-projection} |
54
53
  | `system-policy` | system | Authored Markdown | {§policy-sections} |
55
54
  | `project-policy` | system | Authored Markdown | {§policy-sections} |
56
- | `tools` | system | Generated Markdown capability table | {§tools-capability-sheet} |
57
- | `optional-operations` | system | `plurnk` fence | {§tools-capability-sheet} |
58
55
  | `schemes` | system | `plurnk` fence | {§schemes-directory} |
59
56
  | `inject` | system | Authored Markdown | {§packet-inject} |
60
57
  | `log` | user | Dynamic `jsonplurnk` fence | {§jsonplurnk} |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-plurnkdown",
3
- "version": "1.7.0",
3
+ "version": "1.9.0",
4
4
  "description": "Plurnkdown — the plurnk packet house style (GFM + Mermaid + fenced Plurnk ops) and its linter.",
5
5
  "keywords": [
6
6
  "plurnk",
@@ -14,7 +14,7 @@
14
14
  "node": ">=26"
15
15
  },
16
16
  "dependencies": {
17
- "@plurnk/plurnk-contracts": "1.7.0",
17
+ "@plurnk/plurnk-contracts": "1.9.0",
18
18
  "marked": "^18.0.5"
19
19
  },
20
20
  "license": "MIT",