@e-xi/xion 0.0.21 → 0.0.23

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.
@@ -6,7 +6,7 @@ import {
6
6
  } from "./chunk-P4CX6I4J.js";
7
7
 
8
8
  // package.json
9
- var version = "0.0.21";
9
+ var version = "0.0.23";
10
10
 
11
11
  // src/main/banner/banner-abstract.ts
12
12
  var BannerAbstract = class {
@@ -44,7 +44,7 @@ import "../../chunk-files/chunk-J34MOWJP.js";
44
44
  import "../../chunk-files/chunk-RSUM4GBD.js";
45
45
  import {
46
46
  BannerManager
47
- } from "../../chunk-files/chunk-JRTMZAL6.js";
47
+ } from "../../chunk-files/chunk-5JISQ2QJ.js";
48
48
  import "../../chunk-files/chunk-YLZRRUY7.js";
49
49
  import {
50
50
  defineAppConfig,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  BannerAbstract,
3
3
  BannerManager
4
- } from "../../chunk-files/chunk-JRTMZAL6.js";
4
+ } from "../../chunk-files/chunk-5JISQ2QJ.js";
5
5
  import "../../chunk-files/chunk-YLZRRUY7.js";
6
6
  import "../../chunk-files/chunk-P4CX6I4J.js";
7
7
  export {
@@ -2168,6 +2168,8 @@ var defaultConfig3 = (options) => {
2168
2168
  ],
2169
2169
  // 预构建 Xion 直接使用的 CommonJS 兼容依赖
2170
2170
  include: [
2171
+ // 预构建 Xion 渲染服务使用的 Axios,避免懒加载页面首次使用时触发依赖图更新
2172
+ "axios",
2171
2173
  "dayjs",
2172
2174
  "element-plus"
2173
2175
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-xi/xion",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "type": "module",
5
5
  "description": "Electron Vite Vue3 TypeScript framework.",
6
6
  "exports": {
@@ -256,7 +256,7 @@
256
256
  "element-plus": "2.14.3",
257
257
  "go-captcha-vue": "2.0.6",
258
258
  "pinia": "3.0.4",
259
- "vite": "7.3.2",
259
+ "vite": "7.3.6",
260
260
  "vue": "3.5.33",
261
261
  "vue-router": "4.6.4"
262
262
  },