Comparing version 3.0.0-alpha.2.0.0.0 to 3.0.0-alpha.2.0.0.1
@@ -9,3 +9,3 @@ import { generateN, skipN } from './generator/RandomGenerator.js'; | ||
var __type = 'module'; | ||
var __version = '3.0.0-alpha.2.0.0.0'; | ||
var __version = '3.0.0-alpha.2.0.0.1'; | ||
export { __type, __version, generateN, skipN, congruential, congruential32, mersenne, xorshift128plus, xoroshiro128plus, uniformBigIntDistribution, uniformIntDistribution }; |
@@ -21,3 +21,3 @@ "use strict"; | ||
exports.__type = __type; | ||
var __version = '3.0.0-alpha.2.0.0.0'; | ||
var __version = '3.0.0-alpha.2.0.0.1'; | ||
exports.__version = __version; |
{ | ||
"name": "pure-rand", | ||
"version": "3.0.0-alpha.2.0.0.0", | ||
"version": "3.0.0-alpha.2.0.0.1", | ||
"description": " Pure random number generator written in TypeScript", | ||
@@ -14,2 +14,3 @@ "type": "commonjs", | ||
"module": "lib/esm/pure-rand.js", | ||
"browser": "lib/esm/pure-rand.js", | ||
"types": "lib/types/pure-rand.d.ts", | ||
@@ -16,0 +17,0 @@ "sideEffects": false, |
47772