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:
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@zen/core",
|
||||
"version": "1.3.11",
|
||||
"version": "1.3.12",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@zen/core",
|
||||
"version": "1.3.11",
|
||||
"version": "1.3.12",
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@headlessui/react": "^2.0.0",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@zen/core",
|
||||
"version": "1.3.11",
|
||||
"version": "1.3.12",
|
||||
"description": "Un CMS construit sur l'essentiel, rien de plus, rien de moins.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user