@portaki/module-sections 1.2.4 → 1.2.5

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,12 +1,12 @@
1
1
  {
2
2
  "name": "@portaki/module-sections",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Portaki module — editorial sections (TipTap)",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",
7
7
  "main": "./src/index.tsx",
8
8
  "dependencies": {
9
- "@portaki/sdk": "^2.0.4",
9
+ "@portaki/sdk": "^2.0.5",
10
10
  "@tiptap/core": "^3.0.0",
11
11
  "@tiptap/html": "^3.0.0",
12
12
  "@tiptap/starter-kit": "^3.0.0",
@@ -14,8 +14,8 @@
14
14
  "react-dom": "^19.1.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@portaki/cli": "^0.1.2",
18
- "@portaki/sdk-test-support": "^2.0.4",
17
+ "@portaki/cli": "^0.1.4",
18
+ "@portaki/sdk-test-support": "^2.0.5",
19
19
  "@testing-library/jest-dom": "^6.6.3",
20
20
  "@testing-library/react": "^16.3.0",
21
21
  "@types/react": "^19",
@@ -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.2.4",
12
+ "version": "1.2.5",
13
13
  "releaseNotesUrl": "https://github.com/PortakiApp/portaki-modules/releases",
14
14
  "changelog": [
15
15
  {
@@ -119,6 +119,6 @@
119
119
  },
120
120
  "artifacts": {
121
121
  "wasmUrl": "oci://ghcr.io/portakiapp/portaki-module-sections",
122
- "guestEsmUrl": "https://esm.sh/@portaki/module-sections@1.2.4"
122
+ "guestEsmUrl": "https://esm.sh/@portaki/module-sections@1.2.5"
123
123
  }
124
124
  }
@@ -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.2.4",
12
+ "version": "1.2.5",
13
13
  "releaseNotesUrl": "https://github.com/PortakiApp/portaki-modules/releases",
14
14
  "changelog": [
15
15
  {
@@ -119,6 +119,6 @@
119
119
  },
120
120
  "artifacts": {
121
121
  "wasmUrl": "oci://ghcr.io/portakiapp/portaki-module-sections",
122
- "guestEsmUrl": "https://esm.sh/@portaki/module-sections@1.2.4"
122
+ "guestEsmUrl": "https://esm.sh/@portaki/module-sections@1.2.5"
123
123
  }
124
124
  }
@@ -62,7 +62,7 @@ export function defineSectionsModule(render: (ctx: ModuleContext) => ReactNode):
62
62
  en: 'Welcome book editorial content.',
63
63
  },
64
64
  icon: 'file-text',
65
- version: '1.2.1',
65
+ version: '1.2.4',
66
66
  schemaVersion: '1.0.1',
67
67
  schema: sectionsSchema,
68
68
  navSlot: 'section',