@liskhq/lisk-validator
Advanced tools
Comparing version 0.9.0-beta.0 to 0.9.0-rc.0
@@ -5,3 +5,3 @@ "use strict"; | ||
exports.MAX_SINT32 = 2147483647; | ||
exports.MIN_SINT32 = exports.MAX_SINT32 * -1; | ||
exports.MIN_SINT32 = exports.MAX_SINT32 * -1 - 1; | ||
exports.MAX_UINT32 = 4294967295; | ||
@@ -8,0 +8,0 @@ exports.MAX_UINT64 = BigInt('18446744073709551615'); |
{ | ||
"name": "@liskhq/lisk-validator", | ||
"version": "0.9.0-beta.0", | ||
"version": "0.9.0-rc.0", | ||
"description": "Validation library according to the Lisk protocol", | ||
@@ -39,3 +39,3 @@ "author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>", | ||
"dependencies": { | ||
"@liskhq/lisk-cryptography": "^4.1.0-beta.1", | ||
"@liskhq/lisk-cryptography": "^4.1.0-rc.0", | ||
"ajv": "8.1.0", | ||
@@ -69,3 +69,4 @@ "ajv-formats": "2.1.1", | ||
"typescript": "5.0.2" | ||
} | ||
}, | ||
"gitHead": "fef17823eb43545360c106386ff20bf0928636bb" | ||
} |
Sorry, the diff of this file is not supported yet
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
58121
34
+ Addedcipher-base@1.0.6(transitive)
- Removedcipher-base@1.0.5(transitive)