@thi.ng/random
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -6,3 +6,3 @@ # Change Log | ||
## [1.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@1.1.1...@thi.ng/random@1.1.2) (2019-03-10) | ||
## [1.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@1.1.2...@thi.ng/random@1.1.3) (2019-03-28) | ||
@@ -15,10 +15,4 @@ **Note:** Version bump only for package @thi.ng/random | ||
## [1.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@1.1.0...@thi.ng/random@1.1.1) (2019-03-01) | ||
**Note:** Version bump only for package @thi.ng/random | ||
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@1.0.2...@thi.ng/random@1.1.0) (2019-02-15) | ||
@@ -38,20 +32,2 @@ | ||
## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@1.0.1...@thi.ng/random@1.0.2) (2019-02-05) | ||
**Note:** Version bump only for package @thi.ng/random | ||
## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@1.0.0...@thi.ng/random@1.0.1) (2019-01-21) | ||
**Note:** Version bump only for package @thi.ng/random | ||
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@0.1.1...@thi.ng/random@1.0.0) (2019-01-21) | ||
@@ -58,0 +34,0 @@ |
@@ -199,5 +199,5 @@ 'use strict'; | ||
exports.ARandom = ARandom; | ||
exports.SYSTEM = SYSTEM; | ||
exports.Smush32 = Smush32; | ||
exports.SystemRandom = SystemRandom; | ||
exports.SYSTEM = SYSTEM; | ||
exports.XorShift128 = XorShift128; | ||
@@ -204,0 +204,0 @@ exports.XorWow = XorWow; |
@@ -201,5 +201,5 @@ (function (global, factory) { | ||
exports.ARandom = ARandom; | ||
exports.SYSTEM = SYSTEM; | ||
exports.Smush32 = Smush32; | ||
exports.SystemRandom = SystemRandom; | ||
exports.SYSTEM = SYSTEM; | ||
exports.XorShift128 = XorShift128; | ||
@@ -206,0 +206,0 @@ exports.XorWow = XorWow; |
{ | ||
"name": "@thi.ng/random", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Pseudo-random number generators w/ unified API", | ||
@@ -35,3 +35,3 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^5.1.0" | ||
"@thi.ng/api": "^6.0.0" | ||
}, | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "794f0b6f07f6eef99f6f244d6c52c1d5de34675f" | ||
"gitHead": "1936d357f46f46d0435e3c7597b845898a91b80d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52139
1
47
+ Added@thi.ng/api@6.13.6(transitive)
- Removed@thi.ng/api@5.1.0(transitive)
- Removed@thi.ng/errors@1.3.4(transitive)
Updated@thi.ng/api@^6.0.0