@thi.ng/errors 2.2.9 → 2.2.11

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**: 2023-02-05T14:42:21Z
3
+ - **Last updated**: 2023-02-10T14:03:10Z
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
@@ -60,7 +60,7 @@ For Node.js REPL:
60
60
  const errors = await import("@thi.ng/errors");
61
61
  ```
62
62
 
63
- Package sizes (brotli'd, pre-treeshake): ESM: 502 bytes
63
+ Package sizes (brotli'd, pre-treeshake): ESM: 497 bytes
64
64
 
65
65
  ## Dependencies
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/errors",
3
- "version": "2.2.9",
3
+ "version": "2.2.11",
4
4
  "description": "Custom error types and error factory functions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@microsoft/api-extractor": "^7.34.2",
38
- "@thi.ng/testament": "^0.3.10",
38
+ "@thi.ng/testament": "^0.3.11",
39
39
  "@types/node": "^18.11.18",
40
40
  "rimraf": "^4.1.2",
41
41
  "tools": "^0.0.1",
@@ -93,5 +93,5 @@
93
93
  "thi.ng": {
94
94
  "year": 2018
95
95
  },
96
- "gitHead": "50ba9c87676fac60c46d2bc0e4d2c7711a374a68\n"
96
+ "gitHead": "cafa4ecea90fb681949dc3885a5bd6ddefa38b51\n"
97
97
  }