@arc402/sdk 0.6.1 → 0.6.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/CHANGELOG.md +11 -0
- package/dist/types.js +1 -1
- package/package.json +2 -2
- package/src/types.ts +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [0.6.3] — 2026-03-25
|
|
4
|
+
|
|
5
|
+
### Synced
|
|
6
|
+
- Version sync with CLI `1.4.33` workroom/gateway integration cycle.
|
|
7
|
+
- No breaking API changes in TypeScript SDK surface.
|
|
8
|
+
- Validated compatibility with latest ARC-402 endpoint and agreement lifecycle flows.
|
|
9
|
+
|
|
10
|
+
## [0.6.2] — previous
|
|
11
|
+
- Existing discovery, negotiation, trust, and settlement client surface.
|
package/dist/types.js
CHANGED
|
@@ -20,7 +20,7 @@ exports.NETWORKS = {
|
|
|
20
20
|
trustRegistry: "0x22366D6dabb03062Bc0a5E893EfDff15D8E329b1", // TrustRegistryV3 — v2
|
|
21
21
|
intentAttestation: "0x66585C2F96cAe05EA360F6dBF76bA092A7B87669",
|
|
22
22
|
settlementCoordinator: "0xd52d8Be9728976E0D70C89db9F8ACeb5B5e97cA2", // SettlementCoordinatorV2 ← active
|
|
23
|
-
walletFactory: "
|
|
23
|
+
walletFactory: "0x801f0553585f511D9953419A9668edA078196997", // WalletFactoryV6 — final 2026-03-24
|
|
24
24
|
agentRegistry: "0xD5c2851B00090c92Ba7F4723FB548bb30C9B6865", // AgentRegistry ← discovery directory
|
|
25
25
|
serviceAgreement: "0xC98B402CAB9156da68A87a69E3B4bf167A3CCcF6",
|
|
26
26
|
reputationOracle: "0x359F76a54F9A345546E430e4d6665A7dC9DaECd4",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arc402/sdk",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "ARC-402 typed TypeScript SDK for discovery, negotiation, trust, and governed settlement",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,4 +27,4 @@
|
|
|
27
27
|
"ts-node": "^10.9.0",
|
|
28
28
|
"typescript": "^5.3.0"
|
|
29
29
|
}
|
|
30
|
-
}
|
|
30
|
+
}
|
package/src/types.ts
CHANGED
|
@@ -86,7 +86,7 @@ export const NETWORKS: Record<string, NetworkConfig> = {
|
|
|
86
86
|
trustRegistry: "0x22366D6dabb03062Bc0a5E893EfDff15D8E329b1", // TrustRegistryV3 — v2
|
|
87
87
|
intentAttestation: "0x66585C2F96cAe05EA360F6dBF76bA092A7B87669",
|
|
88
88
|
settlementCoordinator: "0xd52d8Be9728976E0D70C89db9F8ACeb5B5e97cA2", // SettlementCoordinatorV2 ← active
|
|
89
|
-
walletFactory: "
|
|
89
|
+
walletFactory: "0x801f0553585f511D9953419A9668edA078196997", // WalletFactoryV6 — final 2026-03-24
|
|
90
90
|
agentRegistry: "0xD5c2851B00090c92Ba7F4723FB548bb30C9B6865", // AgentRegistry ← discovery directory
|
|
91
91
|
serviceAgreement: "0xC98B402CAB9156da68A87a69E3B4bf167A3CCcF6",
|
|
92
92
|
reputationOracle: "0x359F76a54F9A345546E430e4d6665A7dC9DaECd4",
|