@agenticprimitives/identity-directory 0.1.0-alpha.3 → 1.0.0-alpha.4

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticprimitives/identity-directory",
3
- "version": "0.1.0-alpha.3",
3
+ "version": "1.0.0-alpha.4",
4
4
  "description": "Evidence-backed read model over canonical agents and their facets (ADR-0015 / spec 223). Declares the ports (NamingPort / OnChainReadPort / IndexerPort) + the query API with provenance + assurance. Not an authority; no eth_getLogs; no fallback. Adapters live in identity-directory-adapters.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -31,9 +31,9 @@
31
31
  "access": "public"
32
32
  },
33
33
  "peerDependencies": {
34
- "@agenticprimitives/audit": "0.1.0-alpha.3",
35
- "@agenticprimitives/ontology": "0.1.0-alpha.3",
36
- "@agenticprimitives/types": "0.1.0-alpha.3"
34
+ "@agenticprimitives/audit": "1.0.0-alpha.4",
35
+ "@agenticprimitives/ontology": "1.0.0-alpha.4",
36
+ "@agenticprimitives/types": "1.0.0-alpha.4"
37
37
  },
38
38
  "devDependencies": {
39
39
  "vitest": "^2.1.0"