Comparing version 1.8.5 to 1.8.6
@@ -17,2 +17,6 @@ # Changelog | ||
# 1.8.6 | ||
output ES modules to better support tree-shaking, closes #326 (@gcanti) | ||
# 1.8.5 | ||
@@ -19,0 +23,0 @@ |
{ | ||
"name": "io-ts", | ||
"version": "1.8.5", | ||
"version": "1.8.6", | ||
"description": "TypeScript compatible runtime type system for IO validation", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"es6" | ||
], | ||
"main": "lib/index.js", | ||
"module": "es6/index.js", | ||
"typings": "lib/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -16,4 +19,4 @@ "lint": "tslint -p tsconfig.json src/**/*.ts test/**/*.ts", | ||
"test": "npm run prettier && npm run lint && npm run dtslint && npm run declaration && npm run jest", | ||
"clean": "rimraf lib/*", | ||
"build": "npm run clean && tsc", | ||
"clean": "rimraf lib/* es6/*", | ||
"build": "npm run clean && tsc && tsc -p tsconfig.es6.json", | ||
"prepublish": "npm run build", | ||
@@ -20,0 +23,0 @@ "perf": "node perf/index", |
@@ -464,3 +464,3 @@ [![build status](https://img.shields.io/travis/gcanti/io-ts/master.svg?style=flat-square)](https://travis-ci.org/gcanti/io-ts) | ||
t.interface({ | ||
result: type, | ||
result: codec, | ||
_links: Links | ||
@@ -467,0 +467,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
180588
20
4789
4