@thi.ng/errors 2.5.6 → 2.5.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**: 2024-04-23T07:02:18Z
3
+ - **Last updated**: 2024-05-08T18:24:31Z
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
@@ -71,7 +71,7 @@ For Node.js REPL:
71
71
  const err = await import("@thi.ng/errors");
72
72
  ```
73
73
 
74
- Package sizes (brotli'd, pre-treeshake): ESM: 819 bytes
74
+ Package sizes (brotli'd, pre-treeshake): ESM: 817 bytes
75
75
 
76
76
  ## Dependencies
77
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/errors",
3
- "version": "2.5.6",
3
+ "version": "2.5.7",
4
4
  "description": "Custom error types and error factory functions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,11 +36,11 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "devDependencies": {
39
- "@microsoft/api-extractor": "^7.43.0",
40
- "@types/node": "^20.11.30",
41
- "esbuild": "^0.20.2",
42
- "typedoc": "^0.25.12",
43
- "typescript": "^5.4.3"
39
+ "@microsoft/api-extractor": "^7.43.2",
40
+ "@types/node": "^20.12.11",
41
+ "esbuild": "^0.21.1",
42
+ "typedoc": "^0.25.13",
43
+ "typescript": "^5.4.5"
44
44
  },
45
45
  "keywords": [
46
46
  "assert",
@@ -97,5 +97,5 @@
97
97
  "alias": "err",
98
98
  "year": 2018
99
99
  },
100
- "gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n"
100
+ "gitHead": "df34b4a9e650cc7323575356de207d78933bdcf3\n"
101
101
  }