@t402/tezos 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 +3 -3
package/README.md
CHANGED
|
@@ -157,5 +157,12 @@ pnpm lint
|
|
|
157
157
|
|
|
158
158
|
- `@t402/core` - Core protocol types and client
|
|
159
159
|
- `@t402/fetch` - HTTP wrapper with automatic payment handling
|
|
160
|
-
- `@t402/evm` - EVM
|
|
160
|
+
- `@t402/evm` - EVM implementation
|
|
161
|
+
- `@t402/svm` - Solana implementation
|
|
162
|
+
- `@t402/ton` - TON implementation
|
|
163
|
+
- `@t402/tron` - TRON implementation
|
|
164
|
+
- `@t402/near` - NEAR Protocol implementation
|
|
165
|
+
- `@t402/aptos` - Aptos implementation
|
|
161
166
|
- `@t402/polkadot` - Polkadot Asset Hub implementation
|
|
167
|
+
- `@t402/stacks` - Stacks implementation
|
|
168
|
+
- `@t402/cosmos` - Cosmos (Noble) implementation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t402/tezos",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Tezos (FA2) 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"
|