@thi.ng/errors 2.5.0 → 2.5.2

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-03-13T14:04:31Z
3
+ - **Last updated**: 2024-03-27T09:53:45Z
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
@@ -65,7 +65,7 @@ For Node.js REPL:
65
65
  const errors = await import("@thi.ng/errors");
66
66
  ```
67
67
 
68
- Package sizes (brotli'd, pre-treeshake): ESM: 720 bytes
68
+ Package sizes (brotli'd, pre-treeshake): ESM: 819 bytes
69
69
 
70
70
  ## Dependencies
71
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/errors",
3
- "version": "2.5.0",
3
+ "version": "2.5.2",
4
4
  "description": "Custom error types and error factory functions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,12 +36,12 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "devDependencies": {
39
- "@microsoft/api-extractor": "^7.42.3",
40
- "@types/node": "^20.11.26",
41
- "esbuild": "^0.20.1",
39
+ "@microsoft/api-extractor": "^7.43.0",
40
+ "@types/node": "^20.11.30",
41
+ "esbuild": "^0.20.2",
42
42
  "rimraf": "^5.0.5",
43
43
  "typedoc": "^0.25.12",
44
- "typescript": "^5.4.2"
44
+ "typescript": "^5.4.3"
45
45
  },
46
46
  "keywords": [
47
47
  "assert",
@@ -97,5 +97,5 @@
97
97
  "thi.ng": {
98
98
  "year": 2018
99
99
  },
100
- "gitHead": "7f3fcbd6c0462b0ce45afa141fe163d1f297fd51\n"
100
+ "gitHead": "feb3b24654f2c931cd3c3308c1c0c807ee14d0e4\n"
101
101
  }