@funkit/fun-relay 2.4.1-next.1 → 2.5.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/CHANGELOG.md +12 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @funkit/fun-relay
|
|
2
2
|
|
|
3
|
+
## 2.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- d3d8eae: feat: bump relay package version
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 91f9cb4: feat(connect): add AZTEC token support for Lighter exchange
|
|
12
|
+
- 8aa93f1: feat(fun-relay): add RELAY_VM_TYPES const
|
|
13
|
+
- 3b1c2c0: fix(relay): add Across transfer paths for Lighter USDC perps routes
|
|
14
|
+
|
|
3
15
|
## 2.4.1-next.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/fun-relay",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist/src",
|
|
6
6
|
"dist/index.d.ts",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"access": "public"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@relayprotocol/relay-bitcoin-wallet-adapter": "^
|
|
31
|
-
"@relayprotocol/relay-sdk": "^
|
|
32
|
-
"@relayprotocol/relay-svm-wallet-adapter": "^
|
|
33
|
-
"@relayprotocol/relay-tron-wallet-adapter": "^
|
|
30
|
+
"@relayprotocol/relay-bitcoin-wallet-adapter": "^17.0.0",
|
|
31
|
+
"@relayprotocol/relay-sdk": "^5.2.0",
|
|
32
|
+
"@relayprotocol/relay-svm-wallet-adapter": "^18.0.0",
|
|
33
|
+
"@relayprotocol/relay-tron-wallet-adapter": "^6.0.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@solana/web3.js": "^1.98.2",
|