@arnilo/prism-supervisor 0.0.8 → 0.0.11

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/CHANGELOG.md +20 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,25 @@
1
1
  # Changelog
2
+ ## [0.0.11] - 2026-07-22
2
3
 
3
- ## Unreleased
4
+ ### Changed
5
+
6
+ - Released with exact 0.0.11 graph.
7
+
8
+ ## [0.0.10] - 2026-07-21
9
+
10
+ ### Changed
11
+
12
+ - Released with exact 0.0.10 graph.
13
+
14
+ ## [0.0.96] - 2026-07-21
15
+
16
+ ### Changed
17
+
18
+ - Released with exact 0.0.96 graph.
19
+
20
+ ## [0.0.9] - 2026-07-21
21
+
22
+ - Released with the exact 0.0.9 first-party package graph.
4
23
 
5
24
  ## [0.0.8] - 2026-07-20
6
25
 
@@ -20,7 +39,6 @@
20
39
 
21
40
  - Added optional bounded child delegation and A2A 1.0 card/server/client interoperability.
22
41
 
23
-
24
42
  ## [0.0.4] - 2026-07-14
25
43
 
26
44
  - Bounded explicit local child delegation with narrowing-only policy composition, derived memory scope IDs, hooks, nested delegation, cancellation, and event subscription.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arnilo/prism-supervisor",
3
- "version": "0.0.8",
3
+ "version": "0.0.11",
4
4
  "description": "Bounded supervisor delegation and A2A 1.0 durable task, rich-part, reconnect, and push interoperability.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "pack:dry-run": "npm pack --dry-run"
26
26
  },
27
27
  "peerDependencies": {
28
- "@arnilo/prism": "0.0.8"
28
+ "@arnilo/prism": "0.0.11"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@arnilo/prism": "file:../.."