@thi.ng/checks 3.7.4 → 3.7.5
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 -5
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 205 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
|
>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/checks",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.5",
|
|
4
4
|
"description": "Collection of 70+ type, feature & value checks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"tslib": "^2.8.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@types/node": "^22.13.
|
|
50
|
-
"esbuild": "^0.25.
|
|
51
|
-
"typedoc": "^0.28.
|
|
49
|
+
"@types/node": "^22.13.14",
|
|
50
|
+
"esbuild": "^0.25.2",
|
|
51
|
+
"typedoc": "^0.28.1",
|
|
52
52
|
"typescript": "^5.8.2"
|
|
53
53
|
},
|
|
54
54
|
"keywords": [
|
|
@@ -293,5 +293,5 @@
|
|
|
293
293
|
"thi.ng": {
|
|
294
294
|
"alias": "ch"
|
|
295
295
|
},
|
|
296
|
-
"gitHead": "
|
|
296
|
+
"gitHead": "87aa2d0e64a357476c10fd57aabdfded13c79f7d\n"
|
|
297
297
|
}
|