valaxy 0.16.0 → 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.
@@ -85,6 +85,9 @@ interface MarkdownOptions {
85
85
  classes: string;
86
86
  };
87
87
  lineNumbers?: boolean;
88
+ /**
89
+ * @see https://katex.org/docs/options.html
90
+ */
88
91
  katex?: KatexOptions;
89
92
  /**
90
93
  * shiki
@@ -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,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-WMBDKFPC.mjs";import"../chunk-XKQECU6I.mjs";export{B as build,F as cli,E as createServer,t as defaultSiteConfig,u as defaultValaxyConfig,n as defineAddon,s as defineConfig,q as defineSiteConfig,p as defineTheme,v as defineUnoSetup,m as defineValaxyAddon,r as defineValaxyConfig,o as defineValaxyTheme,d as ensurePrefix,a as getGitTimestamp,A as getIndexHtml,b as isExternal,f as isPath,g as mergeValaxyConfig,z as mergeViteConfigs,D as postProcessForSSG,w as processValaxyOptions,j as resolveAddonConfig,l as resolveImportPath,x as resolveOptions,y as resolveThemeValaxyConfig,i as resolveValaxyConfig,h as resolveValaxyConfigFromRoot,G as run,c as slash,C as ssgBuild,e as toAtFS,k as transformObject};
2
+ import{A,B,C,D,E,F,G,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-W4ERA5UC.mjs";import"../chunk-YTQABADX.mjs";export{B as build,F as cli,E as createServer,t as defaultSiteConfig,u as defaultValaxyConfig,n as defineAddon,s as defineConfig,q as defineSiteConfig,p as defineTheme,v as defineUnoSetup,m as defineValaxyAddon,r as defineValaxyConfig,o as defineValaxyTheme,d as ensurePrefix,a as getGitTimestamp,A as getIndexHtml,b as isExternal,f as isPath,g as mergeValaxyConfig,z as mergeViteConfigs,D as postProcessForSSG,w as processValaxyOptions,j as resolveAddonConfig,l as resolveImportPath,x as resolveOptions,y as resolveThemeValaxyConfig,i as resolveValaxyConfig,h as resolveValaxyConfigFromRoot,G as run,c as slash,C as ssgBuild,e as toAtFS,k as transformObject};
@@ -1 +1 @@
1
- "use strict";var _chunkSWW6JL47cjs = require('../chunk-SWW6JL47.cjs');_chunkSWW6JL47cjs.d.call(void 0, );_chunkSWW6JL47cjs.d.call(void 0, );_chunkSWW6JL47cjs.d.call(void 0, );_chunkSWW6JL47cjs.d.call(void 0, );_chunkSWW6JL47cjs.d.call(void 0, );_chunkSWW6JL47cjs.d.call(void 0, );_chunkSWW6JL47cjs.d.call(void 0, );
1
+ "use strict";var _chunkR6EC3UMQcjs = require('../chunk-R6EC3UMQ.cjs');_chunkR6EC3UMQcjs.d.call(void 0, );_chunkR6EC3UMQcjs.d.call(void 0, );_chunkR6EC3UMQcjs.d.call(void 0, );_chunkR6EC3UMQcjs.d.call(void 0, );_chunkR6EC3UMQcjs.d.call(void 0, );_chunkR6EC3UMQcjs.d.call(void 0, );_chunkR6EC3UMQcjs.d.call(void 0, );
@@ -1,2 +1,2 @@
1
1
  import {createRequire as __createRequire} from 'module';var require=__createRequire(import.meta.url);
2
- import{e}from"../chunk-XKQECU6I.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.16.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": "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",
@@ -54,10 +57,11 @@
54
57
  "dependencies": {
55
58
  "@antfu/utils": "^0.7.7",
56
59
  "@ctrl/tinycolor": "^4.0.2",
57
- "@iconify-json/carbon": "^1.1.26",
58
- "@iconify-json/ri": "^1.1.17",
59
- "@intlify/unplugin-vue-i18n": "^1.6.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",
64
+ "@types/katex": "^0.16.7",
61
65
  "@unhead/addons": "^1.8.9",
62
66
  "@unhead/schema-org": "^1.8.9",
63
67
  "@unhead/vue": "^1.8.9",
@@ -93,7 +97,7 @@
93
97
  "markdown-it-task-lists": "^2.1.1",
94
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",
@@ -110,7 +114,7 @@
110
114
  "vite-plugin-vue-layouts": "^0.10.0",
111
115
  "vite-ssg": "0.23.5",
112
116
  "vite-ssg-sitemap": "0.6.1",
113
- "vue": "^3.3.12",
117
+ "vue": "^3.3.13",
114
118
  "vue-i18n": "^9.8.0",
115
119
  "vue-router": "^4.2.5",
116
120
  "yargs": "^17.7.2"
@@ -126,7 +130,6 @@
126
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.7",
130
133
  "@types/markdown-it": "^13.0.7",
131
134
  "@types/nprogress": "^0.2.3",
132
135
  "@types/pascalcase": "^1.0.3",
File without changes
File without changes