@edifice.io/wiki 3.6.6-develop-pedago.20260810104304 → 3.6.7
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/lib/index2.js +2 -2
- package/package.json +5 -5
package/lib/index2.js
CHANGED
|
@@ -3508,7 +3508,7 @@ const Lo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3508
3508
|
] });
|
|
3509
3509
|
}, p0 = () => {
|
|
3510
3510
|
const e = u2();
|
|
3511
|
-
return !e.contrib && !e.creator && !e.manager;
|
|
3511
|
+
return e.read && !e.contrib && !e.creator && !e.manager;
|
|
3512
3512
|
}, Wi = () => {
|
|
3513
3513
|
const e = Ki(ki);
|
|
3514
3514
|
if (!e)
|
|
@@ -11889,7 +11889,7 @@ const K1 = "import-pdf", Jr = (e) => ({
|
|
|
11889
11889
|
}, {
|
|
11890
11890
|
value: "Espagnol",
|
|
11891
11891
|
image: je,
|
|
11892
|
-
sequences: ["Identités et échanges", "Espace privé et espace public", "Art et pouvoir", "Citoyenneté et mondes virtuels", "Fictions et réalités", "Innovations scientifiques et responsabilité", "Diversité et inclusion", "Territoire et mémoire"
|
|
11892
|
+
sequences: ["Identités et échanges", "Espace privé et espace public", "Art et pouvoir", "Citoyenneté et mondes virtuels", "Fictions et réalités", "Innovations scientifiques et responsabilité", "Diversité et inclusion", "Territoire et mémoire"]
|
|
11893
11893
|
}, {
|
|
11894
11894
|
value: "Italien",
|
|
11895
11895
|
image: De,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/wiki",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.7",
|
|
4
4
|
"description": "Wiki application",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"author": "Edifice",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
]
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@edifice.io/bootstrap": "
|
|
21
|
-
"@edifice.io/client": "
|
|
22
|
-
"@edifice.io/react": "
|
|
20
|
+
"@edifice.io/bootstrap": "2.6.3",
|
|
21
|
+
"@edifice.io/client": "2.6.3",
|
|
22
|
+
"@edifice.io/react": "2.6.3",
|
|
23
23
|
"@react-spring/web": "9.7.5",
|
|
24
24
|
"@tanstack/react-query": "5.62.7",
|
|
25
25
|
"@uidotdev/usehooks": "2.4.1",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"i18next": "23.8.1",
|
|
28
28
|
"i18next-http-backend": "2.4.2",
|
|
29
29
|
"lottie-react": "2.4.1",
|
|
30
|
-
"ode-explorer": "
|
|
30
|
+
"ode-explorer": "2.6.7",
|
|
31
31
|
"react": "18.3.1",
|
|
32
32
|
"react-dom": "18.3.1",
|
|
33
33
|
"react-error-boundary": "4.0.13",
|