babel-plugin-spectypes
Advanced tools
Comparing version 2.1.0 to 2.1.3
{ | ||
"name": "babel-plugin-spectypes", | ||
"version": "2.1.0", | ||
"version": "2.1.3", | ||
"private": false, | ||
@@ -50,3 +50,3 @@ "description": "Babel plugin that compiles spectypes validators", | ||
"ts-is-record": "^3.0.4", | ||
"ts-micro-dict": "^9.0.2", | ||
"ts-micro-dict": "^10.0.2", | ||
"ts-tiny-invariant": "^2.0.3" | ||
@@ -58,4 +58,4 @@ }, | ||
"ts-is-defined": "^3.0.3", | ||
"ts-railway": "^6.0.5" | ||
"ts-railway": "^6.1.0" | ||
} | ||
} |
@@ -20,3 +20,3 @@ # spectypes | ||
- <b>extensively tested</b>, each release undergoes more than 900 `fast-check` powered [tests](#how-is-it-tested) | ||
- <b>precise types</b>, accurately infers all types and provides readable compile-time error messages | ||
- <b>precise types</b>, accurately [infers](https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAbzgQylZBPANHAdgVxACMBTKHCIgKxIGMYcBnGKYXAcx312AlxwA2wGGWQDBoYRTAxeuMXAC+cAGZQIIOAHJGYOjAx7GWgFAnafZnFoALOgGs4AXhRpMAChNw4lGvXcIXt54yCAkAFxwzKwcWEHeyOwRcEIgwu4ExGQ4iSTOAHwoSXD5LgAMAJRxwXA2lEQYkRAycmLu3HLuQiLoAu5aFgAmbOxaVSnCon1akCQsGGMSPW1aIPiMwLRjFVXxcGDqerDAJIyRqOgYnjXeHXzXN96++gFwMImR3VP9deskiyhBoMoKczlEWCMlLtHk9qC8kO92J9Jr1+rRUACQBBBiQBJFopDFBU9t5iTUyVCTMTzJZ4LYHCRBs5rHZaPZ+gB3GzIEQANzIYyAA) all types and provides readable compile-time error messages | ||
- <b>browser friendly</b>, uses `babel` to compile validators, so no `eval` or `new Function` involved | ||
@@ -23,0 +23,0 @@ - <b>easily extensible</b>, [custom validators](#custom-validators) are created by mixing existing ones |
223642
Updatedts-railway@^6.1.0