@cicctencent/midwayjs-base 1.0.40 → 1.0.41

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.
@@ -51,7 +51,6 @@ const apiResultFormatter_1 = require("./middleware/apiResultFormatter");
51
51
  const requestInit_1 = require("./middleware/requestInit");
52
52
  const detect_middleware_1 = require("./middleware/detect.middleware");
53
53
  const view = __importStar(require("@midwayjs/view-nunjucks"));
54
- const staticFile = __importStar(require("@midwayjs/static-file"));
55
54
  const cacheManager = __importStar(require("@midwayjs/cache-manager"));
56
55
  const DefaultConfig = __importStar(require("./config/config.default"));
57
56
  const api_1 = require("./guard/api");
@@ -89,7 +88,6 @@ exports.BaseConfiguration = BaseConfiguration = __decorate([
89
88
  enabledEnvironment: ['local'],
90
89
  },
91
90
  view,
92
- staticFile,
93
91
  axios,
94
92
  cacheManager,
95
93
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cicctencent/midwayjs-base",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "基础框架,服务",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",