@rvoh/psychic 3.8.0 → 3.8.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.
@@ -15,9 +15,6 @@ export const DEFAULT_OPENAPI_RESPONSES = {
15
15
  409: {
16
16
  $ref: '#/components/responses/Conflict',
17
17
  },
18
- 422: {
19
- $ref: '#/components/responses/ValidationErrors',
20
- },
21
18
  500: {
22
19
  $ref: '#/components/responses/InternalServerError',
23
20
  },
@@ -15,9 +15,6 @@ export const DEFAULT_OPENAPI_RESPONSES = {
15
15
  409: {
16
16
  $ref: '#/components/responses/Conflict',
17
17
  },
18
- 422: {
19
- $ref: '#/components/responses/ValidationErrors',
20
- },
21
18
  500: {
22
19
  $ref: '#/components/responses/InternalServerError',
23
20
  },
@@ -195,7 +195,7 @@ export default class PsychicApp {
195
195
  private _saltRounds;
196
196
  get saltRounds(): number | undefined;
197
197
  private _packageManager;
198
- get packageManager(): "pnpm" | "yarn" | "npm";
198
+ get packageManager(): "pnpm" | "yarn" | "npm" | "bun" | "deno";
199
199
  private _importExtension;
200
200
  get importExtension(): "none" | ".js" | ".ts";
201
201
  private _routesCb;
package/package.json CHANGED
@@ -2,8 +2,11 @@
2
2
  "type": "module",
3
3
  "name": "@rvoh/psychic",
4
4
  "description": "Typescript web framework",
5
- "version": "3.8.0",
5
+ "version": "3.8.2",
6
6
  "author": "RVOHealth",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
7
10
  "repository": {
8
11
  "type": "git",
9
12
  "url": "git+https://github.com/rvohealth/psychic.git"
@@ -76,7 +79,7 @@
76
79
  "@koa/cors": "^5.0.0",
77
80
  "@koa/etag": "^5.0.2",
78
81
  "@koa/router": "^15.3.0",
79
- "@rvoh/dream": "^2.10.0",
82
+ "@rvoh/dream": "^2.14.0",
80
83
  "@types/koa": "^3.0.1",
81
84
  "@types/koa-conditional-get": "^2.0.3",
82
85
  "@types/koa__cors": "^5.0.0",
@@ -91,8 +94,8 @@
91
94
  "@koa/cors": "^5.0.0",
92
95
  "@koa/etag": "^5.0.2",
93
96
  "@koa/router": "^15.3.1",
94
- "@rvoh/dream": "^2.10.0",
95
- "@rvoh/dream-spec-helpers": "^2.1.1",
97
+ "@rvoh/dream": "^2.14.0",
98
+ "@rvoh/dream-spec-helpers": "^2.2.0",
96
99
  "@rvoh/psychic-spec-helpers": "3.0.0",
97
100
  "@types/koa": "^3.0.1",
98
101
  "@types/koa-conditional-get": "^2.0.3",