@kalutskii/foundation 2.0.0 → 2.0.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/dist/index.d.ts CHANGED
@@ -22,7 +22,7 @@ declare const onHandlerError: ErrorHandler;
22
22
  //#endregion
23
23
  //#region src/http/http.constants.d.ts
24
24
  declare const SUCCESS_STATUS_CODES: readonly [200, 201, 202, 307];
25
- declare const EXCEPTION_STATUS_CODES: readonly [400, 401, 403, 404, 405, 409, 500];
25
+ declare const EXCEPTION_STATUS_CODES: readonly [400, 401, 403, 404, 405, 409, 413, 500];
26
26
  //#endregion
27
27
  //#region src/http/http.types.d.ts
28
28
  type SuccessStatusCode = (typeof SUCCESS_STATUS_CODES)[number];
package/dist/index.js CHANGED
@@ -420,6 +420,7 @@ const EXCEPTION_STATUS_CODES = [
420
420
  404,
421
421
  405,
422
422
  409,
423
+ 413,
423
424
  500
424
425
  ];
425
426
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kalutskii/foundation",
3
- "version": "2.0.0",
3
+ "version": "2.0.5",
4
4
  "description": "Typescript collection of most common utilities, schemas and functions among private projects.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/bun": "^1.3.14",
34
- "oxfmt": "^0.63.0",
34
+ "oxfmt": "^0.65.0",
35
35
  "oxlint": "^1.78.0",
36
36
  "oxlint-tsgolint": "^7.0.2001",
37
37
  "tsdown": "^0.22.14",