@taquito/signer
Advanced tools
Comparing version 16.1.0 to 16.1.1
@@ -6,5 +6,5 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "840f2a29ce4e52826df53e5a1ac879c2deaa433b", | ||
"version": "16.1.0" | ||
"commitHash": "c2f07ba0135cffe7f59befd3d51f550f39383974", | ||
"version": "16.1.1" | ||
}; | ||
//# sourceMappingURL=version.js.map |
@@ -583,4 +583,4 @@ import { openSecretBox } from '@stablelib/nacl'; | ||
const VERSION = { | ||
"commitHash": "840f2a29ce4e52826df53e5a1ac879c2deaa433b", | ||
"version": "16.1.0" | ||
"commitHash": "c2f07ba0135cffe7f59befd3d51f550f39383974", | ||
"version": "16.1.1" | ||
}; | ||
@@ -587,0 +587,0 @@ |
@@ -603,4 +603,4 @@ (function (global, factory) { | ||
const VERSION = { | ||
"commitHash": "840f2a29ce4e52826df53e5a1ac879c2deaa433b", | ||
"version": "16.1.0" | ||
"commitHash": "c2f07ba0135cffe7f59befd3d51f550f39383974", | ||
"version": "16.1.1" | ||
}; | ||
@@ -607,0 +607,0 @@ |
{ | ||
"name": "@taquito/signer", | ||
"version": "16.1.0", | ||
"version": "16.1.1", | ||
"description": "Provide signing functionality to be with taquito", | ||
@@ -76,4 +76,4 @@ "keywords": [ | ||
"@stablelib/sha512": "^1.0.1", | ||
"@taquito/taquito": "^16.1.0", | ||
"@taquito/utils": "^16.1.0", | ||
"@taquito/taquito": "^16.1.1", | ||
"@taquito/utils": "^16.1.1", | ||
"@types/bn.js": "^5.1.1", | ||
@@ -116,3 +116,3 @@ "bip39": "^3.0.4", | ||
}, | ||
"gitHead": "3159559187f1356b23fb04ffa3f4263bbda8c5bf" | ||
"gitHead": "df60ab6501a44c8bad32bd0a61c324ffbd884182" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Updated@taquito/taquito@^16.1.1
Updated@taquito/utils@^16.1.1