Skip to content

Commit 226c9b5

Browse files
committed
chore: release v1.0.1 - fix Next.js compatibility with tsup bundler
1 parent aba940b commit 226c9b5

4 files changed

Lines changed: 951 additions & 39 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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 in Next.js and other bundlers
10+
- All path aliases (@core, @crypto, @storage, etc.) are now correctly resolved in compiled output
11+
12+
### Changed
13+
- Build tool: TypeScript compiler → tsup (esbuild-based bundler)
14+
- Added tsup configuration for proper CommonJS and ESM builds
15+
516
## [1.0.0] - 2025-11-28
617

718
### Added
@@ -14,4 +25,5 @@ All notable changes to this project will be documented in this file.
1425
- Cross-platform (Browser, Node.js 18+, Deno, Bun)
1526
- 93% test coverage
1627

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

0 commit comments

Comments
 (0)