@movk/nuxt-docs 1.17.6 → 1.17.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/modules/module.ts +3 -1
- package/package.json +7 -7
package/modules/module.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { getPackageJsonMetadata, inferSiteURL } from '../utils/meta'
|
|
|
6
6
|
import { createComponentMetaExcludeFilters } from '../utils/component-meta'
|
|
7
7
|
import { startCase, kebabCase } from '@movk/core'
|
|
8
8
|
import { updateSiteConfig } from 'nuxt-site-config/kit'
|
|
9
|
+
import type { SiteConfigInput } from 'nuxt-site-config/kit'
|
|
9
10
|
|
|
10
11
|
export interface ModuleOptions {
|
|
11
12
|
/**
|
|
@@ -116,7 +117,8 @@ export default defineNuxtModule<ModuleOptions>({
|
|
|
116
117
|
name: kebabCase(meta.name || gitInfo?.name || ''),
|
|
117
118
|
debug: false
|
|
118
119
|
})
|
|
119
|
-
|
|
120
|
+
|
|
121
|
+
updateSiteConfig(site as SiteConfigInput)
|
|
120
122
|
|
|
121
123
|
const siteName = (typeof nuxt.options.site === 'object' && nuxt.options.site?.name) || meta.name || gitInfo?.name || ''
|
|
122
124
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@movk/nuxt-docs",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.17.
|
|
4
|
+
"version": "1.17.7",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Modern Nuxt 4 documentation theme with auto-generated component docs, AI chat assistant, MCP server, and complete developer experience optimization.",
|
|
7
7
|
"author": "YiXuan <mhaibaraai@gmail.com>",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"README.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@ai-sdk/gateway": "^3.0.
|
|
42
|
+
"@ai-sdk/gateway": "^3.0.95",
|
|
43
43
|
"@ai-sdk/mcp": "^1.0.35",
|
|
44
|
-
"@ai-sdk/vue": "^3.0.
|
|
44
|
+
"@ai-sdk/vue": "^3.0.156",
|
|
45
45
|
"@iconify-json/lucide": "^1.2.101",
|
|
46
46
|
"@iconify-json/simple-icons": "^1.2.77",
|
|
47
47
|
"@iconify-json/vscode-icons": "^1.2.45",
|
|
@@ -63,19 +63,19 @@
|
|
|
63
63
|
"@takumi-rs/wasm": "^0.73.1",
|
|
64
64
|
"@vueuse/core": "^14.2.1",
|
|
65
65
|
"@vueuse/nuxt": "^14.2.1",
|
|
66
|
-
"ai": "^6.0.
|
|
66
|
+
"ai": "^6.0.156",
|
|
67
67
|
"defu": "^6.1.7",
|
|
68
68
|
"exsolve": "^1.0.8",
|
|
69
69
|
"git-url-parse": "^16.1.0",
|
|
70
70
|
"motion-v": "^2.2.0",
|
|
71
71
|
"nuxt-component-meta": "^0.17.2",
|
|
72
72
|
"nuxt-llms": "^0.2.0",
|
|
73
|
-
"nuxt-og-image": "^6.3.
|
|
74
|
-
"nuxt-site-config": "^4.0.
|
|
73
|
+
"nuxt-og-image": "^6.3.6",
|
|
74
|
+
"nuxt-site-config": "^4.0.8",
|
|
75
75
|
"ohash": "^2.0.11",
|
|
76
76
|
"pathe": "^2.0.3",
|
|
77
77
|
"pkg-types": "^2.3.0",
|
|
78
|
-
"prettier": "^3.8.
|
|
78
|
+
"prettier": "^3.8.2",
|
|
79
79
|
"scule": "^1.3.0",
|
|
80
80
|
"shiki-stream": "^0.1.4",
|
|
81
81
|
"shiki-transformer-color-highlight": "^1.1.0",
|