@vostokplatform/signature-generator
Advanced tools
Comparing version 1.4.12 to 1.4.13
@@ -18,3 +18,2 @@ "use strict"; | ||
fields.forEach(function (field) { | ||
console.log(field); | ||
if (field instanceof __1.ByteProcessor) { | ||
@@ -21,0 +20,0 @@ // Remember user data fields |
@@ -81,3 +81,2 @@ "use strict"; | ||
if (maxLengthBytesCount === void 0) { maxLengthBytesCount = 2; } | ||
console.log('input', input); | ||
if (typeof input !== 'string') { | ||
@@ -84,0 +83,0 @@ throw new Error('String input is expected ' + input); |
{ | ||
"name": "@vostokplatform/signature-generator", | ||
"version": "1.4.12", | ||
"version": "1.4.13", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -18,3 +18,2 @@ "use strict"; | ||
fields.forEach(function (field) { | ||
console.log(field); | ||
if (field instanceof __1.ByteProcessor) { | ||
@@ -21,0 +20,0 @@ // Remember user data fields |
@@ -64,4 +64,2 @@ import { | ||
fields.forEach(function (field: ByteProcessor) { | ||
console.log(field); | ||
if (field instanceof ByteProcessor) { | ||
@@ -68,0 +66,0 @@ // Remember user data fields |
@@ -80,3 +80,2 @@ "use strict"; | ||
stringToByteArrayWithSize(input, maxLengthBytesCount = 2) { | ||
console.log('input', input); | ||
if (typeof input !== 'string') { | ||
@@ -83,0 +82,0 @@ throw new Error('String input is expected ' + input); |
@@ -114,3 +114,2 @@ import {TBuffer} from '../interface'; | ||
stringToByteArrayWithSize(input: string, maxLengthBytesCount = 2): number[] { | ||
console.log('input', input) | ||
if (typeof input !== 'string') { | ||
@@ -117,0 +116,0 @@ throw new Error('String input is expected ' +input); |
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
Sorry, the diff of this file is not supported yet
6290409
110217