check-types-mini
Advanced tools
Comparing version 6.0.4 to 6.0.5
/** | ||
* check-types-mini | ||
* Validate options object | ||
* Version: 6.0.3 | ||
* Version: 6.0.5 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* check-types-mini | ||
* Validate options object | ||
* Version: 6.0.3 | ||
* Version: 6.0.5 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* check-types-mini | ||
* Validate options object | ||
* Version: 6.0.3 | ||
* Version: 6.0.5 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
{ | ||
"name": "check-types-mini", | ||
"version": "6.0.4", | ||
"version": "6.0.5", | ||
"description": "Validate options object", | ||
@@ -83,4 +83,4 @@ "keywords": [ | ||
"@babel/runtime": "^7.12.13", | ||
"arrayiffy-if-string": "^3.13.4", | ||
"ast-monkey-traverse": "^2.0.4", | ||
"arrayiffy-if-string": "^3.13.5", | ||
"ast-monkey-traverse": "^2.0.5", | ||
"lodash.intersection": "^4.4.0", | ||
@@ -93,5 +93,5 @@ "lodash.pullall": "^4.2.0", | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.13", | ||
"@babel/core": "^7.12.13", | ||
"@babel/node": "^7.12.13", | ||
"@babel/cli": "^7.12.16", | ||
"@babel/core": "^7.12.16", | ||
"@babel/node": "^7.12.16", | ||
"@babel/plugin-external-helpers": "^7.12.13", | ||
@@ -101,22 +101,22 @@ "@babel/plugin-proposal-class-properties": "^7.12.13", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.12.13", | ||
"@babel/plugin-proposal-optional-chaining": "^7.12.13", | ||
"@babel/plugin-proposal-optional-chaining": "^7.12.16", | ||
"@babel/plugin-transform-runtime": "^7.12.15", | ||
"@babel/preset-env": "^7.12.13", | ||
"@babel/preset-typescript": "^7.12.13", | ||
"@babel/preset-env": "^7.12.16", | ||
"@babel/preset-typescript": "^7.12.16", | ||
"@babel/register": "^7.12.13", | ||
"@rollup/plugin-babel": "^5.2.3", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^17.1.0", | ||
"@rollup/plugin-node-resolve": "^11.1.1", | ||
"@rollup/plugin-node-resolve": "^11.2.0", | ||
"@rollup/plugin-replace": "^2.3.4", | ||
"@rollup/plugin-strip": "^2.0.0", | ||
"@rollup/plugin-typescript": "^8.1.1", | ||
"@rollup/plugin-typescript": "^8.2.0", | ||
"@types/lodash.intersection": "^4.4.6", | ||
"@types/lodash.pullall": "^4.2.6", | ||
"@types/node": "^14.14.25", | ||
"@types/node": "^14.14.27", | ||
"@types/tap": "^14.10.2", | ||
"@typescript-eslint/eslint-plugin": "^4.15.0", | ||
"@typescript-eslint/parser": "^4.15.0", | ||
"eslint": "^7.19.0", | ||
"lect": "^0.16.4", | ||
"rollup": "^2.38.5", | ||
"eslint": "^7.20.0", | ||
"lect": "^0.16.5", | ||
"rollup": "^2.39.0", | ||
"rollup-plugin-ascii": "^0.0.3", | ||
@@ -130,4 +130,4 @@ "rollup-plugin-banner": "^0.2.1", | ||
"tslib": "^2.1.0", | ||
"typescript": "^4.1.3" | ||
"typescript": "^4.1.5" | ||
} | ||
} |
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.5
Updatedast-monkey-traverse@^2.0.5