Skip to content

Commit

Permalink
fix(app-builder-lib): export missing TS types (#7297)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Dec 1, 2022
1 parent 50f9b15 commit 9ce7448
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/twenty-dragons-carry.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
1 change: 0 additions & 1 deletion packages/app-builder-lib/src/asar/asar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export interface NodeIntegrity {
blocks: Array<string>
}

/** @internal */
export class Node {
// we don't use Map because later it will be stringified
files?: { [key: string]: Node }
Expand Down

0 comments on commit 9ce7448

Please sign in to comment.