@ceramicnetwork/blockchain-utils-linking
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0-rc.2
@@ -6,2 +6,20 @@ # Change Log | ||
# [1.0.0-rc.2](/compare/@ceramicnetwork/blockchain-utils-linking@1.0.0-rc.1...@ceramicnetwork/blockchain-utils-linking@1.0.0-rc.2) (2021-04-20) | ||
### Bug Fixes | ||
* **blockchain-utils-linking:** pass through opts authProvider for eoaSignAccount (#1268) ae33805, closes #1268 | ||
* Fix tests by using node environment for jest (#1212) 0f04006, closes #1212 | ||
### Features | ||
* **blockchain-utils-linking:** default link sign message 42a1d7e | ||
* **tile-doctype:** Update Tile API (#1180) 90973ee, closes #1180 | ||
# [1.0.0-rc.1](/compare/@ceramicnetwork/blockchain-utils-linking@0.4.0-rc.1...@ceramicnetwork/blockchain-utils-linking@1.0.0-rc.1) (2021-04-19) | ||
@@ -8,0 +26,0 @@ |
@@ -6,3 +6,3 @@ "use strict"; | ||
const res = { | ||
message: "Create a new account link to your identity." + "\n\n" + did, | ||
message: "Link this account to your identity" + "\n\n" + did, | ||
}; | ||
@@ -9,0 +9,0 @@ if (addTimestamp) { |
{ | ||
"name": "@ceramicnetwork/blockchain-utils-linking", | ||
"version": "1.0.0-rc.1", | ||
"version": "1.0.0-rc.2", | ||
"description": "Blockchain utils for linking blockchain accounts to DID", | ||
@@ -50,5 +50,5 @@ "keywords": [ | ||
"testEnvironment": "node", | ||
"resolver": "<rootDir>/../../tools/jest-resolver.js" | ||
"resolver": "jest-resolver-enhanced" | ||
}, | ||
"gitHead": "2ef60fc2bfc7eb0ee209cb54547ef8d85d0fcdb5" | ||
"gitHead": "1bdd745e4a62ddc71405ddb37cab07d88c71ca17" | ||
} |
Sorry, the diff of this file is not supported yet
61283