jaypie 1.0.47 → 1.0.49

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 +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -363,6 +363,7 @@ throw MultiError(errors);
363
363
  | `NotImplementedError` | 400 | "The developer" (you again?) didn't finish this part yet - hopefully a temporary message |
364
364
  | `RejectedError` | 403 | Request filtered prior to processing |
365
365
  | `TeapotError` | 418 | RFC 2324 section-2.3.2 |
366
+ | `UnauthorizedError` | 401 | You need to log in |
366
367
  | `UnavailableError` | 503 | The thing you are looking for cannot come to the phone right now |
367
368
  | `UnhandledError` | 500 | An error that should have been handled wasn't |
368
369
  | `UnreachableCodeError` | 500 | Should not be possible |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jaypie",
3
- "version": "1.0.47",
3
+ "version": "1.0.49",
4
4
  "author": "Finlayson Studio",
5
5
  "type": "module",
6
6
  "exports": {
@@ -28,14 +28,14 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@jaypie/aws": "^1.0.8",
31
- "@jaypie/core": "^1.0.42",
31
+ "@jaypie/core": "^1.0.44",
32
32
  "@jaypie/datadog": "^1.0.3",
33
33
  "@jaypie/express": "^1.0.14",
34
34
  "@jaypie/lambda": "^1.0.13",
35
35
  "@jaypie/mongoose": "^1.0.9"
36
36
  },
37
37
  "devDependencies": {
38
- "@jaypie/testkit": "^1.0.26",
38
+ "@jaypie/testkit": "^1.0.29",
39
39
  "@rollup/plugin-commonjs": "^26.0.1",
40
40
  "@rollup/plugin-node-resolve": "^15.2.3",
41
41
  "eslint": "^9.7.0",