@arnilo/prism-supervisor 0.0.10 → 0.0.96
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/CHANGELOG.md +4 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
-
## [0.0.10] - 2026-07-21
|
|
3
|
-
|
|
4
|
-
### Changed
|
|
5
|
-
|
|
6
|
-
- Released with exact 0.0.10 graph.
|
|
7
|
-
|
|
8
2
|
## [0.0.96] - 2026-07-21
|
|
9
3
|
|
|
10
4
|
### Changed
|
|
11
5
|
|
|
12
6
|
- Released with exact 0.0.96 graph.
|
|
13
7
|
|
|
8
|
+
|
|
9
|
+
## Unreleased
|
|
10
|
+
|
|
14
11
|
## [0.0.9] - 2026-07-21
|
|
15
12
|
|
|
16
13
|
- Released with the exact 0.0.9 first-party package graph.
|
|
@@ -33,6 +30,7 @@
|
|
|
33
30
|
|
|
34
31
|
- Added optional bounded child delegation and A2A 1.0 card/server/client interoperability.
|
|
35
32
|
|
|
33
|
+
|
|
36
34
|
## [0.0.4] - 2026-07-14
|
|
37
35
|
|
|
38
36
|
- 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.
|
|
3
|
+
"version": "0.0.96",
|
|
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.
|
|
28
|
+
"@arnilo/prism": "0.0.96"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@arnilo/prism": "file:../.."
|