@thi.ng/errors 2.1.6 → 2.1.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-05-07T11:33:35Z
3
+ - **Last updated**: 2022-06-09T16:14:01Z
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/assert.d.ts CHANGED
@@ -17,5 +17,5 @@ export declare const AssertionError: {
17
17
  * The function is only enabled if `process.env.NODE_ENV != "production"`
18
18
  * or if the `UMBRELLA_ASSERTS` env var is set to 1.
19
19
  */
20
- export declare const assert: (test: boolean | (() => boolean), msg?: string | (() => string) | undefined) => void;
20
+ export declare const assert: (test: boolean | (() => boolean), msg?: string | (() => string)) => void;
21
21
  //# sourceMappingURL=assert.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/errors",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "Custom error types and error factory functions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,13 +34,13 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "devDependencies": {
37
- "@microsoft/api-extractor": "^7.23.1",
38
- "@thi.ng/testament": "^0.2.6",
39
- "@types/node": "^17.0.31",
37
+ "@microsoft/api-extractor": "^7.25.0",
38
+ "@thi.ng/testament": "^0.2.8",
39
+ "@types/node": "^17.0.41",
40
40
  "rimraf": "^3.0.2",
41
41
  "tools": "^0.0.1",
42
- "typedoc": "^0.22.15",
43
- "typescript": "^4.6.4"
42
+ "typedoc": "^0.22.17",
43
+ "typescript": "^4.7.3"
44
44
  },
45
45
  "keywords": [
46
46
  "assert",
@@ -90,5 +90,5 @@
90
90
  "thi.ng": {
91
91
  "year": 2018
92
92
  },
93
- "gitHead": "cf084be5fd5932226054d2dd32bad35481379f5d\n"
93
+ "gitHead": "9e516d30a1a537e027a6b3d78bf9121bc5831d31\n"
94
94
  }