Skip to content

Commit 5692d90

Browse files
authored
Merge pull request #44 from EvilG-MC/fix/types
fix manager types
2 parents 78bf219 + 201f6ef commit 5692d90

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

dist/cjs/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ export * from "./structures/Types/Player";
1313
export * from "./structures/Types/Queue";
1414
export * from "./structures/Types/Node";
1515
export * from "./structures/Constants";
16+
export * from "./structures/Types/Manager";

dist/cjs/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ tslib_1.__exportStar(require("./structures/Types/Player"), exports);
1616
tslib_1.__exportStar(require("./structures/Types/Queue"), exports);
1717
tslib_1.__exportStar(require("./structures/Types/Node"), exports);
1818
tslib_1.__exportStar(require("./structures/Constants"), exports);
19+
tslib_1.__exportStar(require("./structures/Types/Manager"), exports);

dist/esm/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ export * from "./structures/Types/Player";
1313
export * from "./structures/Types/Queue";
1414
export * from "./structures/Types/Node";
1515
export * from "./structures/Constants";
16+
export * from "./structures/Types/Manager";

dist/esm/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ export * from "./structures/Types/Player";
1313
export * from "./structures/Types/Queue";
1414
export * from "./structures/Types/Node";
1515
export * from "./structures/Constants";
16+
export * from "./structures/Types/Manager";

dist/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ export * from "./structures/Types/Player";
1313
export * from "./structures/Types/Queue";
1414
export * from "./structures/Types/Node";
1515
export * from "./structures/Constants";
16+
export * from "./structures/Types/Manager";

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ export * from "./structures/Types/Player";
1313
export * from "./structures/Types/Queue";
1414
export * from "./structures/Types/Node";
1515
export * from "./structures/Constants";
16+
export * from "./structures/Types/Manager";

0 commit comments

Comments
 (0)