@xchainjs/xchain-util
Advanced tools
Comparing version 0.13.3 to 0.13.4
{ | ||
"name": "@xchainjs/xchain-util", | ||
"version": "0.13.3", | ||
"version": "0.13.4", | ||
"description": "Helper utilities for XChain clients", | ||
@@ -27,17 +27,13 @@ "keywords": [ | ||
"scripts": { | ||
"clean": "rimraf --glob ./lib/**", | ||
"clean": "rm -rf .turbo && rm -rf lib", | ||
"build": "yarn clean && rollup -c", | ||
"test": "jest", | ||
"lint": "eslint \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0", | ||
"prepublishOnly": "yarn build" | ||
"lint": "eslint \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0" | ||
}, | ||
"peerDependencies": { | ||
"bignumber.js": "9.x" | ||
"dependencies": { | ||
"bignumber.js": "9.0.0" | ||
}, | ||
"devDependencies": { | ||
"bignumber.js": "^9.0.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
} |
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
0
156930
+ Addedbignumber.js@9.0.0
+ Addedbignumber.js@9.0.0(transitive)
- Removedbignumber.js@9.1.2(transitive)