@exodus/headless 2.0.0-alpha.125 → 2.0.0-alpha.127

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 CHANGED
@@ -3,6 +3,14 @@
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
+ ## [2.0.0-alpha.127](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.126...@exodus/headless@2.0.0-alpha.127) (2023-09-19)
7
+
8
+ **Note:** Version bump only for package @exodus/headless
9
+
10
+ ## [2.0.0-alpha.126](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.125...@exodus/headless@2.0.0-alpha.126) (2023-09-19)
11
+
12
+ **Note:** Version bump only for package @exodus/headless
13
+
6
14
  ## [2.0.0-alpha.125](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.124...@exodus/headless@2.0.0-alpha.125) (2023-09-18)
7
15
 
8
16
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/headless",
3
- "version": "2.0.0-alpha.125",
3
+ "version": "2.0.0-alpha.127",
4
4
  "description": "The platform-agnostic Exodus wallet SDK",
5
5
  "author": "Exodus Movement Inc.",
6
6
  "main": "src/index.js",
@@ -27,18 +27,18 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@exodus/address-provider": "^7.4.2",
30
- "@exodus/assets-feature": "^2.0.2",
30
+ "@exodus/assets-feature": "^3.0.0",
31
31
  "@exodus/atoms": "^5.7.0",
32
32
  "@exodus/auto-enable-assets-plugin": "^4.2.1",
33
33
  "@exodus/available-assets": "^5.1.1",
34
34
  "@exodus/balances": "^11.0.2",
35
35
  "@exodus/basic-utils": "^2.0.0",
36
- "@exodus/blockchain-metadata": "^13.0.0",
36
+ "@exodus/blockchain-metadata": "^13.1.0",
37
37
  "@exodus/dependency-injection": "^2.0.1",
38
38
  "@exodus/dependency-preprocessors": "^3.1.1",
39
39
  "@exodus/enabled-assets": "^9.0.1",
40
40
  "@exodus/feature-flags": "^4.2.0",
41
- "@exodus/fee-monitors": "^2.1.1",
41
+ "@exodus/fee-data-monitors": "^2.1.2",
42
42
  "@exodus/fetch": "^1.2.1",
43
43
  "@exodus/geolocation": "^3.0.0",
44
44
  "@exodus/hd-key-slip-10": "^2.0.0",
@@ -77,14 +77,14 @@
77
77
  "@exodus/market-history": "^7.1.0",
78
78
  "@exodus/models": "^8.11.1",
79
79
  "@exodus/nfts": "^6.1.0",
80
- "@exodus/personal-notes": "^3.5.1",
80
+ "@exodus/personal-notes": "^3.5.2",
81
81
  "@exodus/referrals": "^8.0.1",
82
82
  "@exodus/solana-lib": "^1.3.11",
83
83
  "@exodus/solana-meta": "^1.0.2",
84
84
  "@exodus/storage-encrypted": "^1.1.2",
85
85
  "@exodus/storage-memory": "^2.1.1",
86
86
  "@exodus/top-movers-monitor": "^3.2.0",
87
- "@exodus/ui-config": "^3.1.0",
87
+ "@exodus/ui-config": "^3.1.1",
88
88
  "@exodus/wild-emitter": "^1.0.0",
89
89
  "buffer-json": "^2.0.0",
90
90
  "deepmerge": "^4.2.2",
@@ -96,5 +96,5 @@
96
96
  "msw": "^1.3.0",
97
97
  "p-defer": "^4.0.0"
98
98
  },
99
- "gitHead": "05bbadff6ac11c3d419df9d831ba08b2bd4899ef"
99
+ "gitHead": "c69b2cf286e6134084a53e82b81e054c4fd9f38a"
100
100
  }
package/src/index.js CHANGED
@@ -5,7 +5,7 @@ import balances from '@exodus/balances'
5
5
  import blockchainMetadata from '@exodus/blockchain-metadata'
6
6
  import enabledAssets from '@exodus/enabled-assets'
7
7
  import featureFlags from '@exodus/feature-flags'
8
- import fees from '@exodus/fee-monitors'
8
+ import fees from '@exodus/fee-data-monitors'
9
9
  import geolocation from '@exodus/geolocation'
10
10
  import keychain from '@exodus/keychain'
11
11
  import locale from '@exodus/locale'