valaxy 0.22.8 → 0.22.10
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/client/styles/index.ts +2 -0
- package/dist/{chunk-C4KRTLSS.js → chunk-5NDFDKOT.js} +23 -23
- package/dist/{config-C54Qk9Qu.d.ts → config-B2xuyo8_.d.ts} +1 -1
- package/dist/node/cli/index.js +1 -1
- package/dist/node/index.d.ts +1 -1
- package/dist/node/index.js +1 -1
- package/dist/types/index.d.ts +2 -2
- package/package.json +9 -9
- /package/client/styles/{index.scss → main.scss} +0 -0
|
@@ -738,4 +738,4 @@ type UserSiteConfig = PartialDeep<SiteConfig>;
|
|
|
738
738
|
*/
|
|
739
739
|
type UserValaxyConfig<ThemeConfig = DefaultTheme.Config> = PartialDeep<ValaxyConfig<ThemeConfig>>;
|
|
740
740
|
|
|
741
|
-
export { type Album as A, DefaultTheme as D, type ExcerptType as E, type FuseListItem as F, type
|
|
741
|
+
export { type Album as A, DefaultTheme as D, type ExcerptType as E, type FuseListItem as F, type PartialDeep as P, type RedirectRule as R, type SocialLink as S, type UserSiteConfig as U, type ValaxyAddon as V, type PostFrontMatter as a, type PageFrontMatter as b, type RedirectItem as c, type SiteConfig as d, type RuntimeConfig as e, type Pkg as f, type ValaxyConfig as g, type UserValaxyConfig as h, type Photo as i };
|
package/dist/node/cli/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import {createRequire as __createRequire} from 'module';var require=__createRequire(import.meta.url);
|
|
2
|
-
import{V as a,W as b,X as c,Y as d}from"../../chunk-
|
|
2
|
+
import{V as a,W as b,X as c,Y as d}from"../../chunk-5NDFDKOT.js";import"../../chunk-YBYGBP4O.js";import"../../chunk-R76WNJFY.js";export{c as cli,b as registerDevCommand,d as run,a as startValaxyDev};
|
package/dist/node/index.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ import { ThemeRegistration, BuiltinTheme, LanguageInput, ShikiTransformer, Highl
|
|
|
26
26
|
export { cli, registerDevCommand, run, startValaxyDev } from './cli/index.js';
|
|
27
27
|
import { Awaitable } from '@antfu/utils';
|
|
28
28
|
import * as defu from 'defu';
|
|
29
|
-
import {
|
|
29
|
+
import { P as PartialDeep$1 } from '../config-B2xuyo8_.js';
|
|
30
30
|
import 'yargs';
|
|
31
31
|
import '@vueuse/integrations/useFuse';
|
|
32
32
|
import 'medium-zoom';
|
package/dist/node/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import {createRequire as __createRequire} from 'module';var require=__createRequire(import.meta.url);
|
|
2
|
-
import{A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../chunk-
|
|
2
|
+
import{A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../chunk-5NDFDKOT.js";import"../chunk-YBYGBP4O.js";import"../chunk-R76WNJFY.js";export{d as ALL_ROUTE,a as EXCERPT_SEPARATOR,b as EXTERNAL_URL_RE,c as PATHNAME_PROTOCOL_RE,O as ViteValaxyPlugins,P as build,X as cli,U as createServer,N as createValaxyLoader,e as customElements,s as defaultSiteConfig,w as defaultValaxyConfig,f as defaultViteConfig,D as defineAddon,y as defineConfig,t as defineSiteConfig,I as defineTheme,J as defineUnoSetup,C as defineValaxyAddon,x as defineValaxyConfig,H as defineValaxyTheme,S as generateClientRedirects,g as getGitTimestamp,p as getIndexHtml,T as getServerInfoText,h as isExternal,k as isInstalledGlobally,i as isPath,q as loadConfig,r as loadConfigFromFile,A as mergeValaxyConfig,o as mergeViteConfigs,R as postProcessForSSG,K as processValaxyOptions,W as registerDevCommand,E as resolveAddonsConfig,n as resolveImportPath,l as resolveImportUrl,L as resolveOptions,v as resolveSiteConfig,u as resolveSiteConfigFromRoot,F as resolveThemeConfigFromRoot,M as resolveThemeValaxyConfig,G as resolveUserThemeConfig,B as resolveValaxyConfig,z as resolveValaxyConfigFromRoot,Y as run,Q as ssgBuild,V as startValaxyDev,m as toAtFS,j as transformObject};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { A as Album, D as DefaultTheme, E as ExcerptType, F as FuseListItem,
|
|
1
|
+
import { a as PostFrontMatter, b as PageFrontMatter } from '../config-B2xuyo8_.js';
|
|
2
|
+
export { A as Album, D as DefaultTheme, E as ExcerptType, F as FuseListItem, P as PartialDeep, i as Photo, f as Pkg, c as RedirectItem, R as RedirectRule, e as RuntimeConfig, d as SiteConfig, S as SocialLink, U as UserSiteConfig, h as UserValaxyConfig, V as ValaxyAddon, g as ValaxyConfig } from '../config-B2xuyo8_.js';
|
|
3
3
|
import { Header } from '@valaxyjs/utils';
|
|
4
4
|
import '@vueuse/integrations/useFuse';
|
|
5
5
|
import 'medium-zoom';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "valaxy",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.22.
|
|
4
|
+
"version": "0.22.10",
|
|
5
5
|
"description": "📄 Vite & Vue powered static blog generator.",
|
|
6
6
|
"author": {
|
|
7
7
|
"email": "me@yunyoujun.cn",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@antfu/install-pkg": "^1.0.0",
|
|
56
|
-
"@antfu/utils": "^9.
|
|
56
|
+
"@antfu/utils": "^9.1.0",
|
|
57
57
|
"@clack/prompts": "^0.10.0",
|
|
58
58
|
"@iconify-json/ri": "^1.2.5",
|
|
59
59
|
"@intlify/unplugin-vue-i18n": "^6.0.3",
|
|
@@ -108,25 +108,25 @@
|
|
|
108
108
|
"qrcode": "^1.5.4",
|
|
109
109
|
"resolve-global": "^2.0.0",
|
|
110
110
|
"sass": "^1.85.0",
|
|
111
|
-
"shiki": "^2
|
|
111
|
+
"shiki": "^2",
|
|
112
112
|
"star-markdown-css": "^0.5.3",
|
|
113
|
-
"unocss": "^
|
|
114
|
-
"unplugin-vue-components": "
|
|
115
|
-
"unplugin-vue-markdown": "^28.3.
|
|
113
|
+
"unocss": "^66.0.0",
|
|
114
|
+
"unplugin-vue-components": "28.0.0",
|
|
115
|
+
"unplugin-vue-markdown": "^28.3.1",
|
|
116
116
|
"unplugin-vue-router": "^0.11.2",
|
|
117
117
|
"vanilla-lazyload": "^19.1.3",
|
|
118
118
|
"vite": "^6.1.0",
|
|
119
119
|
"vite-dev-rpc": "^1.0.7",
|
|
120
120
|
"vite-plugin-vue-devtools": "^7.7.2",
|
|
121
121
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
122
|
-
"vite-ssg": "^25.
|
|
122
|
+
"vite-ssg": "^25.2.0",
|
|
123
123
|
"vite-ssg-sitemap": "^0.8.1",
|
|
124
124
|
"vue": "^3.5.13",
|
|
125
125
|
"vue-i18n": "^11.1.1",
|
|
126
126
|
"vue-router": "^4.5.0",
|
|
127
127
|
"yargs": "^17.7.2",
|
|
128
|
-
"@valaxyjs/
|
|
129
|
-
"@valaxyjs/
|
|
128
|
+
"@valaxyjs/utils": "0.22.10",
|
|
129
|
+
"@valaxyjs/devtools": "0.22.10"
|
|
130
130
|
},
|
|
131
131
|
"devDependencies": {
|
|
132
132
|
"@mdit-vue/plugin-component": "^2.1.3",
|
|
File without changes
|