@x-9lab/xlab 1.6.0 → 1.6.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.
package/dist/global.js CHANGED
@@ -63,4 +63,4 @@ global.getSysConfig = getSysConfig;
63
63
  (0, _config).update(conf);
64
64
  }
65
65
  global.setSysConfig = setSysConfig;
66
- global.XLAB = {};
66
+ global.XLAB = {}; // globalLogger.log("global")
package/dist/init-env.js CHANGED
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
  var _common = require("./components/common");
3
- var _log = require("./components/log");
4
3
  var _defaultXConfig = _interopRequireDefault(require("./default-x-config"));
5
4
  var _path = require("path");
6
5
  function _interopRequireDefault(obj) {
@@ -12,7 +11,7 @@ function tryToSetEnv() {
12
11
  const envPath = (0, _path).resolve(process.cwd(), _defaultXConfig.default.businessDir, "@env", "index.js");
13
12
  var hasInitModule = (0, _common).checkFileStat(envPath, true);
14
13
  if (hasInitModule) {
15
- (0, _log).globalLog("InitEnv", "Try to init env");
14
+ // globalLog("InitEnv", "Try to init env");
16
15
  require(envPath);
17
16
  }
18
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-9lab/xlab",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "9lab 服务端模块",
5
5
  "versionDesc": "日志信息输出优化",
6
6
  "scripts": {