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.
@@ -1,5 +1,5 @@
1
- import { b as Post } from '../config-a1820a44.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-a1820a44.js';
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 };
@@ -1,5 +1,5 @@
1
- import { b as Post } from '../config-a1820a44.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-a1820a44.js';
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 };
@@ -1,2 +1,2 @@
1
1
  import {createRequire as __createRequire} from 'module';var require=__createRequire(import.meta.url);
2
- import{e}from"../chunk-GY4S4RDR.mjs";e();e();e();e();e();e();e();
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.15.14",
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": "https://github.com/YunYouJun/valaxy",
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.6",
58
+ "@antfu/utils": "^0.7.7",
56
59
  "@ctrl/tinycolor": "^4.0.2",
57
- "@iconify-json/carbon": "^1.1.21",
58
- "@iconify-json/ri": "^1.1.12",
59
- "@intlify/unplugin-vue-i18n": "^1.5.0",
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
- "@unhead/addons": "^1.8.3",
62
- "@unhead/schema-org": "^1.8.3",
63
- "@unhead/vue": "^1.8.3",
64
- "@vitejs/plugin-vue": "^4.4.1",
65
- "@vueuse/core": "^10.6.0",
66
- "@vueuse/integrations": "^10.6.0",
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.1.1",
78
- "fuse.js": "^6.6.2",
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.2",
87
- "markdown-it": "^13.0.2",
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": "^3.0.0",
91
- "markdown-it-emoji": "^2.0.2",
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.8",
98
+ "medium-zoom": "^1.1.0",
95
99
  "nprogress": "^0.2.0",
96
- "open": "9.1.0",
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.5",
106
+ "shiki": "^0.14.7",
103
107
  "star-markdown-css": "^0.4.2",
104
108
  "unconfig": "^0.3.11",
105
- "unocss": "^0.57.3",
106
- "unplugin-vue-components": "^0.25.2",
109
+ "unocss": "^0.58.0",
110
+ "unplugin-vue-components": "^0.26.0",
107
111
  "vanilla-lazyload": "^17.8.5",
108
- "vite": "^4.5.0",
109
- "vite-plugin-pages": "^0.31.0",
110
- "vite-plugin-vue-layouts": "^0.8.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.0",
113
- "vue": "^3.3.8",
114
- "vue-i18n": "^9.6.5",
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": "^1.0.0",
120
- "@mdit-vue/plugin-frontmatter": "^1.0.0",
121
- "@mdit-vue/plugin-headers": "^1.0.0",
122
- "@mdit-vue/plugin-sfc": "^1.0.0",
123
- "@mdit-vue/plugin-title": "^1.0.0",
124
- "@mdit-vue/plugin-toc": "^1.0.0",
125
- "@mdit-vue/shared": "^1.0.0",
126
- "@types/cross-spawn": "^6.0.5",
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/katex": "^0.16.6",
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.31",
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",