io-ts-fuzzer
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -159,3 +159,3 @@ "use strict"; | ||
if (kt !== 'string') { | ||
throw new Error('IOTSF0004: recordFuzzer cannot support non-(string, number, boolean) key types'); | ||
throw new Error('IOTSF0004: recordFuzzer cannot support non-string key types'); | ||
} | ||
@@ -162,0 +162,0 @@ const v = hv.encode([r.int32(), ctx]); |
@@ -0,1 +1,13 @@ | ||
## [4.2.1](https://github.com/holvonix-open/io-ts-fuzzer/compare/v4.2.0...v4.2.1) (2019-08-25) | ||
### 🐛 Bug Fixes | ||
* correct IOTSF0004 error message ([e69009d](https://github.com/holvonix-open/io-ts-fuzzer/commit/e69009d)) | ||
### 💄 Polish | ||
* label record and unknownrecord as supported ([9251714](https://github.com/holvonix-open/io-ts-fuzzer/commit/9251714)) | ||
# [4.2.0](https://github.com/holvonix-open/io-ts-fuzzer/compare/v4.1.3...v4.2.0) (2019-08-25) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "io-ts-fuzzer", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Fuzzing for io-ts codecs and types", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
68919