@thi.ng/checks 3.7.9 → 3.7.10

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-06-09T17:24:08Z
3
+ - **Last updated**: 2025-07-10T14:20:23Z
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
@@ -139,7 +139,7 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.70 KB
139
139
 
140
140
  ## Dependencies
141
141
 
142
- - [tslib](https://www.typescriptlang.org/)
142
+ None
143
143
 
144
144
  ## API
145
145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/checks",
3
- "version": "3.7.9",
3
+ "version": "3.7.10",
4
4
  "description": "Collection of 70+ type, feature & value checks",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -42,13 +42,10 @@
42
42
  "test": "bun test",
43
43
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
44
44
  },
45
- "dependencies": {
46
- "tslib": "^2.8.1"
47
- },
48
45
  "devDependencies": {
49
- "@types/node": "^22.15.21",
50
- "esbuild": "^0.25.5",
51
- "typedoc": "^0.28.5",
46
+ "@types/node": "^24.0.12",
47
+ "esbuild": "^0.25.6",
48
+ "typedoc": "^0.28.7",
52
49
  "typescript": "^5.8.3"
53
50
  },
54
51
  "keywords": [
@@ -293,5 +290,5 @@
293
290
  "thi.ng": {
294
291
  "alias": "ch"
295
292
  },
296
- "gitHead": "93cdcd8db4d4669561a7f0ebc47697bdbfd04214\n"
293
+ "gitHead": "56d8f088389b22192a06e9a395b5eecebf47697a\n"
297
294
  }