@morpho-org/bundler-sdk-viem 4.1.1 → 4.1.3
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 +16 -16
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@morpho-org/bundler-sdk-viem",
|
|
3
3
|
"description": "Viem-based extension of `@morpho-org/simulation-sdk` that exports utilities to transform simple interactions on Morpho (such as `Blue_Borrow`) and Morpho Vaults (such as `MetaMorpho_Deposit`) into the required bundles (with ERC20 approvals, transfers, etc) to submit to the bundler onchain.",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.3",
|
|
5
5
|
"author": "Morpho Association <contact@morpho.org>",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Rubilmax <rmilon@gmail.com>"
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
],
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"viem": "^2.0.0",
|
|
22
|
-
"@morpho-org/blue-sdk": "^5.
|
|
23
|
-
"@morpho-org/
|
|
24
|
-
"@morpho-org/
|
|
25
|
-
"@morpho-org/
|
|
22
|
+
"@morpho-org/blue-sdk": "^5.9.1",
|
|
23
|
+
"@morpho-org/blue-sdk-viem": "^4.1.4",
|
|
24
|
+
"@morpho-org/simulation-sdk": "^3.2.3",
|
|
25
|
+
"@morpho-org/morpho-ts": "^2.4.6"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@tanstack/query-core": "^5.62.16",
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
"@testing-library/react": "^16.1.0",
|
|
32
32
|
"@types/lodash": "^4.17.12",
|
|
33
33
|
"lodash": "^4.17.21",
|
|
34
|
-
"typescript": "^5.
|
|
35
|
-
"viem": "^2.
|
|
36
|
-
"vitest": "^
|
|
37
|
-
"@morpho-org/blue-sdk
|
|
38
|
-
"@morpho-org/blue-sdk": "^
|
|
39
|
-
"@morpho-org/morpho-test": "^2.4.
|
|
40
|
-
"@morpho-org/morpho-ts": "^2.4.
|
|
41
|
-
"@morpho-org/simulation-sdk": "^3.2.
|
|
42
|
-
"@morpho-org/
|
|
43
|
-
"@morpho-org/test": "^2.
|
|
44
|
-
"@morpho-org/
|
|
34
|
+
"typescript": "^5.9.3",
|
|
35
|
+
"viem": "^2.41.2",
|
|
36
|
+
"vitest": "^4.0.15",
|
|
37
|
+
"@morpho-org/blue-sdk": "^5.9.1",
|
|
38
|
+
"@morpho-org/blue-sdk-viem": "^4.1.4",
|
|
39
|
+
"@morpho-org/morpho-test": "^2.4.4",
|
|
40
|
+
"@morpho-org/morpho-ts": "^2.4.6",
|
|
41
|
+
"@morpho-org/simulation-sdk": "^3.2.3",
|
|
42
|
+
"@morpho-org/test": "^2.6.4",
|
|
43
|
+
"@morpho-org/test-wagmi": "^2.0.8",
|
|
44
|
+
"@morpho-org/simulation-sdk-wagmi": "^3.1.3"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"prepublish": "$npm_execpath build",
|