@runbooks/graph 0.1.0 → 0.1.1
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/README.md +1 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
The graph model, the seven blocking invariants, and layered layout.
|
|
4
4
|
|
|
5
|
-
**
|
|
6
|
-
[P-08](../../tasks/v0/P-08-graph-layout.md) · **Normative:** RUNBOOK.md §6
|
|
5
|
+
**Normative:** RUNBOOK.md §6
|
|
7
6
|
|
|
8
7
|
One model, three consumers: the linter, the renderer, the editor. If the editor grows
|
|
9
8
|
its own graph representation, the two drift and the constructor starts producing
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runbooks/graph",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Graph model, the seven blocking invariants, and layered layout.",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@runbooks/schema": "^0.1.
|
|
16
|
+
"@runbooks/schema": "^0.1.1"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"repository": {
|