@kengic/vue 0.25.4-beta.5 → 0.25.4-beta.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -12417,7 +12417,7 @@ const emptyIcon = {
12417
12417
  ...a.data
12418
12418
  }, r);
12419
12419
  }
12420
- }), version = "0.25.4-beta.5";
12420
+ }), version = "0.25.4-beta.6";
12421
12421
  import("./aim-outlined.c49e7018.mjs").then(({ default: e }) => addIcon("ant-design:aim-outlined", e));
12422
12422
  import("./audit-outlined.f37f7da2.mjs").then(({ default: e }) => addIcon("ant-design:audit-outlined", e));
12423
12423
  import("./caret-right-filled.bfffd471.mjs").then(({ default: e }) => addIcon("ant-design:caret-right-filled", e));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.25.4-beta.5",
3
+ "version": "0.25.4-beta.6",
4
4
  "scripts": {
5
5
  "build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",