@thi.ng/errors 2.5.4 → 2.5.5

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-11T12:32:44Z
3
+ - **Last updated**: 2024-04-20T14:42: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
@@ -60,10 +60,10 @@ import * as err from "@thi.ng/errors";
60
60
  Browser ESM import:
61
61
 
62
62
  ```html
63
- <script type="module" src="https://cdn.skypack.dev/@thi.ng/errors"></script>
63
+ <script type="module" src="https://esm.run/@thi.ng/errors"></script>
64
64
  ```
65
65
 
66
- [Skypack documentation](https://docs.skypack.dev/)
66
+ [JSDelivr documentation](https://www.jsdelivr.com/)
67
67
 
68
68
  For Node.js REPL:
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/errors",
3
- "version": "2.5.4",
3
+ "version": "2.5.5",
4
4
  "description": "Custom error types and error factory functions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -98,5 +98,5 @@
98
98
  "alias": "err",
99
99
  "year": 2018
100
100
  },
101
- "gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
101
+ "gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
102
102
  }