io-ts-fuzzer
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -0,1 +1,13 @@ | ||
## [4.1.1](https://github.com/holvonix-open/io-ts-fuzzer/compare/v4.1.0...v4.1.1) (2019-08-10) | ||
### 🐛 Bug Fixes | ||
* need seedrandom types as prod dep ([27c1860](https://github.com/holvonix-open/io-ts-fuzzer/commit/27c1860)) | ||
### 🔬 Tests | ||
* remove spurious debugging timeout ([8338f6e](https://github.com/holvonix-open/io-ts-fuzzer/commit/8338f6e)) | ||
# [4.1.0](https://github.com/holvonix-open/io-ts-fuzzer/compare/v4.0.1...v4.1.0) (2019-08-10) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "io-ts-fuzzer", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Fuzzing for io-ts codecs and types", | ||
@@ -109,2 +109,3 @@ "repository": { | ||
"dependencies": { | ||
"@types/seedrandom": "^2.4.28", | ||
"seedrandom": "^3.0.1" | ||
@@ -117,3 +118,2 @@ }, | ||
"@types/node": "^12.6.9", | ||
"@types/seedrandom": "^2.4.28", | ||
"chai": "^4.2.0", | ||
@@ -120,0 +120,0 @@ "chokidar-cli": "^2.0.0", |
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
64188
18
6
+ Added@types/seedrandom@^2.4.28
+ Added@types/seedrandom@2.4.34(transitive)