@dzhechkov/keysarium-core 1.1.22 → 1.1.24

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/.dz-manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "manifest": {
3
- "version": 1,
3
+ "version": 3,
4
4
  "pack": "keysarium-core",
5
5
  "files": [
6
6
  {
@@ -57,7 +57,7 @@
57
57
  },
58
58
  {
59
59
  "path": "package.json",
60
- "sha256": "7fe776177833c4084a658c54ce3dd0e30124b8101d0c99410f2c44ffeb507a1c"
60
+ "sha256": "e30f40a25e9b2e2b4197e27e42e0534bf8315d299a2e938b6896ad12e3c5feae"
61
61
  },
62
62
  {
63
63
  "path": "platform/adapter-registry.md",
@@ -97,5 +97,5 @@
97
97
  }
98
98
  ]
99
99
  },
100
- "signature": "KJAFFBH1vekYGrCAQRDahFSgJ7LJKnajOtJxR6QUQFK0lxaWauToN84m2m/SoBa266ezghL5Kl7DRwyXvNbeBg=="
100
+ "signature": "UPyqPm8FrMZy7nULnyG0EllD1622AKDtfhuZ9tKD95zERrsa2o23V5X0LqFHjM+GXGeceaY0eYPwbvDm+KqkDg=="
101
101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/keysarium-core",
3
- "version": "1.1.22",
3
+ "version": "1.1.24",
4
4
  "description": "Core framework for multi-agent pipelines: governance, memory, orchestration, verification, trust tiers, and multi-platform support",
5
5
  "main": "index.md",
6
6
  "files": [
package/sbom.json CHANGED
@@ -142,10 +142,14 @@
142
142
  {
143
143
  "type": "file",
144
144
  "name": "package.json",
145
- "hashes": [
145
+ "properties": [
146
146
  {
147
- "alg": "SHA-256",
148
- "content": "7fe776177833c4084a658c54ce3dd0e30124b8101d0c99410f2c44ffeb507a1c"
147
+ "name": "dz:digest-basis",
148
+ "value": "package-json-ordered-conditions-v2"
149
+ },
150
+ {
151
+ "name": "dz:canonical-json-sha256-v2",
152
+ "value": "e30f40a25e9b2e2b4197e27e42e0534bf8315d299a2e938b6896ad12e3c5feae"
149
153
  }
150
154
  ]
151
155
  },