@thi.ng/checks 3.8.1 → 3.8.3
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/README.md +2 -2
- package/package.json +5 -5
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 213 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
|
>
|
|
@@ -166,4 +166,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
166
166
|
|
|
167
167
|
## License
|
|
168
168
|
|
|
169
|
-
© 2016 -
|
|
169
|
+
© 2016 - 2026 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/checks",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.3",
|
|
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.10.
|
|
47
|
-
"esbuild": "^0.27.
|
|
48
|
-
"typedoc": "^0.28.
|
|
46
|
+
"@types/node": "^24.10.9",
|
|
47
|
+
"esbuild": "^0.27.2",
|
|
48
|
+
"typedoc": "^0.28.16",
|
|
49
49
|
"typescript": "^5.9.3"
|
|
50
50
|
},
|
|
51
51
|
"keywords": [
|
|
@@ -290,5 +290,5 @@
|
|
|
290
290
|
"thi.ng": {
|
|
291
291
|
"alias": "ch"
|
|
292
292
|
},
|
|
293
|
-
"gitHead": "
|
|
293
|
+
"gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
|
|
294
294
|
}
|