ee-core 1.4.1-beta.2 → 1.4.1

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.
@@ -47,7 +47,7 @@ module.exports = {
47
47
  const controllerBase = opt.directory;
48
48
 
49
49
  this.loadToApp(controllerBase, 'controller', opt);
50
- this.options.logger.info('[ee:loader] Controller loaded: %s', controllerBase);
50
+ this.options.logger.info('[ee-core:loader] Controller loaded: %s', controllerBase);
51
51
  this.timing.end('Load Controller');
52
52
  },
53
53
 
package/lib/baseApp.js CHANGED
@@ -29,8 +29,6 @@ class BaseApp extends EeAppCore {
29
29
 
30
30
  // TODO 这个不行,要么每次new对象,要么所有地方都用同一个实例,否则会出现数据无法刷新的情况
31
31
  //this.coreDB = this.getCoreDB();
32
-
33
- this.coreLogger.info('[ee-core:baseApp] start loaded lib modules');
34
32
 
35
33
  }
36
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ee-core",
3
- "version": "1.4.1-beta.2",
3
+ "version": "1.4.1",
4
4
  "description": "ee core",
5
5
  "main": "index.js",
6
6
  "scripts": {