util-array-object-or-both
Advanced tools
Comparing version 4.0.6 to 4.0.7
/** | ||
* @name util-array-object-or-both | ||
* @fileoverview Validate and normalise user choice: array, object or both? | ||
* @version 4.0.6 | ||
* @version 4.0.7 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * @license MIT |
/** | ||
* @name util-array-object-or-both | ||
* @fileoverview Validate and normalise user choice: array, object or both? | ||
* @version 4.0.6 | ||
* @version 4.0.7 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * @license MIT |
{ | ||
"name": "util-array-object-or-both", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"description": "Validate and normalise user choice: array, object or both?", | ||
@@ -102,11 +102,11 @@ "keywords": [ | ||
"@types/lodash.includes": "^4.3.6", | ||
"@types/node": "^16.11.9", | ||
"@types/node": "^16.11.10", | ||
"@types/tap": "^15.0.5", | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"@typescript-eslint/parser": "^5.4.0", | ||
"core-js": "^3.19.1", | ||
"@typescript-eslint/eslint-plugin": "^5.5.0", | ||
"@typescript-eslint/parser": "^5.5.0", | ||
"core-js": "^3.19.2", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.3.0", | ||
"lect": "^0.18.6", | ||
"rollup": "^2.60.0", | ||
"lect": "^0.18.7", | ||
"rollup": "^2.60.1", | ||
"rollup-plugin-ascii": "^0.0.3", | ||
@@ -117,3 +117,3 @@ "rollup-plugin-banner": "^0.2.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"tap": "^15.1.2", | ||
"tap": "^15.1.5", | ||
"tslib": "^2.3.1", | ||
@@ -120,0 +120,0 @@ "typescript": "^4.5.2" |
18565