utiller 1.0.393 → 1.0.394

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.
@@ -1129,7 +1129,7 @@ var NodeUtiller = /*#__PURE__*/function (_Utiller) {
1129
1129
  release = _this7.persistByPath(_path4["default"].join(path, "release"));
1130
1130
  /** 利用babel 產生出 es5相容性高的src file */
1131
1131
  _context13.next = 8;
1132
- return _this7.executeCommandLine("cd ".concat(path, " && npx babel ./temp --out-dir ./release/lib --config-file ./babel.config.js"));
1132
+ return _this7.executeCommandLine("cd ".concat(path, " && babel ./temp --out-dir ./release/lib --config-file ./babel.config.js"));
1133
1133
  case 8:
1134
1134
  pathOfPackageJson = _path4["default"].join(path, "package.json");
1135
1135
  _context13.prev = 9;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utiller",
3
- "version": "1.0.393",
3
+ "version": "1.0.394",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -11,7 +11,7 @@
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
13
  "configerer": "^1.0.23",
14
- "utiller": "^1.0.392",
14
+ "utiller": "^1.0.393",
15
15
  "linepayer": "^1.0.15",
16
16
  "databazer": "^1.0.17",
17
17
  "lodash": "^4.17.20",