@thi.ng/checks
Advanced tools
Comparing version 3.2.0 to 3.2.1
# Change Log | ||
- **Last updated**: 2022-06-09T16:14:01Z | ||
- **Last updated**: 2022-06-11T14:24:35Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [3.2.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.2.1) (2022-06-11) | ||
#### 🩹 Bug fixes | ||
- update export map (add missing isBigInt()) ([9270de0](https://github.com/thi-ng/umbrella/commit/9270de0)) | ||
## [3.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.2.0) (2022-06-09) | ||
@@ -14,0 +20,0 @@ |
{ | ||
"name": "@thi.ng/checks", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Collection of 70+ type, feature & value checks", | ||
@@ -121,2 +121,5 @@ "type": "module", | ||
}, | ||
"./is-bigint": { | ||
"default": "./is-bigint.js" | ||
}, | ||
"./is-blob": { | ||
@@ -270,3 +273,3 @@ "default": "./is-blob.js" | ||
}, | ||
"gitHead": "9e516d30a1a537e027a6b3d78bf9121bc5831d31\n" | ||
"gitHead": "ab0188234419f2d9f471de80871df930e5555bd6\n" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50260