check-types-mini
Advanced tools
Comparing version 6.0.10 to 6.0.11
/** | ||
* check-types-mini | ||
* Validate options object | ||
* Version: 6.0.10 | ||
* Version: 6.0.11 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* check-types-mini | ||
* Validate options object | ||
* Version: 6.0.10 | ||
* Version: 6.0.11 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* check-types-mini | ||
* Validate options object | ||
* Version: 6.0.10 | ||
* Version: 6.0.11 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
{ | ||
"name": "check-types-mini", | ||
"version": "6.0.10", | ||
"version": "6.0.11", | ||
"description": "Validate options object", | ||
@@ -83,4 +83,4 @@ "keywords": [ | ||
"@babel/runtime": "^7.13.10", | ||
"arrayiffy-if-string": "^3.13.10", | ||
"ast-monkey-traverse": "^2.0.10", | ||
"arrayiffy-if-string": "^3.13.11", | ||
"ast-monkey-traverse": "^2.0.11", | ||
"lodash.intersection": "^4.4.0", | ||
@@ -94,4 +94,4 @@ "lodash.pullall": "^4.2.0", | ||
"@babel/cli": "^7.13.10", | ||
"@babel/core": "^7.13.10", | ||
"@babel/node": "^7.13.12", | ||
"@babel/core": "^7.13.13", | ||
"@babel/node": "^7.13.13", | ||
"@babel/plugin-external-helpers": "^7.12.13", | ||
@@ -107,16 +107,16 @@ "@babel/plugin-proposal-class-properties": "^7.13.0", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^17.1.0", | ||
"@rollup/plugin-node-resolve": "^11.2.0", | ||
"@rollup/plugin-replace": "^2.4.1", | ||
"@rollup/plugin-commonjs": "^18.0.0", | ||
"@rollup/plugin-node-resolve": "^11.2.1", | ||
"@rollup/plugin-replace": "^2.4.2", | ||
"@rollup/plugin-strip": "^2.0.0", | ||
"@rollup/plugin-typescript": "^8.2.0", | ||
"@rollup/plugin-typescript": "^8.2.1", | ||
"@types/lodash.intersection": "^4.4.6", | ||
"@types/lodash.pullall": "^4.2.6", | ||
"@types/node": "^14.14.36", | ||
"@types/node": "^14.14.37", | ||
"@types/tap": "^14.10.3", | ||
"@typescript-eslint/eslint-plugin": "^4.19.0", | ||
"@typescript-eslint/parser": "^4.19.0", | ||
"eslint": "^7.22.0", | ||
"lect": "^0.16.10", | ||
"rollup": "^2.42.4", | ||
"eslint": "^7.23.0", | ||
"lect": "^0.16.11", | ||
"rollup": "^2.43.1", | ||
"rollup-plugin-ascii": "^0.0.3", | ||
@@ -123,0 +123,0 @@ "rollup-plugin-banner": "^0.2.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Updatedarrayiffy-if-string@^3.13.11
Updatedast-monkey-traverse@^2.0.11