@palindromepay/sdk 2.0.3 → 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 +4 -19
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@palindromepay/sdk.svg)](https://www.npmjs.com/package/@palindromepay/sdk)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
- [![Documentation](https://img.shields.io/badge/docs-sdk.palindromefinance.com-blue)](https://sdk.palindromefinance.com)
5
+ [![Documentation](https://img.shields.io/badge/docs-sdk.palindromepay.com-blue)](https://sdk.palindromepay.com)
6
6
 
7
7
  A TypeScript/Node SDK for interacting with the PalindromePay escrow smart contract and subgraph, including signature flows, event utilities, token helpers, and robust error handling.
8
8
 
@@ -10,22 +10,7 @@ A TypeScript/Node SDK for interacting with the PalindromePay escrow smart contra
10
10
 
11
11
  ## 📚 Documentation
12
12
 
13
- **Full documentation available at: [sdk.palindromefinance.com](https://sdk.palindromefinance.com)**
14
-
15
- ---
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
13
+ **Full documentation available at: [palindromepay.com/sdk](https://www.palindromepay.com/sdk)**
29
14
 
30
15
  ---
31
16
 
@@ -81,5 +66,5 @@ Contributions are welcome! Please feel free to submit a Pull Request.
81
66
 
82
67
  ## 📞 Support
83
68
 
84
- - GitHub Issues: https://github.com/palindrome-finance/escrow-sdk/issues
85
- - Documentation: https://github.com/palindrome-finance/escrow-sdk#readme
69
+ - GitHub Issues: https://github.com/palindromepay/SDKPalindromePay/issues
70
+ - Documentation: https://www.palindromepay.com/sdk
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@palindromepay/sdk",
3
- "version": "2.0.3",
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",
@@ -29,12 +29,12 @@
29
29
  "license": "MIT",
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "https://github.com/palindrome-finance/escrow-sdk.git"
32
+ "url": "https://github.com/palindromepay/SDKPalindromePay.git"
33
33
  },
34
34
  "bugs": {
35
- "url": "https://github.com/palindrome-finance/escrow-sdk/issues"
35
+ "url": "https://github.com/palindromepay/SDKPalindromePay/issues"
36
36
  },
37
- "homepage": "https://github.com/palindrome-finance/escrow-sdk#readme",
37
+ "homepage": "https://www.palindromepay.com/sdk",
38
38
  "files": [
39
39
  "dist",
40
40
  "README.md",