@nger/fk-upload 1.0.56 → 1.0.57

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.
@@ -147,6 +147,7 @@ let FkService = class FkService {
147
147
  task.start = info.uploadedSize;
148
148
  task.uploadUrl = info.uploadUrl;
149
149
  task.index = Math.ceil(info.uploadedSize / info.splitSize);
150
+ console.log(info);
150
151
  await this.uploadFile(task);
151
152
  return;
152
153
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "description": "",
5
5
  "main": "dist/core.js",
6
6
  "types": "dist/core.d.ts",