@portaki/module-sections 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portaki/module-sections",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Portaki module — editorial sections (TipTap)",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",
@@ -9,7 +9,7 @@
9
9
  "fr": "Blocs de contenu riches (TipTap) pour le carnet d’accueil invité.",
10
10
  "en": "Rich content blocks (TipTap) for the guest welcome book."
11
11
  },
12
- "version": "1.4.0",
12
+ "version": "1.4.1",
13
13
  "releaseNotesUrl": "https://github.com/PortakiApp/portaki-modules/releases",
14
14
  "changelog": [
15
15
  {
@@ -122,6 +122,6 @@
122
122
  },
123
123
  "artifacts": {
124
124
  "wasmUrl": "oci://ghcr.io/portakiapp/portaki-module-sections",
125
- "guestEsmUrl": "https://esm.sh/@portaki/module-sections@1.4.0"
125
+ "guestEsmUrl": "https://esm.sh/@portaki/module-sections@1.4.1"
126
126
  }
127
127
  }
@@ -9,7 +9,7 @@
9
9
  "fr": "Blocs de contenu riches (TipTap) pour le carnet d’accueil invité.",
10
10
  "en": "Rich content blocks (TipTap) for the guest welcome book."
11
11
  },
12
- "version": "1.4.0",
12
+ "version": "1.4.1",
13
13
  "releaseNotesUrl": "https://github.com/PortakiApp/portaki-modules/releases",
14
14
  "changelog": [
15
15
  {
@@ -122,6 +122,6 @@
122
122
  },
123
123
  "artifacts": {
124
124
  "wasmUrl": "oci://ghcr.io/portakiapp/portaki-module-sections",
125
- "guestEsmUrl": "https://esm.sh/@portaki/module-sections@1.4.0"
125
+ "guestEsmUrl": "https://esm.sh/@portaki/module-sections@1.4.1"
126
126
  }
127
127
  }
@@ -144,7 +144,7 @@ export function defineSectionsModule(render: (ctx: ModuleContext) => ReactNode):
144
144
  en: 'Welcome book editorial content.',
145
145
  },
146
146
  icon: 'file-text',
147
- version: '1.2.7',
147
+ version: '1.3.2',
148
148
  schemaVersion: '1.0.2',
149
149
  schema: sectionsSchema,
150
150
  navSlot: 'section',