@relai-fi/x402 0.6.2 → 0.6.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relai-fi/x402",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
4
4
  "description": "Unified x402 payment SDK for Solana, Base, Avalanche, SKALE Base, SKALE BITE, Polygon, and Ethereum. Automatic 402 handling with zero gas fees.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -41,6 +41,8 @@
41
41
  "url": "https://github.com/web3luka/relai-sdk"
42
42
  },
43
43
  "dependencies": {
44
+ "@solana/kit": "^6.5.0",
45
+ "@solana/mpp": "^0.1.0-beta.1",
44
46
  "@solana/spl-token": "^0.4.14",
45
47
  "@solana/web3.js": "^1.98.4",
46
48
  "axios": "^1.6.7",
@@ -107,6 +109,21 @@
107
109
  "types": "./dist/relay-feedback.d.ts",
108
110
  "import": "./dist/relay-feedback.js",
109
111
  "require": "./dist/relay-feedback.cjs"
112
+ },
113
+ "./mpp/evm-server": {
114
+ "types": "./dist/mpp/evm-server.d.ts",
115
+ "import": "./dist/mpp/evm-server.js",
116
+ "require": "./dist/mpp/evm-server.cjs"
117
+ },
118
+ "./mpp/evm-client": {
119
+ "types": "./dist/mpp/evm-client.d.ts",
120
+ "import": "./dist/mpp/evm-client.js",
121
+ "require": "./dist/mpp/evm-client.cjs"
122
+ },
123
+ "./mpp/evm-method": {
124
+ "types": "./dist/mpp/evm-method.d.ts",
125
+ "import": "./dist/mpp/evm-method.js",
126
+ "require": "./dist/mpp/evm-method.cjs"
110
127
  }
111
128
  },
112
129
  "optionalDependencies": {