@thi.ng/checks 3.7.9 → 3.7.11
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 +1 -1
- package/README.md +1 -1
- package/package.json +5 -8
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/checks",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.11",
|
|
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": "^
|
|
50
|
-
"esbuild": "^0.25.
|
|
51
|
-
"typedoc": "^0.28.
|
|
46
|
+
"@types/node": "^24.0.15",
|
|
47
|
+
"esbuild": "^0.25.8",
|
|
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": "
|
|
293
|
+
"gitHead": "3cd1bea8b2bf6b859609f6d5c14b4eb64745681f\n"
|
|
297
294
|
}
|