docus 5.2.1 → 5.2.3

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.
@@ -0,0 +1,22 @@
1
+ {
2
+ "common": {
3
+ "or": "o",
4
+ "error": {
5
+ "title": "Página no encontrada",
6
+ "description": "Lo sentimos, no se pudo encontrar esta página."
7
+ }
8
+ },
9
+ "docs": {
10
+ "copy": {
11
+ "page": "Copiar página",
12
+ "link": "Copiar página en Markdown",
13
+ "view": "Ver como Markdown",
14
+ "gpt": "Abrir en ChatGPT",
15
+ "claude": "Abrir en Claude"
16
+ },
17
+ "links": "Comunidad",
18
+ "toc": "En esta página",
19
+ "report": "Reportar un problema",
20
+ "edit": "Editar esta página"
21
+ }
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "common": {
3
+ "or": "tai",
4
+ "error": {
5
+ "title": "Sivua ei löytynyt",
6
+ "description": "Pahoittelut, etsimääsi sivua ei löytynyt."
7
+ }
8
+ },
9
+ "docs": {
10
+ "copy": {
11
+ "page": "Kopioi sivu",
12
+ "link": "Kopioi Markdown-sivu",
13
+ "view": "Näytä Markdownina",
14
+ "gpt": "Avaa ChatGPT:ssä",
15
+ "claude": "Avaa Claudessa"
16
+ },
17
+ "links": "Yhteisö",
18
+ "toc": "Tällä sivulla",
19
+ "report": "Ilmoita ongelmasta",
20
+ "edit": "Muokkaa tätä sivua"
21
+ }
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "common": {
3
+ "or": "of",
4
+ "error": {
5
+ "title": "Pagina niet gevonden",
6
+ "description": "Sorry, maar deze pagina is niet gevonden."
7
+ }
8
+ },
9
+ "docs": {
10
+ "copy": {
11
+ "page": "Kopieer pagina",
12
+ "link": "Kopieer Markdown pagina",
13
+ "view": "Bekijk als Markdown",
14
+ "gpt": "Open in ChatGPT",
15
+ "claude": "Open in Claude"
16
+ },
17
+ "links": "Community",
18
+ "toc": "Op deze pagina",
19
+ "report": "Rapporteer een probleem",
20
+ "edit": "Bewerk deze pagina"
21
+ }
22
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "docus",
3
3
  "description": "Nuxt layer for Docus documentation theme",
4
- "version": "5.2.1",
4
+ "version": "5.2.3",
5
5
  "type": "module",
6
6
  "main": "./nuxt.config.ts",
7
7
  "repository": {
@@ -22,27 +22,27 @@
22
22
  "README.md"
23
23
  ],
24
24
  "dependencies": {
25
- "@iconify-json/lucide": "^1.2.69",
26
- "@iconify-json/simple-icons": "^1.2.54",
27
- "@iconify-json/vscode-icons": "^1.2.32",
28
- "@nuxt/content": "^3.7.1",
25
+ "@iconify-json/lucide": "^1.2.73",
26
+ "@iconify-json/simple-icons": "^1.2.59",
27
+ "@iconify-json/vscode-icons": "^1.2.35",
28
+ "@nuxt/content": "https://pkg.pr.new/@nuxt/content@dd854d5",
29
29
  "@nuxt/image": "^1.11.0",
30
- "@nuxt/kit": "^4.1.3",
31
- "@nuxt/ui": "^4.0.1",
32
- "@nuxtjs/i18n": "^10.1.1",
33
- "@nuxtjs/mdc": "^0.18.0",
34
- "@nuxtjs/robots": "^5.5.5",
30
+ "@nuxt/kit": "^4.2.1",
31
+ "@nuxt/ui": "^4.1.0",
32
+ "@nuxtjs/i18n": "^10.2.1",
33
+ "@nuxtjs/mdc": "^0.18.3",
34
+ "@nuxtjs/robots": "^5.5.6",
35
35
  "@vueuse/core": "^13.9.0",
36
36
  "defu": "^6.1.4",
37
- "exsolve": "^1.0.7",
37
+ "exsolve": "^1.0.8",
38
38
  "git-url-parse": "^16.1.0",
39
39
  "minimark": "^0.2.0",
40
- "motion-v": "^1.7.2",
40
+ "motion-v": "^1.7.4",
41
41
  "nuxt-llms": "^0.1.3",
42
- "nuxt-og-image": "^5.1.11",
42
+ "nuxt-og-image": "^5.1.12",
43
43
  "pkg-types": "^2.3.0",
44
44
  "scule": "^1.3.0",
45
- "tailwindcss": "^4.1.14",
45
+ "tailwindcss": "^4.1.17",
46
46
  "ufo": "^1.6.1"
47
47
  },
48
48
  "peerDependencies": {