@thi.ng/checks 3.2.4 → 3.2.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 +3 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
2
|
|
|
3
|
-
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/checks)
|
|
6
6
|

|
|
@@ -10,7 +10,7 @@ This project is part of the
|
|
|
10
10
|
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
|
|
11
11
|
|
|
12
12
|
- [About](#about)
|
|
13
|
-
|
|
13
|
+
- [Status](#status)
|
|
14
14
|
- [Installation](#installation)
|
|
15
15
|
- [Dependencies](#dependencies)
|
|
16
16
|
- [API](#api)
|
|
@@ -23,7 +23,7 @@ This project is part of the
|
|
|
23
23
|
|
|
24
24
|
Collection of 70+ type, feature & value checks.
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
## Status
|
|
27
27
|
|
|
28
28
|
**STABLE** - used in production
|
|
29
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/checks",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.5",
|
|
4
4
|
"description": "Collection of 70+ type, feature & value checks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"tslib": "^2.4.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@microsoft/api-extractor": "^7.
|
|
41
|
-
"@thi.ng/testament": "^0.
|
|
42
|
-
"@types/node": "^18.
|
|
40
|
+
"@microsoft/api-extractor": "^7.31.1",
|
|
41
|
+
"@thi.ng/testament": "^0.3.0",
|
|
42
|
+
"@types/node": "^18.7.18",
|
|
43
43
|
"rimraf": "^3.0.2",
|
|
44
44
|
"tools": "^0.0.1",
|
|
45
45
|
"typedoc": "^0.22.17",
|
|
46
|
-
"typescript": "^4.
|
|
46
|
+
"typescript": "^4.8.3"
|
|
47
47
|
},
|
|
48
48
|
"keywords": [
|
|
49
49
|
"detect",
|
|
@@ -269,5 +269,5 @@
|
|
|
269
269
|
"default": "./is-zero.js"
|
|
270
270
|
}
|
|
271
271
|
},
|
|
272
|
-
"gitHead": "
|
|
272
|
+
"gitHead": "973139c5aa3b50081020f4cc726a7cc330f77fc7\n"
|
|
273
273
|
}
|