check-types-mini
Advanced tools
Comparing version 6.0.14 to 6.0.15
@@ -6,2 +6,8 @@ # Change Log | ||
## 6.0.15 (2021-04-11) | ||
### Reverts | ||
- Revert "chore: setup refresh" ([23cf206](https://github.com/codsen/codsen/commit/23cf206970a087ff0fa04e61f94d919f59ab3881)) | ||
## 6.0.1 (2021-01-28) | ||
@@ -8,0 +14,0 @@ |
/** | ||
* @name check-types-mini | ||
* @fileoverview Validate options object | ||
* @version 6.0.14 | ||
* @version 6.0.15 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * @license MIT |
/** | ||
* @name check-types-mini | ||
* @fileoverview Validate options object | ||
* @version 6.0.14 | ||
* @version 6.0.15 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * @license MIT |
/** | ||
* @name check-types-mini | ||
* @fileoverview Validate options object | ||
* @version 6.0.14 | ||
* @version 6.0.15 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -14,3 +14,3 @@ * @license MIT | ||
* @fileoverview Utility library of AST helper functions | ||
* @version 1.3.14 | ||
* @version 1.3.15 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -23,3 +23,3 @@ * @license MIT | ||
* @fileoverview Utility library to traverse AST | ||
* @version 2.0.14 | ||
* @version 2.0.15 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -32,3 +32,3 @@ * @license MIT | ||
* @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else. | ||
* @version 3.13.14 | ||
* @version 3.13.15 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -35,0 +35,0 @@ * @license MIT |
{ | ||
"name": "check-types-mini", | ||
"version": "6.0.14", | ||
"version": "6.0.15", | ||
"description": "Validate options object", | ||
@@ -84,4 +84,4 @@ "keywords": [ | ||
"@babel/runtime": "^7.13.10", | ||
"arrayiffy-if-string": "^3.13.14", | ||
"ast-monkey-traverse": "^2.0.14", | ||
"arrayiffy-if-string": "^3.13.15", | ||
"ast-monkey-traverse": "^2.0.15", | ||
"lodash.intersection": "^4.4.0", | ||
@@ -121,3 +121,3 @@ "lodash.pullall": "^4.2.0", | ||
"eslint": "^7.23.0", | ||
"lect": "^0.16.14", | ||
"lect": "^0.16.15", | ||
"rollup": "^2.44.0", | ||
@@ -124,0 +124,0 @@ "rollup-plugin-ascii": "^0.0.3", |
Sorry, the diff of this file is too big to display
196346
Updatedarrayiffy-if-string@^3.13.15
Updatedast-monkey-traverse@^2.0.15