@cosmjs/proto-signing
Advanced tools
Comparing version 0.24.0 to 0.25.0-alpha.0
{ | ||
"name": "@cosmjs/proto-signing", | ||
"version": "0.24.0", | ||
"version": "0.25.0-alpha.0", | ||
"description": "Utilities for protobuf based signing (Cosmos SDK 0.40+)", | ||
@@ -41,3 +41,3 @@ "contributors": [ | ||
"preget-proto": "shx rm -rf proto", | ||
"get-proto": "REF=v0.40.0 ./scripts/get-proto.sh", | ||
"get-proto": "COSMOS_SDK_REF=v0.42.0 ./scripts/get-proto.sh", | ||
"define-proto": "./scripts/define-proto.sh", | ||
@@ -47,3 +47,3 @@ "postdefine-proto": "prettier --write \"src/codec/**/*.ts\"" | ||
"dependencies": { | ||
"@cosmjs/launchpad": "^0.24.0", | ||
"@cosmjs/launchpad": "^0.25.0-alpha.0", | ||
"long": "^4.0.0", | ||
@@ -53,6 +53,6 @@ "protobufjs": "~6.10.2" | ||
"devDependencies": { | ||
"@cosmjs/encoding": "^0.24.0", | ||
"@cosmjs/utils": "^0.24.0" | ||
"@cosmjs/encoding": "^0.25.0-alpha.0", | ||
"@cosmjs/utils": "^0.25.0-alpha.0" | ||
}, | ||
"gitHead": "f7c5323b0ec014d1aa81a0fa632d34d706820455" | ||
"gitHead": "171fda884c953fb06327d42535ebf6958e66e45a" | ||
} |
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
685201
+ Added@cosmjs/amino@0.25.6(transitive)
+ Added@cosmjs/crypto@0.25.6(transitive)
+ Added@cosmjs/encoding@0.25.6(transitive)
+ Added@cosmjs/launchpad@0.25.6(transitive)
+ Added@cosmjs/math@0.25.6(transitive)
+ Added@cosmjs/utils@0.25.6(transitive)
- Removed@cosmjs/crypto@0.24.1(transitive)
- Removed@cosmjs/encoding@0.24.1(transitive)
- Removed@cosmjs/launchpad@0.24.1(transitive)
- Removed@cosmjs/math@0.24.1(transitive)
- Removed@cosmjs/utils@0.24.1(transitive)
- Removedcipher-base@1.0.4(transitive)
- Removedcreate-hash@1.2.0(transitive)
- Removedcreate-hmac@1.1.7(transitive)
- Removedmd5.js@1.3.5(transitive)
- Removedpbkdf2@3.1.2(transitive)
- Removedunorm@1.6.0(transitive)