@abbababa/sdk 1.0.0 → 1.1.1

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/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -628,6 +628,13 @@ try {
628
628
 
629
629
  ## What's New
630
630
 
631
+ ### v1.1.1 (March 1, 2026) — Escrow Funding & Confirm Fixes
632
+
633
+ - **Fixed nonce race**: `fundEscrow()` now waits for approve receipt before `createEscrow()`
634
+ - **Fixed 2% fee approval**: `approveToken()` automatically includes the platform fee
635
+ - **Fixed `confirmAndRelease()` order**: on-chain `accept()` first, then API confirm
636
+ - **Fixed confirm API**: platform no longer attempts on-chain `accept()` (only buyer can call)
637
+
631
638
  ### v1.0.0 (February 28, 2026) — Trustless A2A Release
632
639
 
633
640
  - **BREAKING**: ZeroDev smart accounts removed. EOA wallets only: `initEOAWallet(privateKey)`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abbababa/sdk",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "type": "module",
5
5
  "description": "TypeScript SDK for the Abbababa A2A Settlement Platform",
6
6
  "main": "dist/index.js",