utiller 1.0.88 → 1.0.89

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.
@@ -1839,7 +1839,7 @@ var NodeUtiller = /*#__PURE__*/function (_Utiller) {
1839
1839
  var content = this.getFileContextInRaw(from);
1840
1840
  if (_lodash["default"].isEmpty(content)) throw new _index2["default"](9999, "rewrite 功能會避免空值覆蓋, 這是一個設計");
1841
1841
  this.appendFile(destination, content, true, true);
1842
- this.appendLog("rewrite from:".concat(from, " => dest:").concat(destination, " succeed"));
1842
+ this.appendInfo("rewrite from:".concat(from, " => dest:").concat(destination, " succeed"));
1843
1843
  }
1844
1844
  }]);
1845
1845
  return NodeUtiller;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utiller",
3
- "version": "1.0.88",
3
+ "version": "1.0.89",
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.11",
14
- "utiller": "^1.0.87",
14
+ "utiller": "^1.0.88",
15
15
  "linepayer": "^1.0.4",
16
16
  "databazer": "^1.0.9",
17
17
  "lodash": "^4.17.20",