@thi.ng/checks 3.3.6 → 3.3.7
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 +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -51,7 +51,7 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.59 KB
|
|
|
51
51
|
|
|
52
52
|
## Dependencies
|
|
53
53
|
|
|
54
|
-
- [tslib](https://
|
|
54
|
+
- [tslib](https://www.typescriptlang.org/)
|
|
55
55
|
|
|
56
56
|
## API
|
|
57
57
|
|
|
@@ -78,4 +78,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
78
78
|
|
|
79
79
|
## License
|
|
80
80
|
|
|
81
|
-
© 2016 -
|
|
81
|
+
© 2016 - 2023 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.3.
|
|
3
|
+
"version": "3.3.7",
|
|
4
4
|
"description": "Collection of 70+ type, feature & value checks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@microsoft/api-extractor": "^7.33.7",
|
|
45
|
-
"@thi.ng/testament": "^0.3.
|
|
45
|
+
"@thi.ng/testament": "^0.3.9",
|
|
46
46
|
"@types/node": "^18.11.13",
|
|
47
47
|
"rimraf": "^3.0.2",
|
|
48
48
|
"tools": "^0.0.1",
|
|
@@ -276,5 +276,5 @@
|
|
|
276
276
|
"default": "./is-zero.js"
|
|
277
277
|
}
|
|
278
278
|
},
|
|
279
|
-
"gitHead": "
|
|
279
|
+
"gitHead": "3f0b3e2a7c82aefc7e46fb4338369836b5e1b8cf\n"
|
|
280
280
|
}
|