@thi.ng/errors 2.5.5 → 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-20T14:42:45Z
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.5",
3
+ "version": "2.5.7",
4
4
  "description": "Custom error types and error factory functions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -27,7 +27,7 @@
27
27
  "build": "yarn build:esbuild && yarn build:decl",
28
28
  "build:decl": "tsc --declaration --emitDeclarationOnly",
29
29
  "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
30
- "clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc",
30
+ "clean": "bun ../../tools/src/clean-package.ts",
31
31
  "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
32
32
  "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
33
33
  "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
@@ -36,12 +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
- "rimraf": "^5.0.5",
43
- "typedoc": "^0.25.12",
44
- "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"
45
44
  },
46
45
  "keywords": [
47
46
  "assert",
@@ -98,5 +97,5 @@
98
97
  "alias": "err",
99
98
  "year": 2018
100
99
  },
101
- "gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
100
+ "gitHead": "df34b4a9e650cc7323575356de207d78933bdcf3\n"
102
101
  }