node-automator 1.3.3 → 1.3.4

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.
@@ -93,7 +93,7 @@ class AliOssCommand extends BaseCommand {
93
93
  });
94
94
  queueAsync(tasks, concurrency, (done, total, index, indexDone) => {
95
95
  progress(done, total, {
96
- desc: path.relative(base, srcs[index]) + (indexDone ? "上传中..." : "上传成功!"),
96
+ desc: path.relative(base, srcs[index]) + (indexDone ? " 上传中..." : " 上传成功!"),
97
97
  depth: 0,
98
98
  });
99
99
  }).then((result) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-automator",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Execute automation with yaml configuration(compatible with json)",
5
5
  "main": "index.js",
6
6
  "repository": {