@exodus/solana-meta
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,2 +6,12 @@ # Change Log | ||
## [2.0.1](https://github.com/ExodusMovement/assets/compare/@exodus/solana-meta@2.0.0...@exodus/solana-meta@2.0.1) (2024-09-30) | ||
### Bug Fixes | ||
* mirror missing network signs from transparent signs ([#4062](https://github.com/ExodusMovement/assets/issues/4062)) ([ed2b539](https://github.com/ExodusMovement/assets/commit/ed2b5397549184fa47ab81d7de5e08b3ec067ccb)) | ||
* SOL lint ([#2953](https://github.com/ExodusMovement/assets/issues/2953)) ([3f1b3b8](https://github.com/ExodusMovement/assets/commit/3f1b3b8c9a1544ca7d41ac883c06e465d6928b32)) | ||
## [2.0.0](https://github.com/ExodusMovement/assets/compare/@exodus/solana-meta@1.2.0...@exodus/solana-meta@2.0.0) (2024-07-11) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"name": "@exodus/solana-meta", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Solana constants, icons, colors and other metadata", | ||
@@ -21,3 +21,3 @@ "type": "module", | ||
"test": "run -T exodus-test --jest", | ||
"lint": "run -T eslint .", | ||
"lint": "run -T eslintc .", | ||
"lint:fix": "yarn lint --fix" | ||
@@ -38,3 +38,3 @@ }, | ||
}, | ||
"gitHead": "4bc34401f881f4aed4ad97704f9f307d61f4178b" | ||
"gitHead": "d8a8c367aa7ba0d2483a09d55ff19a870bc69dd9" | ||
} |
@@ -0,6 +1,6 @@ | ||
import { UnitType } from '@exodus/currency' | ||
import _tokens from './tokens.js' | ||
import { extractUnits } from './utils.js' | ||
import { UnitType } from '@exodus/currency' | ||
const name = 'solana' | ||
@@ -7,0 +7,0 @@ const displayName = 'Solana' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
176708
66
0