@palindromepay/sdk 2.0.4 → 2.0.5

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 +0 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,21 +14,6 @@ A TypeScript/Node SDK for interacting with the PalindromePay escrow smart contra
14
14
 
15
15
  ---
16
16
 
17
- ## ✨ Features
18
-
19
- - Interact with on-chain escrow contracts using public & wallet clients
20
- - Supports ERC20 deposits, fee calculation, and contract state queries
21
- - Buyer, Seller, Arbiter roles—plus dispute/resolve logic
22
- - Meta-transaction signature helpers (EIP-712 compatible)
23
- - Auto-release and time/maturity helpers
24
- - Subgraph GraphQL queries to fetch and filter escrows and dispute messages
25
- - Flexible error classes and codes for wallet/client state
26
- - Utilities for fee calculation, token formatting, deadlines, and maturity times
27
- - Gas estimation helpers for transaction planning
28
- - Comprehensive state and role validation helpers
29
-
30
- ---
31
-
32
17
  ## 📦 Installation
33
18
 
34
19
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@palindromepay/sdk",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "TypeScript SDK for PalindromeCryptoEscrow - Secure blockchain escrow with buyer/seller protection",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",