@ape.swap/bonds-sdk 1.0.4 → 1.0.5
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 +18 -17
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Ape Bond SDK",
|
|
4
4
|
"author": "Ape Bond",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.5",
|
|
7
7
|
"main": "dist/cjs/index.js",
|
|
8
8
|
"module": "dist/esm/index.js",
|
|
9
9
|
"files": [
|
|
@@ -25,8 +25,22 @@
|
|
|
25
25
|
"theme-ui": "^0.16.2"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
+
"@tanstack/react-query": "4",
|
|
29
|
+
"@tanstack/react-query-devtools": "^4.29.19",
|
|
30
|
+
"@types/lodash": "^4.17.6",
|
|
31
|
+
"@types/node": "^20.12.6",
|
|
32
|
+
"@types/react": "^18.2.74",
|
|
33
|
+
"@types/react-dom": "^18.2.24",
|
|
34
|
+
"eslint": "8.57.0",
|
|
35
|
+
"eslint-plugin-react": "^7.34.1",
|
|
36
|
+
"prettier": "^3.2.5",
|
|
37
|
+
"typescript": "5.4.4",
|
|
38
|
+
"vite": "^5.2.8"
|
|
39
|
+
},
|
|
40
|
+
"dependencies": {
|
|
28
41
|
"@ape.swap/apeswap-lists": "2.0.0",
|
|
29
42
|
"@ape.swap/sdk-core": "^1.0.2",
|
|
43
|
+
"@coinbase/wallet-sdk": "^4.0.4",
|
|
30
44
|
"@emotion/react": "^11.10.5",
|
|
31
45
|
"@emotion/styled": "^11.10.6",
|
|
32
46
|
"@reduxjs/toolkit": "^1.9.1",
|
|
@@ -34,18 +48,12 @@
|
|
|
34
48
|
"@rollup/plugin-json": "^6.1.0",
|
|
35
49
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
36
50
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
37
|
-
"@tanstack/react-query": "4",
|
|
38
|
-
"@tanstack/react-query-devtools": "^4.29.19",
|
|
39
|
-
"@types/lodash": "^4.17.6",
|
|
40
|
-
"@types/node": "^20.12.6",
|
|
41
|
-
"@types/react": "^18.2.74",
|
|
42
|
-
"@types/react-dom": "^18.2.24",
|
|
43
51
|
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
|
44
52
|
"@typescript-eslint/parser": "^7.6.0",
|
|
45
53
|
"@uniswap/redux-multicall": "^1.1.8",
|
|
46
54
|
"@uniswap/token-lists": "^1.0.0-beta.31",
|
|
47
55
|
"@vitejs/plugin-react": "^4.2.1",
|
|
48
|
-
"@web3-react/coinbase-wallet": "^8.2.
|
|
56
|
+
"@web3-react/coinbase-wallet": "^8.2.3",
|
|
49
57
|
"@web3-react/core": "^8.2.0",
|
|
50
58
|
"@web3-react/eip1193": "^8.2.0",
|
|
51
59
|
"@web3-react/empty": "^8.2.0",
|
|
@@ -54,11 +62,10 @@
|
|
|
54
62
|
"@web3-react/network": "^8.2.0",
|
|
55
63
|
"@web3-react/types": "^8.2.0",
|
|
56
64
|
"@web3-react/url": "^8.2.0",
|
|
65
|
+
"@web3-react/walletconnect": "^8.2.3",
|
|
57
66
|
"@web3-react/walletconnect-v2": "^8.3.3",
|
|
58
67
|
"axios": "1.6.8",
|
|
59
68
|
"cids": "^1.1.9",
|
|
60
|
-
"eslint": "8.57.0",
|
|
61
|
-
"eslint-plugin-react": "^7.34.1",
|
|
62
69
|
"ethers": "5.7.2",
|
|
63
70
|
"framer-motion": "^9.0.1",
|
|
64
71
|
"lodash": "^4.17.21",
|
|
@@ -66,7 +73,6 @@
|
|
|
66
73
|
"multicodec": "^3.2.1",
|
|
67
74
|
"next": "13.5.6",
|
|
68
75
|
"numbro": "^2.3.6",
|
|
69
|
-
"prettier": "^3.2.5",
|
|
70
76
|
"react": "^18.2.0",
|
|
71
77
|
"react-dom": "^18.2.0",
|
|
72
78
|
"react-redux": "^8.0.5",
|
|
@@ -74,11 +80,6 @@
|
|
|
74
80
|
"rollup": "^4.14.0",
|
|
75
81
|
"rollup-plugin-dts": "^6.1.0",
|
|
76
82
|
"theme-ui": "^0.15.3",
|
|
77
|
-
"tslib": "^2.6.2"
|
|
78
|
-
"typescript": "5.4.4",
|
|
79
|
-
"vite": "^5.2.8"
|
|
80
|
-
},
|
|
81
|
-
"dependencies": {
|
|
82
|
-
"@web3-react/walletconnect": "^8.2.3"
|
|
83
|
+
"tslib": "^2.6.2"
|
|
83
84
|
}
|
|
84
85
|
}
|