Skip to content

Commit 324032c

Browse files
authored
fix: re-export various types from electron-updater (#8933)
1 parent e1ea62b commit 324032c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/light-pandas-reply.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"electron-updater": patch
3+
---
4+
5+
fix: re-export `CancellationToken`, `PackageFileInfo`, `ProgressInfo`, `UpdateFileInfo`, `UpdateInfo` from electron-updater

packages/electron-updater/src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { EventEmitter } from "events"
33
import { URL } from "url"
44
import { LoginCallback } from "./electronHttpExecutor"
55

6+
export { CancellationToken, PackageFileInfo, ProgressInfo, UpdateFileInfo, UpdateInfo }
7+
68
export const DOWNLOAD_PROGRESS = "download-progress"
79
export const UPDATE_DOWNLOADED = "update-downloaded"
810

0 commit comments

Comments
 (0)