@marianmeres/http-utils 2.0.1 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -268,6 +268,9 @@ const error = createHttpError(404, "User not found", { userId: 123 });
268
268
  throw error;
269
269
  ```
270
270
 
271
- ## License
271
+ ## Package Identity
272
272
 
273
- MIT
273
+ - **Name:** @marianmeres/http-utils
274
+ - **Author:** Marian Meres
275
+ - **Repository:** https://github.com/marianmeres/http-utils
276
+ - **License:** MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/http-utils",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "type": "module",
5
5
  "main": "dist/mod.js",
6
6
  "types": "dist/mod.d.ts",