@exodus/assets-feature 8.1.2 → 8.1.3

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,12 @@
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
+ ## [8.1.3](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/assets-feature@8.1.2...@exodus/assets-feature@8.1.3) (2025-07-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ - fix: remove gradientCoords (#13023)
11
+
6
12
  ## [8.1.2](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/assets-feature@8.1.1...@exodus/assets-feature@8.1.2) (2025-05-30)
7
13
 
8
14
  **Note:** Version bump only for package @exodus/assets-feature
@@ -28,7 +28,6 @@ const FILTERED_FIELDS = [
28
28
  'displayName',
29
29
  'displayTicker',
30
30
  'gradientColors',
31
- 'gradientCoords',
32
31
  'icon', // there is no icon field in built in assets, but there may be for custom tokens (TODO?)
33
32
  'isBuiltIn',
34
33
  'isCustomToken',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/assets-feature",
3
- "version": "8.1.2",
3
+ "version": "8.1.3",
4
4
  "license": "MIT",
5
5
  "description": "This Exodus SDK feature provides access to instances of all blockchain asset adapters supported by the wallet, and enables you to search for and add custom tokens at runtime.",
6
6
  "type": "module",
@@ -52,13 +52,14 @@
52
52
  },
53
53
  "devDependencies": {
54
54
  "@exodus/available-assets": "^8.7.0",
55
+ "@exodus/bip39": "^1.0.3",
55
56
  "@exodus/bip44-constants": "^195.0.0",
56
57
  "@exodus/bitcoin-meta": "^2.0.0",
57
58
  "@exodus/bitcoin-plugin": "^1.29.1",
58
59
  "@exodus/bitcoinregtest-plugin": "^1.11.0",
59
60
  "@exodus/bitcointestnet-plugin": "^1.13.1",
60
- "@exodus/blockchain-metadata": "^15.10.1",
61
- "@exodus/cardano-lib": "^2.2.0",
61
+ "@exodus/blockchain-metadata": "^15.12.0",
62
+ "@exodus/cardano-lib": "^3.4.1",
62
63
  "@exodus/combined-assets-meta": "^3.0.0",
63
64
  "@exodus/cosmos-plugin": "^1.3.3",
64
65
  "@exodus/ethereum-lib": "^5.0.0",
@@ -67,14 +68,13 @@
67
68
  "@exodus/fusion-local": "^2.1.0",
68
69
  "@exodus/keychain": "^7.3.0",
69
70
  "@exodus/logger": "^1.2.3",
70
- "@exodus/models": "^12.12.1",
71
+ "@exodus/models": "^12.14.0",
71
72
  "@exodus/osmosis-plugin": "^1.3.3",
72
- "@exodus/public-key-provider": "^4.1.1",
73
+ "@exodus/public-key-provider": "^4.2.0",
73
74
  "@exodus/redux-dependency-injection": "^4.1.1",
74
75
  "@exodus/storage-memory": "^2.2.2",
75
- "@exodus/wallet-accounts": "^17.5.2",
76
+ "@exodus/wallet-accounts": "^17.6.1",
76
77
  "@exodus/wild-emitter": "^1.0.0",
77
- "bip39": "^3.1.0",
78
78
  "events": "^3.3.0",
79
79
  "msw": "^2.0.0",
80
80
  "redux": "^4.0.0"
@@ -82,5 +82,5 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "gitHead": "e757127fda298e8694cf7e696c1dbf79d561401d"
85
+ "gitHead": "c557b881c9c696fff090c233121160d689f2bc95"
86
86
  }