@exodus/headless 5.0.0-rc.93 → 5.0.0-rc.94
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 +4 -0
- package/package.json +11 -12
- package/redux/index.js +1 -1
- package/src/index.js +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [5.0.0-rc.94](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@5.0.0-rc.93...@exodus/headless@5.0.0-rc.94) (2026-03-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @exodus/headless
|
|
9
|
+
|
|
6
10
|
## [5.0.0-rc.93](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@5.0.0-rc.92...@exodus/headless@5.0.0-rc.93) (2026-02-24)
|
|
7
11
|
|
|
8
12
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exodus/headless",
|
|
3
|
-
"version": "5.0.0-rc.
|
|
3
|
+
"version": "5.0.0-rc.94",
|
|
4
4
|
"description": "The platform-agnostic Exodus wallet SDK",
|
|
5
5
|
"author": "Exodus Movement, Inc.",
|
|
6
6
|
"type": "module",
|
|
@@ -58,11 +58,10 @@
|
|
|
58
58
|
"@exodus/pricing": "^1.10.0",
|
|
59
59
|
"@exodus/public-key-provider": "^4.1.1",
|
|
60
60
|
"@exodus/rates-monitor": "^4.14.3",
|
|
61
|
-
"@exodus/remote-config": "^3.
|
|
62
|
-
"@exodus/restore-progress-tracker": "^3.7.2",
|
|
61
|
+
"@exodus/remote-config": "^3.5.1",
|
|
63
62
|
"@exodus/safe-string": "^1.4.0",
|
|
64
63
|
"@exodus/startup-counter": "^1.1.0",
|
|
65
|
-
"@exodus/tx-log-monitors": "^
|
|
64
|
+
"@exodus/tx-log-monitors": "^3.0.0",
|
|
66
65
|
"@exodus/tx-signer": "^3.0.0",
|
|
67
66
|
"@exodus/typeforce": "^1.18.1",
|
|
68
67
|
"@exodus/wallet": "^16.0.0",
|
|
@@ -73,7 +72,7 @@
|
|
|
73
72
|
},
|
|
74
73
|
"devDependencies": {
|
|
75
74
|
"@exodus/ab-testing": "^7.9.0",
|
|
76
|
-
"@exodus/algorand-lib": "^
|
|
75
|
+
"@exodus/algorand-lib": "^3.0.0",
|
|
77
76
|
"@exodus/algorand-meta": "^2.0.0",
|
|
78
77
|
"@exodus/analytics": "^15.5.1",
|
|
79
78
|
"@exodus/announcements": "^3.2.1",
|
|
@@ -81,24 +80,24 @@
|
|
|
81
80
|
"@exodus/apy-rates": "^3.6.0",
|
|
82
81
|
"@exodus/bip32": "^4.0.2",
|
|
83
82
|
"@exodus/bip39": "^1.1.0",
|
|
84
|
-
"@exodus/bitcoin-plugin": "^
|
|
83
|
+
"@exodus/bitcoin-plugin": "^2.0.0",
|
|
85
84
|
"@exodus/connected-origins": "^4.3.0",
|
|
86
85
|
"@exodus/crypto": "^1.0.0-rc.22",
|
|
87
86
|
"@exodus/crypto-news-monitor": "^5.1.1",
|
|
88
87
|
"@exodus/deferring-storage": "^1.0.2",
|
|
89
88
|
"@exodus/dependency-types": "^2.1.1",
|
|
90
|
-
"@exodus/domain-serialization": "^1.
|
|
89
|
+
"@exodus/domain-serialization": "^1.8.1",
|
|
91
90
|
"@exodus/ethereum-lib": "^5.0.0",
|
|
92
91
|
"@exodus/ethereum-meta": "^2.4.1",
|
|
93
|
-
"@exodus/event-log": "^2.
|
|
92
|
+
"@exodus/event-log": "^2.10.0",
|
|
94
93
|
"@exodus/fetch": "^1.2.1",
|
|
95
94
|
"@exodus/fetch-factory": "^2.4.1",
|
|
96
|
-
"@exodus/fiat-ramp": "^15.
|
|
95
|
+
"@exodus/fiat-ramp": "^15.16.0",
|
|
97
96
|
"@exodus/key-identifier": "^1.2.1",
|
|
98
97
|
"@exodus/kyc": "^7.1.0",
|
|
99
98
|
"@exodus/logger": "^1.2.3",
|
|
100
|
-
"@exodus/market-history": "^10.6.
|
|
101
|
-
"@exodus/models": "^
|
|
99
|
+
"@exodus/market-history": "^10.6.1",
|
|
100
|
+
"@exodus/models": "^13.0.0",
|
|
102
101
|
"@exodus/nfts": "^9.6.2",
|
|
103
102
|
"@exodus/personal-notes": "^3.9.0",
|
|
104
103
|
"@exodus/referrals": "^8.10.1",
|
|
@@ -139,5 +138,5 @@
|
|
|
139
138
|
"access": "public",
|
|
140
139
|
"provenance": false
|
|
141
140
|
},
|
|
142
|
-
"gitHead": "
|
|
141
|
+
"gitHead": "c242812e783228d06a3639b12aa347a6dae1721d"
|
|
143
142
|
}
|
package/redux/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import geolocationRedux from '@exodus/geolocation/redux/index.js'
|
|
|
12
12
|
import localeRedux from '@exodus/locale/redux/index.js'
|
|
13
13
|
import ratesRedux from '@exodus/rates-monitor/redux/index.js'
|
|
14
14
|
import remoteConfigRedux from '@exodus/remote-config/lib/redux/index.js'
|
|
15
|
-
import restoreProgressRedux from '@exodus/
|
|
15
|
+
import restoreProgressRedux from '@exodus/tx-log-monitors/redux/index.js'
|
|
16
16
|
import startupCounterRedux from '@exodus/startup-counter/redux/index.js'
|
|
17
17
|
import createWalletAccountsRedux from '@exodus/wallet-accounts/redux/index.js'
|
|
18
18
|
|
package/src/index.js
CHANGED
|
@@ -20,7 +20,6 @@ import pricing from '@exodus/pricing'
|
|
|
20
20
|
import publicKeyProvider from '@exodus/public-key-provider'
|
|
21
21
|
import rates from '@exodus/rates-monitor'
|
|
22
22
|
import remoteConfig from '@exodus/remote-config'
|
|
23
|
-
import restoreProgressTracker from '@exodus/restore-progress-tracker'
|
|
24
23
|
import startupCounter from '@exodus/startup-counter'
|
|
25
24
|
import txLogMonitors from '@exodus/tx-log-monitors'
|
|
26
25
|
import transactionSigner from '@exodus/tx-signer'
|
|
@@ -89,7 +88,6 @@ const createExodus = (opts) => {
|
|
|
89
88
|
ioc.use(publicKeyProvider(config.publicKeyProvider))
|
|
90
89
|
ioc.use(rates(config.rates))
|
|
91
90
|
ioc.use(remoteConfig(config.remoteConfig))
|
|
92
|
-
ioc.use(restoreProgressTracker(config.restoreProgressTracker))
|
|
93
91
|
ioc.use(startupCounter(config.startupCounter))
|
|
94
92
|
ioc.use(transactionSigner(config.transactionSigner))
|
|
95
93
|
ioc.use(txLogMonitors(config.txLogMonitors))
|