@exodus/headless 2.0.0-alpha.140 → 2.0.0-alpha.142

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,21 @@
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.142](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.141...@exodus/headless@2.0.0-alpha.142) (2023-11-21)
7
+
8
+ **Note:** Version bump only for package @exodus/headless
9
+
10
+ ## [2.0.0-alpha.141](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.140...@exodus/headless@2.0.0-alpha.141) (2023-11-20)
11
+
12
+ ### Features
13
+
14
+ - addressProvider api improvements ([#4804](https://github.com/ExodusMovement/exodus-hydra/issues/4804)) ([4221e07](https://github.com/ExodusMovement/exodus-hydra/commit/4221e07e54955740ae352c69444d80a77741ed0b))
15
+ - expand hardware public keys api in `walletAccounts` ([#4723](https://github.com/ExodusMovement/exodus-hydra/issues/4723)) ([fd40db8](https://github.com/ExodusMovement/exodus-hydra/commit/fd40db84fb5b92505037823e170b53563502de01))
16
+
17
+ ### Bug Fixes
18
+
19
+ - zero balance after send is ignore ([#4725](https://github.com/ExodusMovement/exodus-hydra/issues/4725)) ([56c5d35](https://github.com/ExodusMovement/exodus-hydra/commit/56c5d35ca1643e869c112d0166df036ec988088f))
20
+
6
21
  ## [2.0.0-alpha.140](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.139...@exodus/headless@2.0.0-alpha.140) (2023-10-25)
7
22
 
8
23
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/headless",
3
- "version": "2.0.0-alpha.140",
3
+ "version": "2.0.0-alpha.142",
4
4
  "description": "The platform-agnostic Exodus wallet SDK",
5
5
  "author": "Exodus Movement Inc.",
6
6
  "main": "src/index.js",
@@ -26,14 +26,14 @@
26
26
  "test": "NODE_OPTIONS=--max-old-space-size=4096 jest"
27
27
  },
28
28
  "dependencies": {
29
- "@exodus/address-provider": "^8.0.0",
30
- "@exodus/assets-feature": "^3.7.0",
31
- "@exodus/atoms": "^6.0.0",
32
- "@exodus/auto-enable-assets-plugin": "^4.3.0",
29
+ "@exodus/address-provider": "^8.2.0",
30
+ "@exodus/assets-feature": "^3.8.0",
31
+ "@exodus/atoms": "^6.0.1",
32
+ "@exodus/auto-enable-assets-plugin": "^4.4.0",
33
33
  "@exodus/available-assets": "^7.0.0",
34
- "@exodus/balances": "^11.1.0",
34
+ "@exodus/balances": "^11.2.2",
35
35
  "@exodus/basic-utils": "^2.0.0",
36
- "@exodus/blockchain-metadata": "^14.2.0",
36
+ "@exodus/blockchain-metadata": "^15.0.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",
@@ -42,26 +42,26 @@
42
42
  "@exodus/fetch": "^1.2.1",
43
43
  "@exodus/geolocation": "^3.0.0",
44
44
  "@exodus/hd-key-slip-10": "^2.0.0",
45
- "@exodus/key-identifier-provider": "^1.3.1",
45
+ "@exodus/key-identifier-provider": "^1.4.0",
46
46
  "@exodus/keychain": "^4.3.0",
47
47
  "@exodus/locale": "^2.0.2",
48
- "@exodus/module": "^1.2.0",
48
+ "@exodus/module": "^1.2.2",
49
49
  "@exodus/pricing": "^1.1.0",
50
50
  "@exodus/rates-monitor": "^4.0.2",
51
51
  "@exodus/remote-config": "^2.3.0",
52
52
  "@exodus/restore-progress-tracker": "^3.0.0",
53
53
  "@exodus/sodium-crypto": "^3.2.0",
54
54
  "@exodus/tx-signer": "^1.1.0",
55
- "@exodus/wallet": "^10.0.2",
55
+ "@exodus/wallet": "^10.2.0",
56
56
  "@exodus/wallet-accounts": "^14.2.0",
57
- "@exodus/wallet-compatibility-modes": "^3.1.2",
57
+ "@exodus/wallet-compatibility-modes": "^3.2.0",
58
58
  "bip39": "^2.6.0",
59
59
  "events": "^3.3.0",
60
60
  "lodash": "npm:@exodus/lodash@^4.17.21-exodus.2",
61
61
  "minimalistic-assert": "^1.0.1"
62
62
  },
63
63
  "devDependencies": {
64
- "@exodus/ab-testing": "^7.0.1",
64
+ "@exodus/ab-testing": "^7.1.0",
65
65
  "@exodus/algorand-lib": "^2.0.1",
66
66
  "@exodus/algorand-meta": "^1.1.4",
67
67
  "@exodus/apy-rates": "^3.3.1",
@@ -78,7 +78,7 @@
78
78
  "@exodus/litecoin-meta": "^1.0.0",
79
79
  "@exodus/market-history": "^7.1.0",
80
80
  "@exodus/models": "^10.1.0",
81
- "@exodus/nfts": "^6.4.1",
81
+ "@exodus/nfts": "^7.1.1",
82
82
  "@exodus/personal-notes": "^3.6.0",
83
83
  "@exodus/referrals": "^8.0.1",
84
84
  "@exodus/solana-lib": "^1.3.11",
@@ -86,7 +86,7 @@
86
86
  "@exodus/storage-encrypted": "^1.1.2",
87
87
  "@exodus/storage-memory": "^2.1.1",
88
88
  "@exodus/top-movers-monitor": "^3.2.0",
89
- "@exodus/ui-config": "^3.2.0",
89
+ "@exodus/ui-config": "^3.3.0",
90
90
  "@exodus/wild-emitter": "^1.0.0",
91
91
  "buffer-json": "^2.0.0",
92
92
  "deepmerge": "^4.2.2",
@@ -95,8 +95,8 @@
95
95
  "eslint-plugin-simple-import-sort": "^7.0.0",
96
96
  "events": "^3.3.0",
97
97
  "jest": "^29.1.2",
98
- "msw": "^1.3.0",
98
+ "msw": "^2.0.0",
99
99
  "p-defer": "^4.0.0"
100
100
  },
101
- "gitHead": "1f654f0ebc89d0666b6342b162d94b960b0302a7"
101
+ "gitHead": "4480f8501a837520fd19403ea1cffb1e3d7ac9d8"
102
102
  }
@@ -103,6 +103,7 @@ class Application extends ExodusModule {
103
103
  isRestoring,
104
104
  })
105
105
  }
106
+
106
107
  unload = async () => {
107
108
  await this.#applicationStarted
108
109
  await this.#passphraseCache.scheduleClear()