Skip to content

Commit 0eb7380

Browse files
committed
chore: release v1.0.1 - fix bundler compatibility with tsup
1 parent aba940b commit 0eb7380

4 files changed

Lines changed: 953 additions & 39 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.1] - 2025-12-03
6+
7+
### Fixed
8+
- Build system migrated from `tsc` to `tsup` to properly resolve TypeScript path aliases
9+
- Fixed "Module not found" errors when using the package with modern bundlers (Next.js, Vite, Webpack, etc.)
10+
- All path aliases (@core, @crypto, @storage, etc.) are now correctly resolved in compiled output
11+
- Package now works seamlessly in all JavaScript projects with bundlers
12+
13+
### Changed
14+
- Build tool: TypeScript compiler → tsup (esbuild-based bundler)
15+
- Added tsup configuration for proper CommonJS and ESM builds
16+
- Generated correct module extensions (.js for ESM, .cjs for CommonJS)
17+
518
## [1.0.0] - 2025-11-28
619

720
### Added
@@ -14,4 +27,5 @@ All notable changes to this project will be documented in this file.
1427
- Cross-platform (Browser, Node.js 18+, Deno, Bun)
1528
- 93% test coverage
1629

30+
[1.0.1]: https://github.com/zemzemi/cryptobox/releases/tag/v1.0.1
1731
[1.0.0]: https://github.com/zemzemi/cryptobox/releases/tag/v1.0.0

0 commit comments

Comments
 (0)