@exodus/assets
Advanced tools
Comparing version 9.2.0 to 10.0.0
{ | ||
"name": "@exodus/assets", | ||
"version": "9.2.0", | ||
"version": "10.0.0", | ||
"description": "Exodus assets", | ||
"main": "lib/index.js", | ||
"type": "module", | ||
"main": "src/index.js", | ||
"author": "Exodus Movement, Inc.", | ||
@@ -10,7 +11,8 @@ "license": "UNLICENSED", | ||
"files": [ | ||
"lib" | ||
"src", | ||
"!__tests__" | ||
], | ||
"dependencies": { | ||
"@exodus/asset": "^1.1.0", | ||
"@exodus/basic-utils": "^2.1.1", | ||
"@exodus/basic-utils": "^3.0.0", | ||
"@exodus/currency": "^2.2.0", | ||
@@ -25,4 +27,2 @@ "lodash": "^4.17.11", | ||
"scripts": { | ||
"build": "yarn build:clean && babel src --out-dir lib --config-file ../../babel.config.js", | ||
"build:clean": "rm -rf lib", | ||
"test": "run -T jest", | ||
@@ -39,3 +39,3 @@ "lint": "run -T eslint . --ignore-path ../../.gitignore", | ||
}, | ||
"gitHead": "5eb05bdbf231470db1eea375b1b0a2469cc774ab" | ||
"gitHead": "ac55b0baf303dd9586519d23738281e13b1a2ce6" | ||
} |
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
28787
14
708
Yes
1
+ Added@exodus/basic-utils@3.2.0(transitive)
+ Added@exodus/synchronized-time@1.0.1(transitive)
- Removed@exodus/basic-utils@2.5.2(transitive)
Updated@exodus/basic-utils@^3.0.0