@midwayjs/core 3.0.0-alpha.37 → 3.0.0-alpha.40

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.
@@ -330,6 +330,7 @@ export interface IMidwayBootstrapOptions {
330
330
  loadDir?: string[];
331
331
  disableConflictCheck?: boolean;
332
332
  applicationContext?: IMidwayContainer;
333
+ configurationModule?: any;
333
334
  isMainFramework?: boolean;
334
335
  globalApplicationHandler?: (type: MidwayFrameworkType) => IMidwayApplication;
335
336
  globalConfig?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midwayjs/core",
3
- "version": "3.0.0-alpha.37+574e016e",
3
+ "version": "3.0.0-alpha.40+fda6a9fb",
4
4
  "description": "midway core",
5
5
  "main": "dist/index",
6
6
  "typings": "dist/index.d.ts",
@@ -21,7 +21,7 @@
21
21
  ],
22
22
  "license": "MIT",
23
23
  "devDependencies": {
24
- "@midwayjs/decorator": "^3.0.0-alpha.37+574e016e",
24
+ "@midwayjs/decorator": "^3.0.0-alpha.2",
25
25
  "chai": "^4.2.0",
26
26
  "mm": "3",
27
27
  "sinon": "^7.2.2"
@@ -51,5 +51,5 @@
51
51
  "engines": {
52
52
  "node": ">= 10.0.0"
53
53
  },
54
- "gitHead": "574e016e6bdc4be94f2ee8f82ada1670011911f1"
54
+ "gitHead": "fda6a9fbf2c51bfa7167b35b41666bee4f6a7f4e"
55
55
  }