@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.
@@ -1,5 +1,5 @@
1
1
  export default class PackageManager {
2
- static get packageManager(): "yarn" | "npm" | "pnpm";
2
+ static get packageManager(): "pnpm" | "yarn" | "npm";
3
3
  static add(dependencyOrDependencies: string | string[], { dev }?: {
4
4
  dev?: boolean;
5
5
  }): string;
@@ -156,7 +156,7 @@ export default class PsychicApp {
156
156
  private _sanitizeResponseJson;
157
157
  get sanitizeResponseJson(): boolean;
158
158
  private _packageManager;
159
- get packageManager(): "yarn" | "npm" | "pnpm";
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.1",
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.0.3",
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.0.3",
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",