@msafe/sui-app-store 0.0.334 → 0.0.335
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -7
- /package/dist/{index.d.cts → index.d.mts} +0 -0
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@msafe/sui-app-store",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.335",
|
|
4
4
|
"description": "MSafe Sui app store repository",
|
|
5
5
|
"author": "Momentum Safe",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"type": "
|
|
7
|
+
"type": "commonjs",
|
|
8
8
|
"private": false,
|
|
9
9
|
"main": "./dist/index.js",
|
|
10
10
|
"module": "./dist/index.mjs",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@nemoprotocol/vaults-sdk": "^0.2.4",
|
|
65
65
|
"@open-rpc/client-js": "^1.8.1",
|
|
66
66
|
"@pythnetwork/pyth-sui-js": "^2.1.0",
|
|
67
|
-
"@scallop-io/sui-scallop-sdk": "^2.
|
|
67
|
+
"@scallop-io/sui-scallop-sdk": "^2.4.4",
|
|
68
68
|
"@suilend/sdk": "^1.1.57",
|
|
69
69
|
"@suilend/springsui-sdk": "^1.0.24",
|
|
70
70
|
"@suilend/sui-fe": "^0.2.72",
|
|
@@ -81,8 +81,6 @@
|
|
|
81
81
|
"turbos-clmm-sdk": "^3.6.3"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@babel/core": "^7.29.7",
|
|
85
|
-
"@babel/preset-env": "^7.29.7",
|
|
86
84
|
"@msafe/sui3-utils": "^5.0.8",
|
|
87
85
|
"@mysten/sui.js": "0.54.1",
|
|
88
86
|
"@mysten/wallet-standard": "0.11.6",
|
|
@@ -91,7 +89,6 @@
|
|
|
91
89
|
"@types/luxon": "^3.4.2",
|
|
92
90
|
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
|
93
91
|
"@typescript-eslint/parser": "^5.41.0",
|
|
94
|
-
"babel-jest": "29.7.0",
|
|
95
92
|
"eslint": "^8.42.0",
|
|
96
93
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
97
94
|
"eslint-config-airbnb-typescript": "^17.1.0",
|
|
@@ -109,7 +106,7 @@
|
|
|
109
106
|
"typescript": "^5.3.3"
|
|
110
107
|
},
|
|
111
108
|
"resolutions": {
|
|
112
|
-
"@mysten/sui": "
|
|
109
|
+
"@mysten/sui": "^1.8.0",
|
|
113
110
|
"ansi-styles": "4.3.0",
|
|
114
111
|
"chalk": "4.1.2"
|
|
115
112
|
},
|
|
File without changes
|