Skip to content

Commit 92b5cc6

Browse files
committed
Fixed bundling issues
1 parent 08774fa commit 92b5cc6

File tree

11 files changed

+4406
-650
lines changed

11 files changed

+4406
-650
lines changed

.eslintrc.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/depraveyard.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
build
3+
dist
34
dev-kit.ts

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes
22

3+
## [1.0.3 (2024-04-22)]
4+
5+
### Fixes
6+
7+
- Dependency updates.
8+
- Fixed bundling issues
9+
310
## [1.0.2 (2024-02-11)]
411

512
### Fixes
File renamed without changes.

default.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import * as all from "./index";
2+
3+
export default all;

index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export * from "./src/index";
2+
export * from "./src/Interfaces";
3+
export * from "./src/Config";

0 commit comments

Comments
 (0)