@thi.ng/checks 3.3.6 → 3.3.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-12-22T21:47:07Z
3
+ - **Last updated**: 2023-02-05T14:42:21Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
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://github.com/thi-ng/umbrella/tree/develop/packages/undefined)
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 - 2022 Karsten Schmidt // Apache License 2.0
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.6",
3
+ "version": "3.3.8",
4
4
  "description": "Collection of 70+ type, feature & value checks",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,16 +38,16 @@
38
38
  "test": "testament test"
39
39
  },
40
40
  "dependencies": {
41
- "tslib": "^2.4.1"
41
+ "tslib": "^2.5.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@microsoft/api-extractor": "^7.33.7",
45
- "@thi.ng/testament": "^0.3.8",
46
- "@types/node": "^18.11.13",
47
- "rimraf": "^3.0.2",
44
+ "@microsoft/api-extractor": "^7.34.2",
45
+ "@thi.ng/testament": "^0.3.10",
46
+ "@types/node": "^18.11.18",
47
+ "rimraf": "^4.1.2",
48
48
  "tools": "^0.0.1",
49
- "typedoc": "^0.23.22",
50
- "typescript": "^4.9.4"
49
+ "typedoc": "^0.23.24",
50
+ "typescript": "^4.9.5"
51
51
  },
52
52
  "keywords": [
53
53
  "detect",
@@ -276,5 +276,5 @@
276
276
  "default": "./is-zero.js"
277
277
  }
278
278
  },
279
- "gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n"
279
+ "gitHead": "50ba9c87676fac60c46d2bc0e4d2c7711a374a68\n"
280
280
  }