@exodus/headless 5.0.0-rc.58 → 5.0.0-rc.59
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 +6 -0
- package/package.json +15 -15
- package/src/api/index.js +1 -1
- package/src/api/reporting.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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.59](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@5.0.0-rc.58...@exodus/headless@5.0.0-rc.59) (2025-03-21)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- feat: accept `config.reporting` namespace (#11847)
|
|
11
|
+
|
|
6
12
|
## [5.0.0-rc.58](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@5.0.0-rc.57...@exodus/headless@5.0.0-rc.58) (2025-03-19)
|
|
7
13
|
|
|
8
14
|
### 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.59",
|
|
4
4
|
"description": "The platform-agnostic Exodus wallet SDK",
|
|
5
5
|
"author": "Exodus Movement, Inc.",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -31,19 +31,19 @@
|
|
|
31
31
|
"test:types": "run -T tsc --noEmit"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@exodus/address-provider": "^12.9.
|
|
35
|
-
"@exodus/application": "^2.
|
|
34
|
+
"@exodus/address-provider": "^12.9.4",
|
|
35
|
+
"@exodus/application": "^2.6.0",
|
|
36
36
|
"@exodus/argo": "^2.2.1",
|
|
37
37
|
"@exodus/asset-sources": "^1.4.1",
|
|
38
38
|
"@exodus/assets-feature": "^7.0.0",
|
|
39
39
|
"@exodus/atoms": "^9.0.0",
|
|
40
40
|
"@exodus/available-assets": "^8.4.0",
|
|
41
|
-
"@exodus/balances": "^13.7.
|
|
41
|
+
"@exodus/balances": "^13.7.1",
|
|
42
42
|
"@exodus/basic-utils": "^4.0.0",
|
|
43
|
-
"@exodus/blockchain-metadata": "^15.
|
|
43
|
+
"@exodus/blockchain-metadata": "^15.9.2",
|
|
44
44
|
"@exodus/cached-sodium-encryptor": "^1.0.0",
|
|
45
|
-
"@exodus/enabled-assets": "^10.
|
|
46
|
-
"@exodus/error-tracking": "^1.5.
|
|
45
|
+
"@exodus/enabled-assets": "^10.9.1",
|
|
46
|
+
"@exodus/error-tracking": "^1.5.1",
|
|
47
47
|
"@exodus/errors": "^2.0.1",
|
|
48
48
|
"@exodus/feature-flags": "^6.1.0",
|
|
49
49
|
"@exodus/fee-data-monitors": "^5.0.3",
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"@exodus/public-key-provider": "^4.1.1",
|
|
59
59
|
"@exodus/rates-monitor": "^4.10.0",
|
|
60
60
|
"@exodus/remote-config": "^2.9.3",
|
|
61
|
-
"@exodus/restore-progress-tracker": "^3.7.
|
|
61
|
+
"@exodus/restore-progress-tracker": "^3.7.2",
|
|
62
62
|
"@exodus/startup-counter": "^1.1.0",
|
|
63
63
|
"@exodus/tx-log-monitors": "^2.4.1",
|
|
64
64
|
"@exodus/tx-signer": "^2.3.4",
|
|
65
65
|
"@exodus/typeforce": "^1.18.1",
|
|
66
66
|
"@exodus/wallet": "^15.1.0",
|
|
67
|
-
"@exodus/wallet-accounts": "^17.
|
|
67
|
+
"@exodus/wallet-accounts": "^17.4.1",
|
|
68
68
|
"lodash": "npm:@exodus/lodash@^4.17.21-exodus.2",
|
|
69
69
|
"minimalistic-assert": "^1.0.1",
|
|
70
70
|
"ms": "^2.1.3"
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
"@exodus/ab-testing": "^7.6.1",
|
|
74
74
|
"@exodus/algorand-lib": "^2.0.1",
|
|
75
75
|
"@exodus/algorand-meta": "^1.1.4",
|
|
76
|
-
"@exodus/analytics": "^15.1.
|
|
76
|
+
"@exodus/analytics": "^15.1.3",
|
|
77
77
|
"@exodus/announcements": "^3.0.0",
|
|
78
|
-
"@exodus/app-process-mobile": "^3.
|
|
78
|
+
"@exodus/app-process-mobile": "^3.7.0",
|
|
79
79
|
"@exodus/apy-rates": "^3.5.0",
|
|
80
80
|
"@exodus/bip32": "^4.0.2",
|
|
81
81
|
"@exodus/bitcoin-plugin": "^1.0.14",
|
|
@@ -86,16 +86,16 @@
|
|
|
86
86
|
"@exodus/domain-serialization": "^1.5.0",
|
|
87
87
|
"@exodus/ethereum-lib": "^5.0.0",
|
|
88
88
|
"@exodus/ethereum-meta": "^1.1.0",
|
|
89
|
-
"@exodus/event-log": "^2.6.
|
|
89
|
+
"@exodus/event-log": "^2.6.3",
|
|
90
90
|
"@exodus/fetch": "^1.2.1",
|
|
91
91
|
"@exodus/fetch-factory": "^2.2.6",
|
|
92
|
-
"@exodus/fiat-ramp": "^12.6.
|
|
92
|
+
"@exodus/fiat-ramp": "^12.6.2",
|
|
93
93
|
"@exodus/key-identifier": "^1.2.1",
|
|
94
94
|
"@exodus/kyc": "^7.0.0",
|
|
95
95
|
"@exodus/logger": "^1.2.3",
|
|
96
96
|
"@exodus/market-history": "^9.2.0",
|
|
97
97
|
"@exodus/models": "^12.8.1",
|
|
98
|
-
"@exodus/nfts": "^9.5.
|
|
98
|
+
"@exodus/nfts": "^9.5.1",
|
|
99
99
|
"@exodus/personal-notes": "^3.7.0",
|
|
100
100
|
"@exodus/referrals": "^8.9.7",
|
|
101
101
|
"@exodus/sdk-rpc": "^1.0.0",
|
|
@@ -135,5 +135,5 @@
|
|
|
135
135
|
"publishConfig": {
|
|
136
136
|
"access": "public"
|
|
137
137
|
},
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "fc1344380f7dd1c2bf8850ec8fc8c916d2aa7572"
|
|
139
139
|
}
|
package/src/api/index.js
CHANGED
|
@@ -79,7 +79,7 @@ const createApi = ({ ioc, port, config, debug, logger }) => {
|
|
|
79
79
|
})
|
|
80
80
|
|
|
81
81
|
const debugApi = createDebug({ ioc, port, debug })
|
|
82
|
-
const reportingApi = createReporting({ ioc, config })
|
|
82
|
+
const reportingApi = createReporting({ ioc, config: config.reporting })
|
|
83
83
|
|
|
84
84
|
const api = {
|
|
85
85
|
...featureApis,
|
package/src/api/reporting.js
CHANGED
|
@@ -7,7 +7,7 @@ import safeParse from './safe-parse.js'
|
|
|
7
7
|
|
|
8
8
|
const { zipObject } = lodash
|
|
9
9
|
|
|
10
|
-
const createReporting = ({ ioc, config: { exportTimeout = 5000 } }) => {
|
|
10
|
+
const createReporting = ({ ioc, config: { exportTimeout = 5000 } = {} }) => {
|
|
11
11
|
const logger = ioc.get('createLogger')('reporting')
|
|
12
12
|
const nodes = ioc.getByType('report')
|
|
13
13
|
|