@edifice.io/wiki 3.6.8 → 3.6.9

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.
@@ -42,5 +42,5 @@ export declare const loader: (queryClient: QueryClient) => ({ params }: LoaderFu
42
42
  shared?: string[];
43
43
  aiGenerated?: boolean;
44
44
  aiMetadata?: import('../../models').AIMetadata;
45
- }>;
45
+ } | null>;
46
46
  export declare const Index: () => import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edifice.io/wiki",
3
- "version": "3.6.8",
3
+ "version": "3.6.9",
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": "2.6.3",
21
- "@edifice.io/client": "2.6.3",
22
- "@edifice.io/react": "2.6.3",
20
+ "@edifice.io/bootstrap": "2.6.4",
21
+ "@edifice.io/client": "2.6.4",
22
+ "@edifice.io/react": "2.6.4",
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": "2.6.7",
30
+ "ode-explorer": "2.6.8",
31
31
  "react": "18.3.1",
32
32
  "react-dom": "18.3.1",
33
33
  "react-error-boundary": "4.0.13",