node-automator 1.3.9 → 1.3.10

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.
@@ -157,7 +157,7 @@ class AliOssCommand extends BaseCommand {
157
157
  });
158
158
  queueAsync(tasks, concurrency, (done, total, index, indexDone) => {
159
159
  progress(done, total, {
160
- desc: path.relative(base, srcs[index]) + " " + (indexDone ? "上传成功!" : "上传中..."),
160
+ desc: path.relative(base, srcs[index]) + " " + (indexDone ? "上传结束" : "上传中..."),
161
161
  depth: 0,
162
162
  });
163
163
  }).then((result) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-automator",
3
- "version": "1.3.9",
3
+ "version": "1.3.10",
4
4
  "description": "Execute automation with yaml configuration(compatible with json)",
5
5
  "main": "index.js",
6
6
  "repository": {