@arc402/sdk 0.6.2 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arc402/sdk",
3
- "version": "0.6.2",
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",