@thi.ng/checks 3.7.16 → 3.7.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-08-07T16:21:26Z
3
+ - **Last updated**: 2025-09-01T16:38:35Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -135,7 +135,7 @@ For Node.js REPL:
135
135
  const ch = await import("@thi.ng/checks");
136
136
  ```
137
137
 
138
- Package sizes (brotli'd, pre-treeshake): ESM: 1.70 KB
138
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.71 KB
139
139
 
140
140
  ## Dependencies
141
141
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/checks",
3
- "version": "3.7.16",
3
+ "version": "3.7.18",
4
4
  "description": "Collection of 70+ type, feature & value checks",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -43,9 +43,9 @@
43
43
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
44
44
  },
45
45
  "devDependencies": {
46
- "@types/node": "^24.1.0",
47
- "esbuild": "^0.25.8",
48
- "typedoc": "^0.28.9",
46
+ "@types/node": "^24.3.0",
47
+ "esbuild": "^0.25.9",
48
+ "typedoc": "^0.28.12",
49
49
  "typescript": "^5.9.2"
50
50
  },
51
51
  "keywords": [
@@ -290,5 +290,5 @@
290
290
  "thi.ng": {
291
291
  "alias": "ch"
292
292
  },
293
- "gitHead": "9a998c33c7a524c95b552b9cbdc2734d28a5dafc\n"
293
+ "gitHead": "e215a3e8de3809736ba0042c93bd8703a5a1a337\n"
294
294
  }