@exodus/headless 5.0.0-rc.13 → 5.0.0-rc.14

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +7 -7
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
+ ## [5.0.0-rc.14](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@5.0.0-rc.13...@exodus/headless@5.0.0-rc.14) (2024-06-19)
7
+
8
+ ### Bug Fixes
9
+
10
+ - get kyc api-version && url from remote-config ([#7320](https://github.com/ExodusMovement/exodus-hydra/issues/7320)) ([5d22b13](https://github.com/ExodusMovement/exodus-hydra/commit/5d22b13e1c8d5e265f1f93498de7d83be25924ee))
11
+ - revert to use legacy kyc ([#7294](https://github.com/ExodusMovement/exodus-hydra/issues/7294)) ([6b52bcc](https://github.com/ExodusMovement/exodus-hydra/commit/6b52bcc1aa1ed1f1553403d64bb1e3f209be72a6))
12
+ - chore: bump wallet-accounts in headless ([#7431](https://github.com/ExodusMovement/exodus-hydra/issues/7431)) ([d39d9cf](https://github.com/ExodusMovement/exodus-hydra/commit/ad94a2948ffe03aee9c86d3acc6a15e57d39d9cf))
13
+
6
14
  ## [5.0.0-rc.13](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@5.0.0-rc.12...@exodus/headless@5.0.0-rc.13) (2024-06-04)
7
15
 
8
16
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/headless",
3
- "version": "5.0.0-rc.13",
3
+ "version": "5.0.0-rc.14",
4
4
  "description": "The platform-agnostic Exodus wallet SDK",
5
5
  "author": "Exodus Movement, Inc.",
6
6
  "main": "src/index.js",
@@ -63,7 +63,7 @@
63
63
  "@exodus/tx-signer": "^2.2.0",
64
64
  "@exodus/typeforce": "^1.18.1",
65
65
  "@exodus/wallet": "^14.1.0",
66
- "@exodus/wallet-accounts": "^16.5.2",
66
+ "@exodus/wallet-accounts": "^16.6.0",
67
67
  "bip39": "^2.6.0",
68
68
  "events": "^3.3.0",
69
69
  "lodash": "npm:@exodus/lodash@^4.17.21-exodus.2",
@@ -75,7 +75,7 @@
75
75
  "@exodus/algorand-meta": "^1.1.4",
76
76
  "@exodus/analytics": "^13.1.1",
77
77
  "@exodus/announcements": "^2.10.1",
78
- "@exodus/apy-rates": "^3.3.1",
78
+ "@exodus/apy-rates": "^3.4.0",
79
79
  "@exodus/assets-feature": "workspace:^",
80
80
  "@exodus/bip32": "^2.1.1",
81
81
  "@exodus/bitcoin-plugin": "^1.0.14",
@@ -88,13 +88,13 @@
88
88
  "@exodus/exodus-pricing-client": "^1.2.0",
89
89
  "@exodus/fetch-factory": "^1.0.0",
90
90
  "@exodus/key-utils": "^3.0.0",
91
- "@exodus/kyc": "^6.0.0",
91
+ "@exodus/kyc": "^6.0.2",
92
92
  "@exodus/litecoin-meta": "^1.0.0",
93
- "@exodus/market-history": "^7.4.0",
93
+ "@exodus/market-history": "^7.4.1",
94
94
  "@exodus/models": "^11.9.0",
95
95
  "@exodus/nfts": "^9.3.0",
96
96
  "@exodus/personal-notes": "^3.6.0",
97
- "@exodus/referrals": "^8.4.4",
97
+ "@exodus/referrals": "^8.5.1",
98
98
  "@exodus/solana-lib": "^2.0.0",
99
99
  "@exodus/solana-meta": "^1.0.2",
100
100
  "@exodus/storage-encrypted": "^1.4.1",
@@ -110,5 +110,5 @@
110
110
  "msw": "^2.0.0",
111
111
  "p-defer": "^4.0.0"
112
112
  },
113
- "gitHead": "0bddd50ca5a8a144fa666cb9a19acb254e6cb6cc"
113
+ "gitHead": "d84bfa617da9902ae3b69a6936f6aace87f282db"
114
114
  }