@exodus/optimism-meta
Advanced tools
Comparing version 1.3.0 to 2.0.0
{ | ||
"name": "@exodus/optimism-meta", | ||
"version": "1.3.0", | ||
"version": "2.0.0", | ||
"description": "Ethereum (Optimism) constants, icons, colors and other metadata", | ||
"main": "lib/index.js", | ||
"type": "module", | ||
"main": "src/index.js", | ||
"files": [ | ||
"assets", | ||
"lib" | ||
"src", | ||
"!**/__tests__/**", | ||
"CHANGELOG.md" | ||
], | ||
"author": "Exodus Movement, Inc.", | ||
"license": "UNLICENSED", | ||
"homepage": "https://github.com/ExodusMovement/assets", | ||
"homepage": "https://github.com/ExodusMovement/assets/tree/master/ethereum/optimism-meta", | ||
"publishConfig": { | ||
@@ -17,10 +20,8 @@ "access": "restricted" | ||
"scripts": { | ||
"build": "run -T babel --root-mode upward --delete-dir-on-start --ignore '**/__tests__/**' src --out-dir lib", | ||
"build:clean": "rm -rf lib", | ||
"test": "run -T jest", | ||
"lint": "run -T eslint src", | ||
"test": "run -T exodus-test --jest", | ||
"lint": "run -T eslint .", | ||
"lint:fix": "yarn lint --fix" | ||
}, | ||
"dependencies": { | ||
"@exodus/asset": "^1.1.0" | ||
"@exodus/asset": "^2.0.0" | ||
}, | ||
@@ -30,3 +31,10 @@ "devDependencies": { | ||
}, | ||
"gitHead": "a5992c8a158d486d6e95c03b17136b67ee06459c" | ||
"bugs": { | ||
"url": "https://github.com/ExodusMovement/assets/issues?q=is%3Aissue+is%3Aopen+label%3Aoptimism-meta" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ExodusMovement/assets.git" | ||
}, | ||
"gitHead": "4bc34401f881f4aed4ad97704f9f307d61f4178b" | ||
} |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
25279
17
0
Yes
167
1
+ Added@exodus/asset@2.0.2(transitive)
+ Added@exodus/bigint@3.0.1(transitive)
+ Added@exodus/currency@6.1.0(transitive)
+ Addedbn.js@4.12.1(transitive)
- Removed@exodus/asset@1.2.0(transitive)
- Removed@exodus/basic-utils@1.5.0(transitive)
- Removed@exodus/currency@2.3.3(transitive)
- Removedbn.js@5.2.1(transitive)
Updated@exodus/asset@^2.0.0