@agenticprimitives/agent-relationships 0.1.0-alpha.2 → 0.1.0-alpha.3
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 +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agenticprimitives/agent-relationships",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.3",
|
|
4
4
|
"description": "Agent relationships SDK: trust-fabric edge store (subject, object, relationshipType) with role taxonomy. Phase 1 ships edge-ID derivation + relationship-type constants + client skeleton; AgentRelationship.sol + RelationshipTypeRegistry.sol ports land in Phase 3. AgentAssertion + AgentRelationshipResolver deferred to v2.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -31,21 +31,14 @@
|
|
|
31
31
|
"spec.md",
|
|
32
32
|
"README.md"
|
|
33
33
|
],
|
|
34
|
-
"scripts": {
|
|
35
|
-
"build": "tsc -p tsconfig.build.json",
|
|
36
|
-
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
37
|
-
"test": "vitest run",
|
|
38
|
-
"test:watch": "vitest",
|
|
39
|
-
"clean": "rm -rf dist"
|
|
40
|
-
},
|
|
41
34
|
"publishConfig": {
|
|
42
35
|
"access": "public"
|
|
43
36
|
},
|
|
44
37
|
"peerDependencies": {
|
|
45
|
-
"
|
|
46
|
-
"@agenticprimitives/
|
|
47
|
-
"@agenticprimitives/
|
|
48
|
-
"
|
|
38
|
+
"viem": "^2.50.0",
|
|
39
|
+
"@agenticprimitives/agent-account": "0.1.0-alpha.3",
|
|
40
|
+
"@agenticprimitives/connect-auth": "0.1.0-alpha.3",
|
|
41
|
+
"@agenticprimitives/types": "0.1.0-alpha.3"
|
|
49
42
|
},
|
|
50
43
|
"devDependencies": {
|
|
51
44
|
"@types/node": "^22.7.0",
|
|
@@ -58,5 +51,12 @@
|
|
|
58
51
|
"edges",
|
|
59
52
|
"roles",
|
|
60
53
|
"agentic"
|
|
61
|
-
]
|
|
62
|
-
|
|
54
|
+
],
|
|
55
|
+
"scripts": {
|
|
56
|
+
"build": "tsc -p tsconfig.build.json",
|
|
57
|
+
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
58
|
+
"test": "vitest run",
|
|
59
|
+
"test:watch": "vitest",
|
|
60
|
+
"clean": "rm -rf dist"
|
|
61
|
+
}
|
|
62
|
+
}
|