@t402/polkadot 2.3.0 → 2.4.0
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/README.md +8 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -135,5 +135,12 @@ pnpm lint
|
|
|
135
135
|
|
|
136
136
|
- `@t402/core` - Core protocol types and client
|
|
137
137
|
- `@t402/fetch` - HTTP wrapper with automatic payment handling
|
|
138
|
-
- `@t402/evm` - EVM
|
|
138
|
+
- `@t402/evm` - EVM implementation
|
|
139
|
+
- `@t402/svm` - Solana implementation
|
|
140
|
+
- `@t402/ton` - TON implementation
|
|
141
|
+
- `@t402/tron` - TRON implementation
|
|
142
|
+
- `@t402/near` - NEAR Protocol implementation
|
|
143
|
+
- `@t402/aptos` - Aptos implementation
|
|
139
144
|
- `@t402/tezos` - Tezos implementation
|
|
145
|
+
- `@t402/stacks` - Stacks implementation
|
|
146
|
+
- `@t402/cosmos` - Cosmos (Noble) implementation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t402/polkadot",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "T402 Polkadot Asset Hub mechanism - USDT payments on Polkadot",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cjs/index.cjs",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"src"
|
|
54
54
|
],
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@t402/core": "2.
|
|
56
|
+
"@t402/core": "2.4.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@polkadot/api": ">=12.0.0"
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@polkadot/api": "^14.0.0",
|
|
68
|
-
"@types/node": "^
|
|
68
|
+
"@types/node": "^25.2.0",
|
|
69
69
|
"@vitest/coverage-v8": "^3.2.4",
|
|
70
70
|
"tsup": "^8.3.5",
|
|
71
71
|
"typescript": "^5.7.2",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"web3"
|
|
82
82
|
],
|
|
83
83
|
"author": "T402 Team",
|
|
84
|
-
"license": "
|
|
84
|
+
"license": "Apache-2.0",
|
|
85
85
|
"repository": {
|
|
86
86
|
"type": "git",
|
|
87
87
|
"url": "https://github.com/t402-io/t402.git",
|