@modern-js/types 2.58.3 → 2.60.0

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/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.58.3",
18
+ "version": "2.60.0",
19
19
  "types": "./index.d.ts",
20
20
  "exports": {
21
21
  ".": {
@@ -45,8 +45,8 @@
45
45
  "http-proxy-middleware": "^2.0.4",
46
46
  "jest": "^29",
47
47
  "type-fest": "2.15.0",
48
- "@scripts/build": "2.58.3",
49
- "@scripts/jest-config": "2.58.3"
48
+ "@scripts/build": "2.60.0",
49
+ "@scripts/jest-config": "2.60.0"
50
50
  },
51
51
  "sideEffects": false,
52
52
  "publishConfig": {
@@ -117,6 +117,7 @@ export interface ServerInitHookContext {
117
117
 
118
118
  export interface ISAppContext {
119
119
  appDirectory: string;
120
+ internalDirectory: string;
120
121
  apiDirectory?: string;
121
122
  lambdaDirectory?: string;
122
123
  distDirectory: string;