@exodus/headless 5.0.0-rc.91 → 5.0.0-rc.93

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 +16 -0
  2. package/package.json +7 -7
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
+ ## [5.0.0-rc.93](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@5.0.0-rc.92...@exodus/headless@5.0.0-rc.93) (2026-02-24)
7
+
8
+ ### Features
9
+
10
+ - feat: migrate non-prod pricing domain to a.exodus-int.com (#15289)
11
+
12
+ ## [5.0.0-rc.92](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@5.0.0-rc.91...@exodus/headless@5.0.0-rc.92) (2026-02-16)
13
+
14
+ ### Features
15
+
16
+ - feat(assets-feature): call start on plugin startup (#15042)
17
+
18
+ ### Bug Fixes
19
+
20
+ - fix(headless): update assets-feature (#15276)
21
+
6
22
  ## [5.0.0-rc.91](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@5.0.0-rc.90...@exodus/headless@5.0.0-rc.91) (2026-02-12)
7
23
 
8
24
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/headless",
3
- "version": "5.0.0-rc.91",
3
+ "version": "5.0.0-rc.93",
4
4
  "description": "The platform-agnostic Exodus wallet SDK",
5
5
  "author": "Exodus Movement, Inc.",
6
6
  "type": "module",
@@ -36,7 +36,7 @@
36
36
  "@exodus/application": "^2.12.0",
37
37
  "@exodus/argo": "^2.2.1",
38
38
  "@exodus/asset-sources": "^1.8.1",
39
- "@exodus/assets-feature": "^8.2.0",
39
+ "@exodus/assets-feature": "^9.0.0",
40
40
  "@exodus/atoms": "^9.0.0",
41
41
  "@exodus/available-assets": "^8.4.0",
42
42
  "@exodus/balances": "^13.14.0",
@@ -47,7 +47,7 @@
47
47
  "@exodus/error-tracking": "^3.3.2",
48
48
  "@exodus/errors": "^3.7.0",
49
49
  "@exodus/feature-flags": "^6.1.0",
50
- "@exodus/fee-data-monitors": "^5.0.3",
50
+ "@exodus/fee-data-monitors": "^5.0.5",
51
51
  "@exodus/filesystem": "^1.2.1",
52
52
  "@exodus/geolocation": "^4.4.0",
53
53
  "@exodus/key-ids": "^1.2.3",
@@ -97,8 +97,8 @@
97
97
  "@exodus/key-identifier": "^1.2.1",
98
98
  "@exodus/kyc": "^7.1.0",
99
99
  "@exodus/logger": "^1.2.3",
100
- "@exodus/market-history": "^10.5.0",
101
- "@exodus/models": "^12.19.0",
100
+ "@exodus/market-history": "^10.6.0",
101
+ "@exodus/models": "^12.19.1",
102
102
  "@exodus/nfts": "^9.6.2",
103
103
  "@exodus/personal-notes": "^3.9.0",
104
104
  "@exodus/referrals": "^8.10.1",
@@ -108,7 +108,7 @@
108
108
  "@exodus/storage-encrypted": "^1.5.1",
109
109
  "@exodus/storage-memory": "^2.3.0",
110
110
  "@exodus/top-movers-monitor": "^4.4.1",
111
- "@exodus/traceparent": "^2.0.0",
111
+ "@exodus/traceparent": "^3.0.1",
112
112
  "@exodus/ui-config": "^3.13.3",
113
113
  "@exodus/wallet-sdk": "^2.0.1",
114
114
  "@exodus/wild-emitter": "^1.0.0",
@@ -139,5 +139,5 @@
139
139
  "access": "public",
140
140
  "provenance": false
141
141
  },
142
- "gitHead": "fe153ece541b24d322016b462ea1331a11811ed2"
142
+ "gitHead": "482c1e3ed1beb4848df52878b85cb71279efb7fa"
143
143
  }