io-ts-fuzzer
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,3 @@ | ||
## [1.2.1](https://github.com/holvonix-open/io-ts-fuzzer/compare/v1.2.0...v1.2.1) (2019-08-03) | ||
# [1.2.0](https://github.com/holvonix-open/io-ts-fuzzer/compare/v1.1.0...v1.2.0) (2019-08-03) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "io-ts-fuzzer", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Fuzzing for io-ts codecs and types", | ||
@@ -98,40 +98,2 @@ "repository": { | ||
}, | ||
"release": { | ||
"plugins": [ | ||
[ | ||
"@semantic-release/commit-analyzer", | ||
{ | ||
"preset": "angular", | ||
"releaseRules": [ | ||
{ | ||
"type": "perf", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "refactor", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "docs", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "chore", | ||
"scope": "deps", | ||
"release": "patch" | ||
}, | ||
{ | ||
"subject": "/skip-release/", | ||
"release": false | ||
} | ||
] | ||
} | ||
], | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/git", | ||
"@semantic-release/github" | ||
] | ||
}, | ||
"dependencies": { | ||
@@ -138,0 +100,0 @@ "fp-ts": "^2.0.3", |
@@ -8,4 +8,6 @@ # io-ts-fuzzer - Fuzzing for io-ts codecs and types | ||
After `yarn add io-ts io-ts-fuzzer`: | ||
After `yarn add io-ts io-ts-fuzzer`... | ||
````typescript | ||
@@ -12,0 +14,0 @@ import * as t from 'io-ts'; |
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
80
41664