@cosmjs/math
Advanced tools
Comparing version 0.26.5 to 0.27.0-rc1
{ | ||
"name": "@cosmjs/math", | ||
"version": "0.26.5", | ||
"version": "0.27.0-rc1", | ||
"description": "Math helpers for blockchain projects", | ||
@@ -31,3 +31,3 @@ "contributors": [ | ||
"format-text": "prettier --write \"./*.md\"", | ||
"test-node": "node --require esm jasmine-testrunner.js", | ||
"test-node": "yarn node jasmine-testrunner.js", | ||
"test-edge": "yarn pack-web && karma start --single-run --browsers Edge", | ||
@@ -44,7 +44,7 @@ "test-firefox": "yarn pack-web && karma start --single-run --browsers Firefox", | ||
"dependencies": { | ||
"bn.js": "^4.11.8" | ||
"bn.js": "^5.2.0" | ||
}, | ||
"devDependencies": { | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@types/bn.js": "^4.11.6", | ||
"@types/bn.js": "^5", | ||
"@types/eslint-plugin-prettier": "^3", | ||
@@ -79,7 +79,8 @@ "@types/jasmine": "^3.8", | ||
"ts-node": "^8", | ||
"typedoc": "^0.21", | ||
"typescript": "~4.3", | ||
"typedoc": "^0.22", | ||
"typescript": "~4.4", | ||
"webpack": "^5.32.0", | ||
"webpack-cli": "^4.6.0" | ||
} | ||
}, | ||
"stableVersion": "0.26.5" | ||
} |
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
167538
+ Addedbn.js@5.2.1(transitive)
- Removedbn.js@4.12.1(transitive)
Updatedbn.js@^5.2.0