chore: bump version to 1.3.12 and expose logger module

- Bump package version from 1.3.11 to 1.3.12
- Add `src/shared/lib/logger.js` to tsup build entry points to expose the logger module as a public export
This commit is contained in:
2026-04-12 22:00:29 -04:00
parent 1cd4f322e8
commit 57dcd2c4d1
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -34,6 +34,7 @@ export default defineConfig([
'src/modules/*/crud.js',
'src/modules/*/config.js',
'src/shared/lib/metadata/index.js',
'src/shared/lib/logger.js',
],
format: ['esm'],
dts: false,