@rvoh/psychic 2.2.1-alpha.1 → 2.2.1-alpha.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.
|
@@ -156,7 +156,7 @@ export default class PsychicApp {
|
|
|
156
156
|
private _sanitizeResponseJson;
|
|
157
157
|
get sanitizeResponseJson(): boolean;
|
|
158
158
|
private _packageManager;
|
|
159
|
-
get packageManager(): "
|
|
159
|
+
get packageManager(): "pnpm" | "yarn" | "npm";
|
|
160
160
|
private _importExtension;
|
|
161
161
|
get importExtension(): "none" | ".js" | ".ts";
|
|
162
162
|
private _routesCb;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@rvoh/psychic",
|
|
4
4
|
"description": "Typescript web framework",
|
|
5
|
-
"version": "2.2.1-alpha.
|
|
5
|
+
"version": "2.2.1-alpha.2",
|
|
6
6
|
"author": "RVOHealth",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"yoctocolors": "^2.1.1"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
|
-
"@rvoh/dream": "^2.
|
|
82
|
+
"@rvoh/dream": "^2.1.4-alpha.3",
|
|
83
83
|
"@types/express": "^5.0.1",
|
|
84
84
|
"commander": "^12.1.0",
|
|
85
85
|
"express": "^5.2.1",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"devDependencies": {
|
|
89
89
|
"@eslint/js": "^9.39.1",
|
|
90
90
|
"@jest-mock/express": "^3.0.0",
|
|
91
|
-
"@rvoh/dream": "^2.
|
|
91
|
+
"@rvoh/dream": "^2.1.4-alpha.3",
|
|
92
92
|
"@rvoh/dream-spec-helpers": "^2.0.0",
|
|
93
93
|
"@rvoh/psychic-spec-helpers": "^2.0.0",
|
|
94
94
|
"@types/body-parser": "^1.19.6",
|