@jahia/create-module 1.0.0 → 1.0.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": "@jahia/create-module",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "keywords": [
5
5
  "template"
6
6
  ],
@@ -34,5 +34,6 @@
34
34
  },
35
35
  "engines": {
36
36
  "node": ">=22.0.0"
37
- }
37
+ },
38
+ "preferUnplugged": true
38
39
  }
@@ -37,7 +37,7 @@
37
37
  "i18next": "^25.0.2",
38
38
  "prettier": "^3.5.3",
39
39
  "react": "^19.1.0",
40
- "react-i18next": "^15.5.1",
40
+ "react-i18next": "^16.1.0",
41
41
  "typescript": "^5.8.3",
42
42
  "typescript-eslint": "^8.31.1",
43
43
  "typescript-plugin-css-modules": "^5.1.0",
@@ -48,6 +48,7 @@
48
48
  "node": ">=22.0.0"
49
49
  },
50
50
  "jahia": {
51
+ "name": "$MODULE",
51
52
  "snapshot": true,
52
53
  "module-dependencies": "default",
53
54
  "module-type": "templatesSet",
@@ -44,12 +44,12 @@
44
44
  <j:translation_en
45
45
  jcr:language="en"
46
46
  jcr:primaryType="jnt:translation"
47
- title="Read the documentation"
47
+ jcr:title="Read the documentation"
48
48
  />
49
49
  <j:translation_fr
50
50
  jcr:language="fr"
51
51
  jcr:primaryType="jnt:translation"
52
- title="Lire la documentation"
52
+ jcr:title="Lire la documentation"
53
53
  />
54
54
  </read-the-documentation>
55
55
  <code-a-new-component
@@ -59,12 +59,12 @@
59
59
  <j:translation_en
60
60
  jcr:language="en"
61
61
  jcr:primaryType="jnt:translation"
62
- title="Code a new component"
62
+ jcr:title="Code a new component"
63
63
  />
64
64
  <j:translation_fr
65
65
  jcr:language="fr"
66
66
  jcr:primaryType="jnt:translation"
67
- title="Coder un nouveau composant"
67
+ jcr:title="Coder un nouveau composant"
68
68
  />
69
69
  </code-a-new-component>
70
70
  <explore-the-interface
@@ -74,12 +74,12 @@
74
74
  <j:translation_en
75
75
  jcr:language="en"
76
76
  jcr:primaryType="jnt:translation"
77
- title="Explore the interface"
77
+ jcr:title="Explore the interface"
78
78
  />
79
79
  <j:translation_fr
80
80
  jcr:language="fr"
81
81
  jcr:primaryType="jnt:translation"
82
- title="Explorer l'interface"
82
+ jcr:title="Explorer l'interface"
83
83
  />
84
84
  </explore-the-interface>
85
85
  <create-content
@@ -89,12 +89,12 @@
89
89
  <j:translation_en
90
90
  jcr:language="en"
91
91
  jcr:primaryType="jnt:translation"
92
- title="Create content"
92
+ jcr:title="Create content"
93
93
  />
94
94
  <j:translation_fr
95
95
  jcr:language="fr"
96
96
  jcr:primaryType="jnt:translation"
97
- title="Créer du contenu"
97
+ jcr:title="Créer du contenu"
98
98
  />
99
99
  </create-content>
100
100
  </hello-world>
@@ -42,6 +42,7 @@
42
42
  "node": ">=22.0.0"
43
43
  },
44
44
  "jahia": {
45
+ "name": "$MODULE",
45
46
  "snapshot": true,
46
47
  "module-dependencies": "default",
47
48
  "module-type": "module",
@@ -45,6 +45,7 @@
45
45
  "node": ">=22.0.0"
46
46
  },
47
47
  "jahia": {
48
+ "name": "$MODULE",
48
49
  "snapshot": true,
49
50
  "module-dependencies": "default",
50
51
  "module-type": "templatesSet",