@agenticprimitives/identity-directory 0.1.0-alpha.2 → 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.
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agenticprimitives/identity-directory",
|
|
3
|
-
"version": "
|
|
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": {
|
|
@@ -27,22 +27,13 @@
|
|
|
27
27
|
"spec.md",
|
|
28
28
|
"README.md"
|
|
29
29
|
],
|
|
30
|
-
"scripts": {
|
|
31
|
-
"build": "tsc -p tsconfig.build.json",
|
|
32
|
-
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
33
|
-
"test": "vitest run",
|
|
34
|
-
"test:unit": "vitest run test/unit",
|
|
35
|
-
"test:integration": "vitest run test/integration --passWithNoTests",
|
|
36
|
-
"test:watch": "vitest",
|
|
37
|
-
"clean": "rm -rf dist"
|
|
38
|
-
},
|
|
39
30
|
"publishConfig": {
|
|
40
31
|
"access": "public"
|
|
41
32
|
},
|
|
42
33
|
"peerDependencies": {
|
|
43
|
-
"@agenticprimitives/audit": "
|
|
44
|
-
"@agenticprimitives/ontology": "
|
|
45
|
-
"@agenticprimitives/types": "
|
|
34
|
+
"@agenticprimitives/audit": "1.0.0-alpha.4",
|
|
35
|
+
"@agenticprimitives/ontology": "1.0.0-alpha.4",
|
|
36
|
+
"@agenticprimitives/types": "1.0.0-alpha.4"
|
|
46
37
|
},
|
|
47
38
|
"devDependencies": {
|
|
48
39
|
"vitest": "^2.1.0"
|
|
@@ -53,5 +44,14 @@
|
|
|
53
44
|
"read-model",
|
|
54
45
|
"knowledge-graph",
|
|
55
46
|
"agentic"
|
|
56
|
-
]
|
|
57
|
-
|
|
47
|
+
],
|
|
48
|
+
"scripts": {
|
|
49
|
+
"build": "tsc -p tsconfig.build.json",
|
|
50
|
+
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
51
|
+
"test": "vitest run",
|
|
52
|
+
"test:unit": "vitest run test/unit",
|
|
53
|
+
"test:integration": "vitest run test/integration --passWithNoTests",
|
|
54
|
+
"test:watch": "vitest",
|
|
55
|
+
"clean": "rm -rf dist"
|
|
56
|
+
}
|
|
57
|
+
}
|