@exodus/headless 5.0.0-rc.46 → 5.0.0-rc.48

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 +12 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.48](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@5.0.0-rc.47...@exodus/headless@5.0.0-rc.48) (2025-01-16)
7
+
8
+ ### Features
9
+
10
+ - feat(@exodus/headless): Update @exodus/rates-monitor, @exodus/pricing dependency version (#11112)
11
+
12
+ ## [5.0.0-rc.47](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@5.0.0-rc.46...@exodus/headless@5.0.0-rc.47) (2025-01-02)
13
+
14
+ ### Features
15
+
16
+ - feat: bump assets-feature in sdk (#10935)
17
+
6
18
  ## [5.0.0-rc.46](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@5.0.0-rc.45...@exodus/headless@5.0.0-rc.46) (2024-12-06)
7
19
 
8
20
  ### License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/headless",
3
- "version": "5.0.0-rc.46",
3
+ "version": "5.0.0-rc.48",
4
4
  "description": "The platform-agnostic Exodus wallet SDK",
5
5
  "author": "Exodus Movement, Inc.",
6
6
  "main": "src/index.js",
@@ -35,7 +35,7 @@
35
35
  "@exodus/application": "^2.1.1",
36
36
  "@exodus/argo": "^2.2.1",
37
37
  "@exodus/asset-sources": "^1.4.1",
38
- "@exodus/assets-feature": "^5.11.3",
38
+ "@exodus/assets-feature": "^6.0.0",
39
39
  "@exodus/atoms": "^9.0.0",
40
40
  "@exodus/available-assets": "^8.4.0",
41
41
  "@exodus/balances": "^13.3.1",
@@ -51,9 +51,9 @@
51
51
  "@exodus/keychain": "^7.1.0",
52
52
  "@exodus/locale": "^2.3.0",
53
53
  "@exodus/message-signer": "^1.4.2",
54
- "@exodus/pricing": "^1.6.0",
54
+ "@exodus/pricing": "^1.8.0",
55
55
  "@exodus/public-key-provider": "^4.0.2",
56
- "@exodus/rates-monitor": "^4.5.0",
56
+ "@exodus/rates-monitor": "^4.7.0",
57
57
  "@exodus/remote-config": "^2.8.0",
58
58
  "@exodus/restore-progress-tracker": "^3.5.1",
59
59
  "@exodus/sodium-crypto": "^3.2.0",
@@ -92,17 +92,17 @@
92
92
  "@exodus/kyc": "^6.2.1",
93
93
  "@exodus/logger": "^1.2.3",
94
94
  "@exodus/market-history": "^9.1.2",
95
- "@exodus/models": "^12.3.0",
95
+ "@exodus/models": "^12.4.0",
96
96
  "@exodus/nfts": "^9.4.2",
97
- "@exodus/personal-notes": "^3.6.3",
98
- "@exodus/referrals": "^8.9.3",
97
+ "@exodus/personal-notes": "^3.7.0",
98
+ "@exodus/referrals": "^8.9.4",
99
99
  "@exodus/solana-lib": "^3.6.0",
100
100
  "@exodus/solana-meta": "^1.0.2",
101
- "@exodus/storage-encrypted": "^1.4.1",
101
+ "@exodus/storage-encrypted": "^1.4.2",
102
102
  "@exodus/storage-memory": "^2.2.2",
103
103
  "@exodus/top-movers-monitor": "^4.2.3",
104
104
  "@exodus/ui-config": "^3.13.0",
105
- "@exodus/wallet-sdk": "^1.1.4",
105
+ "@exodus/wallet-sdk": "^1.1.5",
106
106
  "@exodus/wild-emitter": "^1.0.0",
107
107
  "buffer-json": "^2.0.0",
108
108
  "deepmerge": "^4.2.2",
@@ -129,5 +129,5 @@
129
129
  "publishConfig": {
130
130
  "access": "public"
131
131
  },
132
- "gitHead": "aa98a8943878eb240e0ae71f8e4729166a018d9d"
132
+ "gitHead": "3889d031d5fc2706ff796d26b8cdfdb172574fac"
133
133
  }