@e-xi/xion 0.0.17 → 0.0.19

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.
@@ -391,7 +391,7 @@ function XionComponentResolver() {
391
391
  if (!from) {
392
392
  return void 0;
393
393
  }
394
- return { name, from };
394
+ return from;
395
395
  }
396
396
  };
397
397
  }
@@ -6,7 +6,7 @@ import {
6
6
  } from "./chunk-P4CX6I4J.js";
7
7
 
8
8
  // package.json
9
- var version = "0.0.17";
9
+ var version = "0.0.19";
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-B7DTBTWQ.js";
45
45
  import {
46
46
  BannerManager
47
- } from "../../chunk-files/chunk-R2ANNNRQ.js";
47
+ } from "../../chunk-files/chunk-VC3GGHUN.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-R2ANNNRQ.js";
4
+ } from "../../chunk-files/chunk-VC3GGHUN.js";
5
5
  import "../../chunk-files/chunk-YLZRRUY7.js";
6
6
  import "../../chunk-files/chunk-P4CX6I4J.js";
7
7
  export {
@@ -4,7 +4,7 @@ import {
4
4
  BuildObfuscation,
5
5
  XionComponentMap,
6
6
  XionComponentResolver
7
- } from "../../chunk-files/chunk-5KWJTDSQ.js";
7
+ } from "../../chunk-files/chunk-6DU5WZRA.js";
8
8
  import "../../chunk-files/chunk-B2FI5WI5.js";
9
9
  import "../../chunk-files/chunk-3XOVD6UX.js";
10
10
  import "../../chunk-files/chunk-6FDO72PN.js";
@@ -7,7 +7,7 @@ import {
7
7
  BuildObfuscation,
8
8
  XionComponentMap,
9
9
  XionComponentResolver
10
- } from "../../chunk-files/chunk-5KWJTDSQ.js";
10
+ } from "../../chunk-files/chunk-6DU5WZRA.js";
11
11
  import {
12
12
  ViteMode
13
13
  } from "../../chunk-files/chunk-B2FI5WI5.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-xi/xion",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "type": "module",
5
5
  "description": "Electron Vite Vue3 TypeScript framework.",
6
6
  "exports": {