@ceramicnetwork/blockchain-utils-validation
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.6](/compare/@ceramicnetwork/blockchain-utils-validation@0.0.5...@ceramicnetwork/blockchain-utils-validation@0.0.6) (2021-01-21) | ||
**Note:** Version bump only for package @ceramicnetwork/blockchain-utils-validation | ||
## [0.0.5](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/blockchain-utils-validation@0.0.4...@ceramicnetwork/blockchain-utils-validation@0.0.5) (2021-01-14) | ||
@@ -8,0 +16,0 @@ |
@@ -11,2 +11,3 @@ "use strict"; | ||
const eosio_1 = __importDefault(require("./blockchains/eosio")); | ||
const cosmos_1 = __importDefault(require("./blockchains/cosmos")); | ||
const caip_1 = require("caip"); | ||
@@ -18,2 +19,3 @@ const handlers = { | ||
[eosio_1.default.namespace]: eosio_1.default, | ||
[cosmos_1.default.namespace]: cosmos_1.default, | ||
}; | ||
@@ -20,0 +22,0 @@ const findDID = (did) => { var _a; return (_a = did.match(/(did:[a-zA-Z0-9]+:[a-zA-Z0-9]+)/)) === null || _a === void 0 ? void 0 : _a[0]; }; |
{ | ||
"name": "@ceramicnetwork/blockchain-utils-validation", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Blockchain utils for validation of linked blockchain accounts", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@ceramicnetwork/blockchain-utils-linking": "^0.0.4", | ||
"@ceramicnetwork/blockchain-utils-linking": "^0.0.5", | ||
"@ethersproject/contracts": "^5.0.9", | ||
@@ -34,2 +34,3 @@ "@ethersproject/providers": "^5.0.18", | ||
"@smontero/eosio-signing-tools": "^0.0.6", | ||
"@tendermint/sig": "^0.6.0", | ||
"@zondax/filecoin-signing-tools": "^0.12.0", | ||
@@ -51,3 +52,3 @@ "caip": "^0.9.2", | ||
}, | ||
"gitHead": "3eef52403f7d5d21790234d9588af3ac203d348b" | ||
"gitHead": "d29d137e9ddecbea23bab2abe9a82651389292c5" | ||
} |
Sorry, the diff of this file is not supported yet
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
29110
35
386
10
+ Added@tendermint/sig@^0.6.0
+ Added@ceramicnetwork/blockchain-utils-linking@0.0.5(transitive)
+ Added@tendermint/belt@0.3.0(transitive)
+ Added@tendermint/sig@0.6.0(transitive)
+ Added@tendermint/types@0.1.2(transitive)
+ Added@types/node@11.11.6(transitive)
+ Addedbip32@2.0.5(transitive)
+ Addedbip39@3.0.2(transitive)
+ Addednode-addon-api@2.0.2(transitive)
+ Addedpbkdf2@3.1.2(transitive)
+ Addedrandombytes@2.1.0(transitive)
+ Addedsecp256k1@4.0.1(transitive)
- Removed@ceramicnetwork/blockchain-utils-linking@0.0.4(transitive)
- Removed@noble/hashes@1.6.0(transitive)
- Removedbip32@2.0.6(transitive)
- Removedbip39@3.1.0(transitive)
- Removedelliptic@6.6.1(transitive)
- Removednode-addon-api@5.1.0(transitive)
- Removedsecp256k1@4.0.4(transitive)