@e-xi/xion 0.0.21 → 0.0.22

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.22";
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-R72P7HQ3.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-R72P7HQ3.js";
5
5
  import "../../chunk-files/chunk-YLZRRUY7.js";
6
6
  import "../../chunk-files/chunk-P4CX6I4J.js";
7
7
  export {
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.22",
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
  },