valaxy 0.26.1 → 0.26.2
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/dist/node/cli/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'node:process';
|
|
2
2
|
import 'yargs';
|
|
3
3
|
import 'yargs/helpers';
|
|
4
|
-
export { c as cli, d as registerDevCommand, r as run, a as startValaxyDev } from '../../shared/valaxy.
|
|
4
|
+
export { c as cli, d as registerDevCommand, r as run, a as startValaxyDev } from '../../shared/valaxy.hxuiyMv0.mjs';
|
|
5
5
|
import 'node:path';
|
|
6
6
|
import 'consola';
|
|
7
7
|
import 'consola/utils';
|
package/dist/node/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ALL_ROUTE, E as EXCERPT_SEPARATOR, G as GLOBAL_STATE, P as PATHNAME_PROTOCOL_RE, V as ViteValaxyPlugins, b as build, c as cli, N as createServer, L as createValaxyPlugin, D as customElements, j as defaultSiteConfig, w as defaultValaxyConfig, F as defaultViteConfig, h as defineAddon, y as defineConfig, k as defineSiteConfig, u as defineTheme, f as defineValaxyAddon, x as defineValaxyConfig, t as defineValaxyTheme, g as generateClientRedirects, O as getGitTimestamp, e as getIndexHtml, M as getServerInfoText, Q as isExternal, T as isInstalledGlobally, R as isPath, v as loadConfigFromFile, A as mergeValaxyConfig, m as mergeViteConfigs, p as postProcessForSSG, I as processValaxyOptions, d as registerDevCommand, i as resolveAddonsConfig, X as resolveImportPath, U as resolveImportUrl, J as resolveOptions, n as resolveSiteConfig, l as resolveSiteConfigFromRoot, o as resolveThemeConfigFromRoot, K as resolveThemeValaxyConfig, q as resolveUserThemeConfig, B as resolveValaxyConfig, z as resolveValaxyConfigFromRoot, r as run, s as ssgBuild, a as startValaxyDev, W as toAtFS, S as transformObject, H as version } from '../shared/valaxy.
|
|
1
|
+
export { C as ALL_ROUTE, E as EXCERPT_SEPARATOR, G as GLOBAL_STATE, P as PATHNAME_PROTOCOL_RE, V as ViteValaxyPlugins, b as build, c as cli, N as createServer, L as createValaxyPlugin, D as customElements, j as defaultSiteConfig, w as defaultValaxyConfig, F as defaultViteConfig, h as defineAddon, y as defineConfig, k as defineSiteConfig, u as defineTheme, f as defineValaxyAddon, x as defineValaxyConfig, t as defineValaxyTheme, g as generateClientRedirects, O as getGitTimestamp, e as getIndexHtml, M as getServerInfoText, Q as isExternal, T as isInstalledGlobally, R as isPath, v as loadConfigFromFile, A as mergeValaxyConfig, m as mergeViteConfigs, p as postProcessForSSG, I as processValaxyOptions, d as registerDevCommand, i as resolveAddonsConfig, X as resolveImportPath, U as resolveImportUrl, J as resolveOptions, n as resolveSiteConfig, l as resolveSiteConfigFromRoot, o as resolveThemeConfigFromRoot, K as resolveThemeValaxyConfig, q as resolveUserThemeConfig, B as resolveValaxyConfig, z as resolveValaxyConfigFromRoot, r as run, s as ssgBuild, a as startValaxyDev, W as toAtFS, S as transformObject, H as version } from '../shared/valaxy.hxuiyMv0.mjs';
|
|
2
2
|
import 'node:path';
|
|
3
3
|
import 'fs-extra';
|
|
4
4
|
import 'consola/utils';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "valaxy",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.26.
|
|
4
|
+
"version": "0.26.2",
|
|
5
5
|
"description": "📄 Vite & Vue powered static blog generator.",
|
|
6
6
|
"author": {
|
|
7
7
|
"email": "me@yunyoujun.cn",
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
"@clack/prompts": "^0.11.0",
|
|
60
60
|
"@iconify-json/ri": "^1.2.5",
|
|
61
61
|
"@intlify/unplugin-vue-i18n": "^6.0.8",
|
|
62
|
-
"@shikijs/transformers": "^3.9.
|
|
62
|
+
"@shikijs/transformers": "^3.9.2",
|
|
63
63
|
"@types/katex": "^0.16.7",
|
|
64
|
-
"@unhead/addons": "^2.0.
|
|
65
|
-
"@unhead/schema-org": "^2.0.
|
|
66
|
-
"@unhead/vue": "^2.0.
|
|
64
|
+
"@unhead/addons": "^2.0.14",
|
|
65
|
+
"@unhead/schema-org": "^2.0.14",
|
|
66
|
+
"@unhead/vue": "^2.0.14",
|
|
67
67
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
68
68
|
"@vue/devtools-api": "7.7.2",
|
|
69
69
|
"@vueuse/core": "^13.6.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"fast-glob": "^3.3.3",
|
|
82
82
|
"feed": "^5.1.0",
|
|
83
83
|
"floating-vue": "^5.2.2",
|
|
84
|
-
"fs-extra": "^11.3.
|
|
84
|
+
"fs-extra": "^11.3.1",
|
|
85
85
|
"fuse.js": "^7.1.0",
|
|
86
86
|
"gray-matter": "^4.0.3",
|
|
87
87
|
"hookable": "^5.5.3",
|
|
@@ -112,29 +112,29 @@
|
|
|
112
112
|
"pinia": "^3.0.3",
|
|
113
113
|
"qrcode": "^1.5.4",
|
|
114
114
|
"resolve-global": "^2.0.0",
|
|
115
|
-
"sass": "^1.
|
|
116
|
-
"shiki": "^3.9.
|
|
115
|
+
"sass": "^1.90.0",
|
|
116
|
+
"shiki": "^3.9.2",
|
|
117
117
|
"star-markdown-css": "^0.5.3",
|
|
118
118
|
"table": "^6.9.0",
|
|
119
|
-
"unhead": "^2.0.
|
|
120
|
-
"unocss": "^66.4.
|
|
119
|
+
"unhead": "^2.0.14",
|
|
120
|
+
"unocss": "^66.4.2",
|
|
121
121
|
"unplugin-vue-components": "28.0.0",
|
|
122
122
|
"unplugin-vue-markdown": "^29.1.0",
|
|
123
|
-
"unplugin-vue-router": "^0.
|
|
123
|
+
"unplugin-vue-router": "^0.15.0",
|
|
124
124
|
"vanilla-lazyload": "^19.1.3",
|
|
125
|
-
"vite": "^7.
|
|
125
|
+
"vite": "^7.1.1",
|
|
126
126
|
"vite-dev-rpc": "^1.1.0",
|
|
127
127
|
"vite-plugin-vue-devtools": "^8.0.0",
|
|
128
128
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
129
129
|
"vite-ssg": "^28.0.0",
|
|
130
130
|
"vite-ssg-sitemap": "^0.10.0",
|
|
131
|
-
"vitepress-plugin-group-icons": "^1.6.
|
|
131
|
+
"vitepress-plugin-group-icons": "^1.6.2",
|
|
132
132
|
"vue": "^3.5.18",
|
|
133
133
|
"vue-i18n": "^11.1.11",
|
|
134
134
|
"vue-router": "^4.5.1",
|
|
135
135
|
"yargs": "^18.0.0",
|
|
136
|
-
"@valaxyjs/
|
|
137
|
-
"@valaxyjs/
|
|
136
|
+
"@valaxyjs/utils": "0.26.2",
|
|
137
|
+
"@valaxyjs/devtools": "0.26.2"
|
|
138
138
|
},
|
|
139
139
|
"devDependencies": {
|
|
140
140
|
"@mdit-vue/plugin-component": "^2.1.4",
|