@runbooks/supervise 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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,8 +2,7 @@
2
2
 
3
3
  The reference supervisor — the implementation of the execution contract.
4
4
 
5
- **Tasks:** [R-01](../../tasks/v0/R-01-supervisor-core.md) through
6
- [R-09](../../tasks/v2/R-09-run-attestation.md) · **Normative:** RUNBOOK.md §13
5
+ **Normative:** RUNBOOK.md §13
7
6
 
8
7
  ## The one sentence that defines scope
9
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runbooks/supervise",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Supervisor core: pure decision logic. No I/O, no network.",
@@ -13,8 +13,8 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@runbooks/schema": "^0.1.0",
17
- "@runbooks/graph": "^0.1.0"
16
+ "@runbooks/schema": "^0.1.1",
17
+ "@runbooks/graph": "^0.1.1"
18
18
  },
19
19
  "license": "MIT",
20
20
  "repository": {