@thi.ng/checks 3.7.8 → 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 +1 -1
- package/README.md +2 -2
- package/package.json +5 -8
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 209 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -139,7 +139,7 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.70 KB
|
|
|
139
139
|
|
|
140
140
|
## Dependencies
|
|
141
141
|
|
|
142
|
-
|
|
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.
|
|
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": "^
|
|
50
|
-
"esbuild": "^0.25.
|
|
51
|
-
"typedoc": "^0.28.
|
|
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": "
|
|
293
|
+
"gitHead": "56d8f088389b22192a06e9a395b5eecebf47697a\n"
|
|
297
294
|
}
|