Skip to content

Commit fbc6023

Browse files
authored
chore(tarball): expose DependencyCollectableSet from API entry (#656)
1 parent 1dc5907 commit fbc6023

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.changeset/witty-guests-study.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nodesecure/tarball": minor
3+
---
4+
5+
Export/Expose DependencyCollectableSet from tarball API entry

workspaces/tarball/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
export * from "./tarball.ts";
22
export * from "./class/NpmTarball.class.ts";
3+
export * from "./class/DependencyCollectableSet.class.ts";
4+

0 commit comments

Comments
 (0)