@thi.ng/checks 3.1.5 → 3.1.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-04-07T14:17:30Z
3
+ - **Last updated**: 2022-05-07T11:33:35Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/checks",
3
- "version": "3.1.5",
3
+ "version": "3.1.6",
4
4
  "description": "Collection of 50+ type, feature & value checks",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,16 +34,16 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "tslib": "^2.3.1"
37
+ "tslib": "^2.4.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@microsoft/api-extractor": "^7.19.4",
41
- "@thi.ng/testament": "^0.2.5",
42
- "@types/node": "^17.0.21",
40
+ "@microsoft/api-extractor": "^7.23.1",
41
+ "@thi.ng/testament": "^0.2.6",
42
+ "@types/node": "^17.0.31",
43
43
  "rimraf": "^3.0.2",
44
44
  "tools": "^0.0.1",
45
- "typedoc": "^0.22.13",
46
- "typescript": "^4.6.2"
45
+ "typedoc": "^0.22.15",
46
+ "typescript": "^4.6.4"
47
47
  },
48
48
  "keywords": [
49
49
  "detect",
@@ -266,5 +266,5 @@
266
266
  "default": "./is-zero.js"
267
267
  }
268
268
  },
269
- "gitHead": "5ee1feb590dd935593b1dd4e7f38a3ed3ba64765\n"
269
+ "gitHead": "cf084be5fd5932226054d2dd32bad35481379f5d\n"
270
270
  }