Skip to content

Commit

Permalink
fix(app-builder-lib): export missing TS types (#6692)
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny-signal authored Mar 4, 2022
1 parent 8bfeef8 commit 93181a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-cobras-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-lib": patch
---

fix(app-builder-lib): export missing TS types
3 changes: 0 additions & 3 deletions packages/app-builder-lib/src/asar/asar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ import { createFromBuffer } from "chromium-pickle-js"
import { close, open, read, readFile, Stats } from "fs-extra"
import * as path from "path"

/** @internal */
export interface ReadAsarHeader {
readonly header: string
readonly size: number
}

/** @internal */
export interface NodeIntegrity {
algorithm: "SHA256"
hash: string
Expand All @@ -34,7 +32,6 @@ export class Node {
integrity?: NodeIntegrity
}

/** @internal */
export class AsarFilesystem {
private offset = 0

Expand Down

0 comments on commit 93181a7

Please sign in to comment.