@t402/aptos 2.3.1 → 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 +3 -3
package/README.md
CHANGED
|
@@ -167,5 +167,12 @@ pnpm lint
|
|
|
167
167
|
|
|
168
168
|
- `@t402/core` - Core protocol types and client
|
|
169
169
|
- `@t402/fetch` - HTTP wrapper with automatic payment handling
|
|
170
|
-
- `@t402/evm` - EVM
|
|
170
|
+
- `@t402/evm` - EVM implementation
|
|
171
|
+
- `@t402/svm` - Solana implementation
|
|
172
|
+
- `@t402/ton` - TON implementation
|
|
173
|
+
- `@t402/tron` - TRON implementation
|
|
171
174
|
- `@t402/near` - NEAR Protocol implementation
|
|
175
|
+
- `@t402/tezos` - Tezos implementation
|
|
176
|
+
- `@t402/polkadot` - Polkadot Asset Hub implementation
|
|
177
|
+
- `@t402/stacks` - Stacks implementation
|
|
178
|
+
- `@t402/cosmos` - Cosmos (Noble) implementation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t402/aptos",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Aptos (Move) mechanism for T402 payment protocol",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"src"
|
|
54
54
|
],
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@t402/core": "2.
|
|
56
|
+
"@t402/core": "2.4.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@types/node": "^
|
|
59
|
+
"@types/node": "^25.2.0",
|
|
60
60
|
"tsup": "^8.5.0",
|
|
61
61
|
"typescript": "^5.8.3",
|
|
62
62
|
"vitest": "^3.2.4"
|