chore: bump version to 1.3.8 and fix module import path

- Bump package version from 1.3.7 to 1.3.8
- Update modules.actions.js import to use package alias
  `@zen/core/core/modules` instead of relative path
This commit is contained in:
2026-04-12 19:05:00 -04:00
parent fd228a9e49
commit 33c65d9871
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@zen/core",
"version": "1.3.7",
"version": "1.3.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@zen/core",
"version": "1.3.7",
"version": "1.3.8",
"license": "GPL-3.0-only",
"dependencies": {
"@headlessui/react": "^2.0.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@zen/core",
"version": "1.3.7",
"version": "1.3.8",
"description": "Un CMS construit sur l'essentiel, rien de plus, rien de moins.",
"repository": {
"type": "git",
+1 -1
View File
@@ -9,7 +9,7 @@
* const { getInvoiceByToken } = getModuleActions('invoice');
*/
import { getModule, getEnabledModules } from '../core/modules/registry.js';
import { getModule, getEnabledModules } from '@zen/core/core/modules';
// Static actions for internal modules (add entries here for new internal modules)
export const MODULE_ACTIONS = {