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:
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@zen/core",
|
"name": "@zen/core",
|
||||||
"version": "1.3.7",
|
"version": "1.3.8",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@zen/core",
|
"name": "@zen/core",
|
||||||
"version": "1.3.7",
|
"version": "1.3.8",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@headlessui/react": "^2.0.0",
|
"@headlessui/react": "^2.0.0",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@zen/core",
|
"name": "@zen/core",
|
||||||
"version": "1.3.7",
|
"version": "1.3.8",
|
||||||
"description": "Un CMS construit sur l'essentiel, rien de plus, rien de moins.",
|
"description": "Un CMS construit sur l'essentiel, rien de plus, rien de moins.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
* const { getInvoiceByToken } = getModuleActions('invoice');
|
* 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)
|
// Static actions for internal modules (add entries here for new internal modules)
|
||||||
export const MODULE_ACTIONS = {
|
export const MODULE_ACTIONS = {
|
||||||
|
|||||||
Reference in New Issue
Block a user