@exodus/asset
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/asset@2.0.0...@exodus/asset@2.0.1) (2024-11-15) | ||
### Bug Fixes | ||
* fix: shield lint (#2985) | ||
## [2.0.0](https://github.com/ExodusMovement/assets/compare/@exodus/asset@1.2.0...@exodus/asset@2.0.0) (2024-07-11) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"name": "@exodus/asset", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Utility functions for asset metadata packages", | ||
@@ -16,4 +16,3 @@ "type": "module", | ||
"dependencies": { | ||
"@exodus/basic-utils": "^3.0.1", | ||
"@exodus/currency": "^5.0.1", | ||
"@exodus/currency": "^6.0.1", | ||
"lodash": "^4.17.11", | ||
@@ -24,3 +23,3 @@ "minimalistic-assert": "^1.0.1" | ||
"test": "run -T exodus-test --jest", | ||
"lint": "run -T eslint .", | ||
"lint": "run -T eslintc .", | ||
"lint:fix": "yarn lint --fix", | ||
@@ -36,3 +35,3 @@ "prepublishOnly": "yarn run -T build --scope @exodus/asset" | ||
}, | ||
"gitHead": "d54999492f06c2f007f319f8c5b183eb6f46b2e1" | ||
"gitHead": "95e353cbf4ee280916760a1196b72e74889e475d" | ||
} |
@@ -0,7 +1,7 @@ | ||
import { UnitType } from '@exodus/currency' | ||
import lodash from 'lodash' | ||
import assert from 'minimalistic-assert' | ||
import lodash from 'lodash' | ||
import { UnitType } from '@exodus/currency' | ||
import { extractUnits } from './utils.js' | ||
import { validateBaseAssetDef, validateTokenDef } from './validation.js' | ||
import { extractUnits } from './utils.js' | ||
@@ -8,0 +8,0 @@ const { isNumber } = lodash |
@@ -0,3 +1,3 @@ | ||
import lodash from 'lodash' | ||
import assert from 'minimalistic-assert' | ||
import lodash from 'lodash' | ||
@@ -4,0 +4,0 @@ const { isArray, isString, isObject, isEmpty, isFunction } = lodash |
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
12075
3
0
+ Added@exodus/currency@6.1.0(transitive)
- Removed@exodus/basic-utils@^3.0.1
- Removed@exodus/basic-utils@3.2.0(transitive)
- Removed@exodus/currency@5.0.2(transitive)
- Removed@exodus/synchronized-time@1.0.1(transitive)
Updated@exodus/currency@^6.0.1