valaxy 0.19.8 → 0.19.9
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.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkELKBAUECcjs = require('../../chunk-ELKBAUEC.cjs');require('../../chunk-635QRI6N.cjs');exports.cli = _chunkELKBAUECcjs.T; exports.run = _chunkELKBAUECcjs.U;
|
package/dist/node/cli/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import {createRequire as __createRequire} from 'module';var require=__createRequire(import.meta.url);
|
|
2
|
-
import{T as a,U as b}from"../../chunk-
|
|
2
|
+
import{T as a,U as b}from"../../chunk-MVWDJMOK.mjs";import"../../chunk-FDUDFMUS.mjs";export{a as cli,b as run};
|
package/dist/node/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkELKBAUECcjs = require('../chunk-ELKBAUEC.cjs');require('../chunk-635QRI6N.cjs');exports.ALL_ROUTE = _chunkELKBAUECcjs.e; exports.EXCERPT_SEPARATOR = _chunkELKBAUECcjs.b; exports.EXTERNAL_URL_RE = _chunkELKBAUECcjs.c; exports.PATHNAME_PROTOCOL_RE = _chunkELKBAUECcjs.d; exports.ViteValaxyPlugins = _chunkELKBAUECcjs.N; exports.build = _chunkELKBAUECcjs.O; exports.cli = _chunkELKBAUECcjs.T; exports.createServer = _chunkELKBAUECcjs.S; exports.createValaxyLoader = _chunkELKBAUECcjs.M; exports.customElements = _chunkELKBAUECcjs.f; exports.defaultSiteConfig = _chunkELKBAUECcjs.p; exports.defaultValaxyConfig = _chunkELKBAUECcjs.t; exports.defineAddon = _chunkELKBAUECcjs.A; exports.defineConfig = _chunkELKBAUECcjs.v; exports.defineSiteConfig = _chunkELKBAUECcjs.q; exports.defineTheme = _chunkELKBAUECcjs.F; exports.defineUnoSetup = _chunkELKBAUECcjs.G; exports.defineValaxyAddon = _chunkELKBAUECcjs.z; exports.defineValaxyConfig = _chunkELKBAUECcjs.u; exports.defineValaxyTheme = _chunkELKBAUECcjs.E; exports.ensurePrefix = _chunkELKBAUECcjs.j; exports.generateClientRedirects = _chunkELKBAUECcjs.R; exports.getGitTimestamp = _chunkELKBAUECcjs.a; exports.getIndexHtml = _chunkELKBAUECcjs.L; exports.isExternal = _chunkELKBAUECcjs.h; exports.isPath = _chunkELKBAUECcjs.l; exports.loadConfig = _chunkELKBAUECcjs.n; exports.loadConfigFromFile = _chunkELKBAUECcjs.o; exports.mergeValaxyConfig = _chunkELKBAUECcjs.x; exports.mergeViteConfigs = _chunkELKBAUECcjs.K; exports.postProcessForSSG = _chunkELKBAUECcjs.Q; exports.processValaxyOptions = _chunkELKBAUECcjs.H; exports.resolveAddonsConfig = _chunkELKBAUECcjs.B; exports.resolveImportPath = _chunkELKBAUECcjs.g; exports.resolveOptions = _chunkELKBAUECcjs.I; exports.resolveSiteConfig = _chunkELKBAUECcjs.s; exports.resolveSiteConfigFromRoot = _chunkELKBAUECcjs.r; exports.resolveThemeConfigFromRoot = _chunkELKBAUECcjs.C; exports.resolveThemeValaxyConfig = _chunkELKBAUECcjs.J; exports.resolveUserThemeConfig = _chunkELKBAUECcjs.D; exports.resolveValaxyConfig = _chunkELKBAUECcjs.y; exports.resolveValaxyConfigFromRoot = _chunkELKBAUECcjs.w; exports.run = _chunkELKBAUECcjs.U; exports.slash = _chunkELKBAUECcjs.i; exports.ssgBuild = _chunkELKBAUECcjs.P; exports.toAtFS = _chunkELKBAUECcjs.k; exports.transformObject = _chunkELKBAUECcjs.m;
|
package/dist/node/index.mjs
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,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,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-MVWDJMOK.mjs";import"../chunk-FDUDFMUS.mjs";export{e as ALL_ROUTE,b as EXCERPT_SEPARATOR,c as EXTERNAL_URL_RE,d as PATHNAME_PROTOCOL_RE,N as ViteValaxyPlugins,O as build,T as cli,S as createServer,M as createValaxyLoader,f as customElements,p as defaultSiteConfig,t as defaultValaxyConfig,A as defineAddon,v as defineConfig,q as defineSiteConfig,F as defineTheme,G as defineUnoSetup,z as defineValaxyAddon,u as defineValaxyConfig,E as defineValaxyTheme,j as ensurePrefix,R as generateClientRedirects,a as getGitTimestamp,L as getIndexHtml,h as isExternal,l as isPath,n as loadConfig,o as loadConfigFromFile,x as mergeValaxyConfig,K as mergeViteConfigs,Q as postProcessForSSG,H as processValaxyOptions,B as resolveAddonsConfig,g as resolveImportPath,I as resolveOptions,s as resolveSiteConfig,r as resolveSiteConfigFromRoot,C as resolveThemeConfigFromRoot,J as resolveThemeValaxyConfig,D as resolveUserThemeConfig,y as resolveValaxyConfig,w as resolveValaxyConfigFromRoot,U as run,i as slash,P as ssgBuild,k as toAtFS,m as transformObject};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "valaxy",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.19.
|
|
4
|
+
"version": "0.19.9",
|
|
5
5
|
"description": "📄 Vite & Vue powered static blog generator.",
|
|
6
6
|
"author": {
|
|
7
7
|
"email": "me@yunyoujun.cn",
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"@iconify-json/ri": "^1.1.22",
|
|
62
62
|
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
|
63
63
|
"@types/katex": "^0.16.7",
|
|
64
|
+
"@types/luxon": "^3.4.2",
|
|
64
65
|
"@unhead/addons": "^1.9.16",
|
|
65
66
|
"@unhead/schema-org": "^1.9.16",
|
|
66
67
|
"@unhead/vue": "^1.9.16",
|
|
@@ -110,7 +111,7 @@
|
|
|
110
111
|
"pinia": "^2.2.2",
|
|
111
112
|
"qrcode": "^1.5.4",
|
|
112
113
|
"sass": "^1.77.8",
|
|
113
|
-
"shiki": "^1.
|
|
114
|
+
"shiki": "^1.14.1",
|
|
114
115
|
"star-markdown-css": "^0.5.1",
|
|
115
116
|
"unocss": "^0.62.2",
|
|
116
117
|
"unplugin-vue-components": "^0.27.4",
|
|
@@ -126,8 +127,8 @@
|
|
|
126
127
|
"vue-i18n": "^9.14.0",
|
|
127
128
|
"vue-router": "^4.4.3",
|
|
128
129
|
"yargs": "^17.7.2",
|
|
129
|
-
"@valaxyjs/utils": "0.19.
|
|
130
|
-
"@valaxyjs/devtools": "0.19.
|
|
130
|
+
"@valaxyjs/utils": "0.19.9",
|
|
131
|
+
"@valaxyjs/devtools": "0.19.9"
|
|
131
132
|
},
|
|
132
133
|
"devDependencies": {
|
|
133
134
|
"@mdit-vue/plugin-component": "^2.1.3",
|
|
@@ -140,7 +141,7 @@
|
|
|
140
141
|
"@types/cross-spawn": "^6.0.6",
|
|
141
142
|
"@types/ejs": "^3.1.5",
|
|
142
143
|
"@types/html-to-text": "^9.0.4",
|
|
143
|
-
"@types/
|
|
144
|
+
"@types/js-yaml": "^4.0.9",
|
|
144
145
|
"@types/markdown-it": "^14.1.2",
|
|
145
146
|
"@types/markdown-it-footnote": "^3.0.4",
|
|
146
147
|
"@types/nprogress": "^0.2.3",
|