@vostokplatform/signature-generator
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -44,3 +44,3 @@ "use strict"; | ||
options = options || { type: 'Array' }; | ||
if (typeof window !== 'undefined' && typeof module === 'undefined') { | ||
if (typeof window !== 'undefined' && typeof exports === 'undefined') { | ||
return browserRandom(count, options); | ||
@@ -47,0 +47,0 @@ } |
{ | ||
"name": "@vostokplatform/signature-generator", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -44,3 +44,3 @@ "use strict"; | ||
options = options || { type: 'Array' }; | ||
if (typeof window !== 'undefined' && typeof module === 'undefined') { | ||
if (typeof window !== 'undefined' && typeof exports === 'undefined') { | ||
return browserRandom(count, options); | ||
@@ -47,0 +47,0 @@ } |
@@ -54,3 +54,3 @@ declare let exports: any; | ||
if (typeof window !== 'undefined' && typeof module === 'undefined') { | ||
if (typeof window !== 'undefined' && typeof exports === 'undefined') { | ||
return browserRandom(count, options); | ||
@@ -64,3 +64,2 @@ } else if (typeof exports === 'object' && typeof module !== 'undefined') { | ||
export default { | ||
@@ -67,0 +66,0 @@ |
Sorry, the diff of this file is not supported yet
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
6221409