@palindromepay/sdk 1.9.5 → 1.9.7
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/LICENCE +1 -1
- package/package.json +2 -2
- package/dist/PalindromeEscrowSDK.d.ts +0 -1217
- package/dist/PalindromeEscrowSDK.js +0 -2710
- package/dist/contract/PalindromeCryptoEscrow.json +0 -1180
- package/dist/contract/PalindromeEscrowWallet.json +0 -306
- package/dist/contract/USDT.json +0 -310
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -18
- package/dist/subgraph/queries.d.ts +0 -21
- package/dist/subgraph/queries.js +0 -466
- package/dist/types/escrow.d.ts +0 -48
- package/dist/types/escrow.js +0 -2
package/LICENCE
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@palindromepay/sdk",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.7",
|
|
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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"typescript",
|
|
25
25
|
"viem"
|
|
26
26
|
],
|
|
27
|
-
"author": "Palindrome
|
|
27
|
+
"author": "Palindrome Pay",
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"repository": {
|
|
30
30
|
"type": "git",
|