@exodus/headless 2.0.0-alpha.113 → 2.0.0-alpha.114

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,22 @@
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.114](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.113...@exodus/headless@2.0.0-alpha.114) (2023-08-28)
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ - **headless:** remove attached restoringAssetsAtom (#3639)
11
+
12
+ use atom observer of restore-progress-tracker@2.1.0 instead
13
+
14
+ ### Features
15
+
16
+ - upgrade auto-enable-assets-plugin https://github.com/ExodusMovement/exodus-hydra/pull/3655
17
+
18
+ ### Code Refactoring
19
+
20
+ - **headless:** remove attached restoringAssetsAtom ([#3639](https://github.com/ExodusMovement/exodus-hydra/issues/3639)) ([d541956](https://github.com/ExodusMovement/exodus-hydra/commit/d541956e9d28cbcc1689a39ed45caaffabf6ce4c))
21
+
6
22
  ## [2.0.0-alpha.113](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.112...@exodus/headless@2.0.0-alpha.113) (2023-08-25)
7
23
 
8
24
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/headless",
3
- "version": "2.0.0-alpha.113",
3
+ "version": "2.0.0-alpha.114",
4
4
  "description": "The platform-agnostic Exodus wallet SDK",
5
5
  "author": "Exodus Movement Inc.",
6
6
  "main": "src/index.js",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@exodus/address-provider": "^7.0.0",
30
30
  "@exodus/atoms": "^5.5.0",
31
- "@exodus/auto-enable-assets-plugin": "^4.0.1",
31
+ "@exodus/auto-enable-assets-plugin": "^4.2.1",
32
32
  "@exodus/available-assets": "^4.0.0",
33
33
  "@exodus/balances": "^9.0.0",
34
34
  "@exodus/basic-utils": "^2.0.0",
@@ -95,5 +95,5 @@
95
95
  "nock": "^13.3.1",
96
96
  "p-defer": "^4.0.0"
97
97
  },
98
- "gitHead": "8f48ec95bd95f7c373d4fe4b4e3923b25dd50006"
98
+ "gitHead": "97bcbf74441a8d8ad53f7773e69f3d60e32a3eb8"
99
99
  }
package/src/constants.js CHANGED
@@ -16,7 +16,6 @@ export const atomsToAttach = [
16
16
  'referralsAtom',
17
17
  'topMoversAtom',
18
18
  'walletAccountsAtom',
19
- 'restoringAssetsAtom',
20
19
  ]
21
20
 
22
21
  export const LifecycleHook = Object.freeze({