util-array-object-or-both
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -6,2 +6,8 @@ # Change Log | ||
## 4.0.1 (2021-09-13) | ||
### Bug Fixes | ||
- bump TS and separate ESLint plugins away from this monorepo ([2e07d42](https://github.com/codsen/codsen/commit/2e07d424222b6ffedf5fb45c83ad453627ec2904)) | ||
## 4.0.0 (2021-09-09) | ||
@@ -8,0 +14,0 @@ |
/** | ||
* @name util-array-object-or-both | ||
* @fileoverview Validate and normalise user choice: array, object or both? | ||
* @version 4.0.0 | ||
* @version 4.0.1 | ||
* @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.0 | ||
* @version 4.0.1 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * @license MIT |
{ | ||
"name": "util-array-object-or-both", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Validate and normalise user choice: array, object or both?", | ||
@@ -113,3 +113,3 @@ "keywords": [ | ||
"eslint": "^7.32.0", | ||
"lect": "^0.18.0", | ||
"lect": "^0.18.1", | ||
"rollup": "^2.56.3", | ||
@@ -123,3 +123,3 @@ "rollup-plugin-ascii": "^0.0.3", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.4.2" | ||
"typescript": "^4.4.3" | ||
}, | ||
@@ -126,0 +126,0 @@ "engines": { |
@@ -29,2 +29,4 @@ # util-array-object-or-both | ||
This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required: | ||
```bash | ||
@@ -34,2 +36,4 @@ npm i util-array-object-or-both | ||
If you need a legacy version which works with require, use version 3.1.0 | ||
## Quick Take | ||
@@ -36,0 +40,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18811
78
0