@nger/fk-upload 1.0.20 → 1.0.21

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.
@@ -201,7 +201,8 @@ let TaskService = class TaskService {
201
201
  });
202
202
  this.redis.set(task.filename, `${task.index + 1}`);
203
203
  if (data) {
204
- const downUrl = data.downUrl;
204
+ // fullDownUrl
205
+ const downUrl = data.fullDownUrl;
205
206
  if (downUrl) {
206
207
  this.redis.del(task.filename);
207
208
  this.ws.send({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "",
5
5
  "main": "dist/core.js",
6
6
  "types": "dist/core.d.ts",