valaxy 0.15.14 → 0.16.1
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/App.vue +2 -2
- package/client/composables/dark.ts +1 -1
- package/client/composables/features/copy-code.ts +1 -1
- package/client/main.ts +8 -1
- package/client/modules/valaxy.ts +5 -8
- package/client/scaffolds/post.md +0 -1
- package/client/setup/main.ts +10 -2
- package/dist/chunk-VAGXCK43.cjs +134 -0
- package/dist/{chunk-G2HMAIG3.mjs → chunk-W4ERA5UC.mjs} +43 -43
- package/dist/{config-a1820a44.d.ts → config-tjZfKSoC.d.cts} +1 -1
- package/dist/config-tjZfKSoC.d.ts +597 -0
- package/dist/node/cli/index.cjs +1 -1
- package/dist/node/cli/index.mjs +1 -1
- package/dist/node/index.cjs +1 -1
- package/dist/node/index.d.cts +5 -2
- package/dist/node/index.d.ts +5 -2
- package/dist/node/index.mjs +1 -1
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.d.cts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/dist/types/index.mjs +1 -1
- package/package.json +43 -40
- package/dist/chunk-Q624MH4A.cjs +0 -134
- /package/dist/{chunk-YDNPXS5U.cjs → chunk-R6EC3UMQ.cjs} +0 -0
- /package/dist/{chunk-GY4S4RDR.mjs → chunk-YTQABADX.mjs} +0 -0
package/dist/types/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as Post } from '../config-
|
|
2
|
-
export { A as Album, D as DefaultTheme, E as ExcerptType, F as FuseListItem, h as Page, f as PageFrontMatter, P as PartialDeep, e as Photo, g as PostFrontMatter, R as RuntimeConfig, S as SiteConfig, c as SocialLink, U as UserSiteConfig, d as UserValaxyConfig, a as ValaxyAddon, V as ValaxyConfig } from '../config-
|
|
1
|
+
import { b as Post } from '../config-tjZfKSoC.cjs';
|
|
2
|
+
export { A as Album, D as DefaultTheme, E as ExcerptType, F as FuseListItem, h as Page, f as PageFrontMatter, P as PartialDeep, e as Photo, g as PostFrontMatter, R as RuntimeConfig, S as SiteConfig, c as SocialLink, U as UserSiteConfig, d as UserValaxyConfig, a as ValaxyAddon, V as ValaxyConfig } from '../config-tjZfKSoC.cjs';
|
|
3
3
|
import 'medium-zoom';
|
|
4
4
|
import '@vueuse/integrations/useFuse';
|
|
5
5
|
import 'vanilla-lazyload';
|
|
@@ -50,4 +50,4 @@ interface PageDataPayload {
|
|
|
50
50
|
}
|
|
51
51
|
type HeadConfig = [string, Record<string, string>] | [string, Record<string, string>, string];
|
|
52
52
|
|
|
53
|
-
export { CleanUrlsMode, HeadConfig, Header, PageData, PageDataPayload, Post };
|
|
53
|
+
export { type CleanUrlsMode, type HeadConfig, type Header, type PageData, type PageDataPayload, Post };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as Post } from '../config-
|
|
2
|
-
export { A as Album, D as DefaultTheme, E as ExcerptType, F as FuseListItem, h as Page, f as PageFrontMatter, P as PartialDeep, e as Photo, g as PostFrontMatter, R as RuntimeConfig, S as SiteConfig, c as SocialLink, U as UserSiteConfig, d as UserValaxyConfig, a as ValaxyAddon, V as ValaxyConfig } from '../config-
|
|
1
|
+
import { b as Post } from '../config-tjZfKSoC.js';
|
|
2
|
+
export { A as Album, D as DefaultTheme, E as ExcerptType, F as FuseListItem, h as Page, f as PageFrontMatter, P as PartialDeep, e as Photo, g as PostFrontMatter, R as RuntimeConfig, S as SiteConfig, c as SocialLink, U as UserSiteConfig, d as UserValaxyConfig, a as ValaxyAddon, V as ValaxyConfig } from '../config-tjZfKSoC.js';
|
|
3
3
|
import 'medium-zoom';
|
|
4
4
|
import '@vueuse/integrations/useFuse';
|
|
5
5
|
import 'vanilla-lazyload';
|
|
@@ -50,4 +50,4 @@ interface PageDataPayload {
|
|
|
50
50
|
}
|
|
51
51
|
type HeadConfig = [string, Record<string, string>] | [string, Record<string, string>, string];
|
|
52
52
|
|
|
53
|
-
export { CleanUrlsMode, HeadConfig, Header, PageData, PageDataPayload, Post };
|
|
53
|
+
export { type CleanUrlsMode, type HeadConfig, type Header, type PageData, type PageDataPayload, Post };
|
package/dist/types/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import {createRequire as __createRequire} from 'module';var require=__createRequire(import.meta.url);
|
|
2
|
-
import{e}from"../chunk-
|
|
2
|
+
import{e}from"../chunk-YTQABADX.mjs";e();e();e();e();e();e();e();
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "valaxy",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.16.1",
|
|
5
5
|
"description": "📄 Vite & Vue powered static blog generator.",
|
|
6
6
|
"author": {
|
|
7
7
|
"email": "me@yunyoujun.cn",
|
|
@@ -10,7 +10,10 @@
|
|
|
10
10
|
},
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"homepage": "https://valaxy.site",
|
|
13
|
-
"repository":
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "https://github.com/YunYouJun/valaxy"
|
|
16
|
+
},
|
|
14
17
|
"keywords": [
|
|
15
18
|
"vite",
|
|
16
19
|
"vue",
|
|
@@ -52,18 +55,19 @@
|
|
|
52
55
|
"node": "^14.18.0 || >=16.0.0"
|
|
53
56
|
},
|
|
54
57
|
"dependencies": {
|
|
55
|
-
"@antfu/utils": "^0.7.
|
|
58
|
+
"@antfu/utils": "^0.7.7",
|
|
56
59
|
"@ctrl/tinycolor": "^4.0.2",
|
|
57
|
-
"@iconify-json/carbon": "^1.1.
|
|
58
|
-
"@iconify-json/ri": "^1.1.
|
|
59
|
-
"@intlify/unplugin-vue-i18n": "^
|
|
60
|
+
"@iconify-json/carbon": "^1.1.27",
|
|
61
|
+
"@iconify-json/ri": "^1.1.18",
|
|
62
|
+
"@intlify/unplugin-vue-i18n": "^2.0.0",
|
|
60
63
|
"@types/body-scroll-lock": "^3.1.2",
|
|
61
|
-
"@
|
|
62
|
-
"@unhead/
|
|
63
|
-
"@unhead/
|
|
64
|
-
"@
|
|
65
|
-
"@
|
|
66
|
-
"@vueuse/
|
|
64
|
+
"@types/katex": "^0.16.7",
|
|
65
|
+
"@unhead/addons": "^1.8.9",
|
|
66
|
+
"@unhead/schema-org": "^1.8.9",
|
|
67
|
+
"@unhead/vue": "^1.8.9",
|
|
68
|
+
"@vitejs/plugin-vue": "^4.5.2",
|
|
69
|
+
"@vueuse/core": "^10.7.0",
|
|
70
|
+
"@vueuse/integrations": "^10.7.0",
|
|
67
71
|
"body-scroll-lock": "4.0.0-beta.0",
|
|
68
72
|
"consola": "^3.2.3",
|
|
69
73
|
"critters": "^0.0.20",
|
|
@@ -74,8 +78,8 @@
|
|
|
74
78
|
"ejs": "^3.1.9",
|
|
75
79
|
"escape-html": "^1.0.3",
|
|
76
80
|
"feed": "^4.2.2",
|
|
77
|
-
"fs-extra": "^11.
|
|
78
|
-
"fuse.js": "^
|
|
81
|
+
"fs-extra": "^11.2.0",
|
|
82
|
+
"fuse.js": "^7.0.0",
|
|
79
83
|
"gray-matter": "^4.0.3",
|
|
80
84
|
"hookable": "^5.5.3",
|
|
81
85
|
"html-to-text": "^9.0.5",
|
|
@@ -83,55 +87,54 @@
|
|
|
83
87
|
"jiti": "^1.21.0",
|
|
84
88
|
"katex": "^0.16.9",
|
|
85
89
|
"kolorist": "^1.8.0",
|
|
86
|
-
"lru-cache": "^10.0
|
|
87
|
-
"markdown-it": "^
|
|
90
|
+
"lru-cache": "^10.1.0",
|
|
91
|
+
"markdown-it": "^14.0.0",
|
|
88
92
|
"markdown-it-anchor": "^8.6.7",
|
|
89
93
|
"markdown-it-attrs": "^4.1.6",
|
|
90
|
-
"markdown-it-container": "^
|
|
91
|
-
"markdown-it-emoji": "^
|
|
94
|
+
"markdown-it-container": "^4.0.0",
|
|
95
|
+
"markdown-it-emoji": "^3.0.0",
|
|
92
96
|
"markdown-it-table-of-contents": "^0.6.0",
|
|
93
97
|
"markdown-it-task-lists": "^2.1.1",
|
|
94
|
-
"medium-zoom": "^1.0
|
|
98
|
+
"medium-zoom": "^1.1.0",
|
|
95
99
|
"nprogress": "^0.2.0",
|
|
96
|
-
"open": "
|
|
100
|
+
"open": "10.0.1",
|
|
97
101
|
"ora": "^7.0.1",
|
|
98
102
|
"pascalcase": "^2.0.0",
|
|
99
103
|
"pinia": "^2.1.7",
|
|
100
104
|
"qrcode": "^1.5.3",
|
|
101
105
|
"sass": "^1.69.5",
|
|
102
|
-
"shiki": "^0.14.
|
|
106
|
+
"shiki": "^0.14.7",
|
|
103
107
|
"star-markdown-css": "^0.4.2",
|
|
104
108
|
"unconfig": "^0.3.11",
|
|
105
|
-
"unocss": "^0.
|
|
106
|
-
"unplugin-vue-components": "^0.
|
|
109
|
+
"unocss": "^0.58.0",
|
|
110
|
+
"unplugin-vue-components": "^0.26.0",
|
|
107
111
|
"vanilla-lazyload": "^17.8.5",
|
|
108
|
-
"vite": "^
|
|
109
|
-
"vite-plugin-pages": "^0.
|
|
110
|
-
"vite-plugin-vue-layouts": "^0.
|
|
112
|
+
"vite": "^5.0.10",
|
|
113
|
+
"vite-plugin-pages": "^0.32.0",
|
|
114
|
+
"vite-plugin-vue-layouts": "^0.10.0",
|
|
111
115
|
"vite-ssg": "0.23.5",
|
|
112
|
-
"vite-ssg-sitemap": "0.6.
|
|
113
|
-
"vue": "^3.3.
|
|
114
|
-
"vue-i18n": "^9.
|
|
116
|
+
"vite-ssg-sitemap": "0.6.1",
|
|
117
|
+
"vue": "^3.3.13",
|
|
118
|
+
"vue-i18n": "^9.8.0",
|
|
115
119
|
"vue-router": "^4.2.5",
|
|
116
120
|
"yargs": "^17.7.2"
|
|
117
121
|
},
|
|
118
122
|
"devDependencies": {
|
|
119
|
-
"@mdit-vue/plugin-component": "^
|
|
120
|
-
"@mdit-vue/plugin-frontmatter": "^
|
|
121
|
-
"@mdit-vue/plugin-headers": "^
|
|
122
|
-
"@mdit-vue/plugin-sfc": "^
|
|
123
|
-
"@mdit-vue/plugin-title": "^
|
|
124
|
-
"@mdit-vue/plugin-toc": "^
|
|
125
|
-
"@mdit-vue/shared": "^
|
|
126
|
-
"@types/cross-spawn": "^6.0.
|
|
123
|
+
"@mdit-vue/plugin-component": "^2.0.0",
|
|
124
|
+
"@mdit-vue/plugin-frontmatter": "^2.0.0",
|
|
125
|
+
"@mdit-vue/plugin-headers": "^2.0.0",
|
|
126
|
+
"@mdit-vue/plugin-sfc": "^2.0.0",
|
|
127
|
+
"@mdit-vue/plugin-title": "^2.0.0",
|
|
128
|
+
"@mdit-vue/plugin-toc": "^2.0.0",
|
|
129
|
+
"@mdit-vue/shared": "^2.0.0",
|
|
130
|
+
"@types/cross-spawn": "^6.0.6",
|
|
127
131
|
"@types/ejs": "^3.1.5",
|
|
128
132
|
"@types/html-to-text": "^9.0.4",
|
|
129
|
-
"@types/
|
|
130
|
-
"@types/markdown-it": "^13.0.6",
|
|
133
|
+
"@types/markdown-it": "^13.0.7",
|
|
131
134
|
"@types/nprogress": "^0.2.3",
|
|
132
135
|
"@types/pascalcase": "^1.0.3",
|
|
133
136
|
"@types/qrcode": "^1.5.5",
|
|
134
|
-
"@types/yargs": "^17.0.
|
|
137
|
+
"@types/yargs": "^17.0.32",
|
|
135
138
|
"debug": "^4.3.4",
|
|
136
139
|
"diacritics": "^1.3.0",
|
|
137
140
|
"https-localhost": "^4.7.1",
|