@thi.ng/checks
Advanced tools
Comparing version 3.3.14 to 3.4.0
# Change Log | ||
- **Last updated**: 2023-06-14T07:58:51Z | ||
- **Last updated**: 2023-08-04T10:58:19Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
## [3.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.4.0) (2023-08-04) | ||
#### 🚀 Features | ||
- add isGenerator() ([af8ffb3](https://github.com/thi-ng/umbrella/commit/af8ffb3)) | ||
### [3.3.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.3.5) (2022-12-16) | ||
@@ -14,0 +20,0 @@ |
@@ -29,2 +29,3 @@ export * from "./exists-not-null.js"; | ||
export * from "./is-function.js"; | ||
export * from "./is-generator.js"; | ||
export * from "./is-hex.js"; | ||
@@ -31,0 +32,0 @@ export * from "./is-hex-color.js"; |
@@ -29,2 +29,3 @@ export * from "./exists-not-null.js"; | ||
export * from "./is-function.js"; | ||
export * from "./is-generator.js"; | ||
export * from "./is-hex.js"; | ||
@@ -31,0 +32,0 @@ export * from "./is-hex-color.js"; |
{ | ||
"name": "@thi.ng/checks", | ||
"version": "3.3.14", | ||
"version": "3.4.0", | ||
"description": "Collection of 70+ type, feature & value checks", | ||
@@ -41,12 +41,12 @@ "type": "module", | ||
"dependencies": { | ||
"tslib": "^2.5.3" | ||
"tslib": "^2.6.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.35.3", | ||
"@thi.ng/testament": "^0.3.17", | ||
"@types/node": "^20.3.1", | ||
"@microsoft/api-extractor": "^7.36.3", | ||
"@thi.ng/testament": "^0.3.18", | ||
"@types/node": "^20.4.6", | ||
"rimraf": "^5.0.1", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.3" | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -162,2 +162,5 @@ "keywords": [ | ||
}, | ||
"./is-generator": { | ||
"default": "./is-generator.js" | ||
}, | ||
"./is-hex-color": { | ||
@@ -281,3 +284,3 @@ "default": "./is-hex-color.js" | ||
}, | ||
"gitHead": "54e825a976c72067a244cff8725ca98f5416d26d\n" | ||
"gitHead": "9fa3f7f8169efa30e3c71b43c82f77393581c3b5\n" | ||
} |
@@ -50,3 +50,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (brotli'd, pre-treeshake): ESM: 1.59 KB | ||
Package sizes (brotli'd, pre-treeshake): ESM: 1.60 KB | ||
@@ -53,0 +53,0 @@ ## Dependencies |
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
52286
142
490
Updatedtslib@^2.6.1