@msafe/sui-app-store 0.0.353 → 0.0.355

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,11 +1,10 @@
1
1
  {
2
2
  "name": "@msafe/sui-app-store",
3
- "version": "0.0.353",
3
+ "version": "0.0.355",
4
4
  "description": "MSafe Sui app store repository",
5
5
  "author": "Momentum Safe",
6
6
  "license": "MIT",
7
7
  "type": "commonjs",
8
- "private": false,
9
8
  "main": "./dist/index.js",
10
9
  "module": "./dist/index.mjs",
11
10
  "exports": {
@@ -48,12 +47,12 @@
48
47
  "@alphafi/alphafi-sdk": "^0.0.67",
49
48
  "@alphafi/stsui-sdk": "^0.0.21",
50
49
  "@bluefin-exchange/bluefin7k-aggregator-sdk": "^4.0.1-alpha.0",
51
- "@cetusprotocol/aggregator-sdk": "^1.6.5",
52
- "@cetusprotocol/common-sdk": "1.4.0",
50
+ "@cetusprotocol/aggregator-sdk": "^1.6.8",
51
+ "@cetusprotocol/common-sdk": "^1.4.2",
53
52
  "@cetusprotocol/dlmm-sdk": "^1.3.0",
54
53
  "@cetusprotocol/farms-sdk": "1.4.3",
55
54
  "@cetusprotocol/sui-clmm-sdk": "1.4.7",
56
- "@cetusprotocol/vaults-sdk": "1.7.4",
55
+ "@cetusprotocol/vaults-sdk": "^1.7.5",
57
56
  "@cetusprotocol/xcetus-sdk": "1.2.3",
58
57
  "@ember-finance/sdk": "^1.0.8",
59
58
  "@firefly-exchange/library-sui": "^2.8.22",
@@ -63,7 +62,6 @@
63
62
  "@mysten/sui": "2.16.2",
64
63
  "@naviprotocol/lending": "1.3.11",
65
64
  "@nemoprotocol/vaults-sdk": "^0.2.4",
66
- "@open-rpc/client-js": "^1.8.1",
67
65
  "@pythnetwork/pyth-sui-js": "^2.1.0",
68
66
  "@scallop-io/sui-scallop-sdk": "^2.4.4",
69
67
  "@suilend/sdk": "^1.1.57",
@@ -79,11 +77,10 @@
79
77
  "luxon": "^3.4.4",
80
78
  "nanoid": "3",
81
79
  "sort-keys-recursive": "^2.1.10",
82
- "turbos-clmm-sdk": "^3.6.3"
80
+ "turbos-clmm-sdk": "^4.0.0"
83
81
  },
84
82
  "devDependencies": {
85
83
  "@msafe/sui3-utils": "^5.0.8",
86
- "@mysten/sui.js": "0.54.1",
87
84
  "@mysten/wallet-standard": "0.11.6",
88
85
  "@sentry/nextjs": "^10.5.0",
89
86
  "@types/jest": "^29.2.1",
@@ -113,7 +110,6 @@
113
110
  },
114
111
  "peerDependencies": {
115
112
  "@msafe/sui3-utils": ">3.0.0",
116
- "@mysten/sui.js": ">0.50.0",
117
113
  "@mysten/wallet-standard": ">0.11.0"
118
114
  }
119
115
  }