@plurnk/plurnk-plurnkdown 1.10.0 → 1.11.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 -1
  2. package/package.json +2 -2
package/SPEC.md CHANGED
@@ -62,7 +62,7 @@ flowchart LR
62
62
  | `git` | user | One working-tree state line | {§packet-cache-monotone} |
63
63
  | `budget` | user | One ceiling, usage, percentage, and free line | {§tokenomics-neutral-telemetry} |
64
64
  | `prompt` | user | `* prompt:///<loop>/<N>` pointers | {§prompt-entry} |
65
- | `requirements` | user | Authored operational recap | {§requirements} |
65
+ | `recap` | user | Optional authored operational recap | {§recap} |
66
66
 
67
67
  The authored `plurnk.md` keeps its human-aligned tables. Core removes table-cell padding only
68
68
  from the `definition` packet projection under {§definition-table-projection}; fenced blocks and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-plurnkdown",
3
- "version": "1.10.0",
3
+ "version": "1.11.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.10.0",
17
+ "@plurnk/plurnk-contracts": "1.11.0",
18
18
  "marked": "^18.0.5"
19
19
  },
20
20
  "license": "MIT",