@vostokplatform/signature-generator
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -55,3 +55,2 @@ "use strict"; | ||
return this.getBytes().then(function (dataBytes) { | ||
console.log('crypto', Config_1.config.isCryptoGost()); | ||
return Config_1.config.isCryptoGost() | ||
@@ -58,0 +57,0 @@ ? cryptoGost_1.default.buildTransactionSignature(dataBytes, privateKey) |
{ | ||
"name": "@vostokplatform/signature-generator", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -52,3 +52,2 @@ "use strict"; | ||
return this.getBytes().then((dataBytes) => { | ||
console.log('crypto', Config_1.config.isCryptoGost()); | ||
return Config_1.config.isCryptoGost() | ||
@@ -55,0 +54,0 @@ ? cryptoGost_1.default.buildTransactionSignature(dataBytes, privateKey) |
@@ -88,3 +88,2 @@ import { | ||
return this.getBytes().then((dataBytes) => { | ||
console.log('crypto', config.isCryptoGost()) | ||
return config.isCryptoGost() | ||
@@ -91,0 +90,0 @@ ? cryptoGost.buildTransactionSignature(dataBytes, privateKey) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8
6221390
109067