Comparing version 3.6.1 to 3.6.2
@@ -233,2 +233,3 @@ import ProgressStatusFile, { DownloadFlags, DownloadStatus } from "./progress-status-file.js"; | ||
this.emit("resumed"); | ||
this._sendProgressDownloadPart(); | ||
} | ||
@@ -240,2 +241,3 @@ async close() { | ||
this._downloadStatus = DownloadStatus.Cancelled; | ||
this._sendProgressDownloadPart(); | ||
} | ||
@@ -242,0 +244,0 @@ this._closed = true; |
{ | ||
"name": "ipull", | ||
"version": "3.6.1", | ||
"version": "3.6.2", | ||
"description": "The only file downloader you'll ever need. For node.js and the browser, CLI and library for fast and reliable file downloads.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
280968
3694