@kengic/vue 0.25.4-beta.2 → 0.25.4-beta.3
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/kengic-vue.js +1 -1
- package/package.json +1 -1
package/dist/kengic-vue.js
CHANGED
|
@@ -12418,7 +12418,7 @@ const emptyIcon = {
|
|
|
12418
12418
|
...a.data
|
|
12419
12419
|
}, r);
|
|
12420
12420
|
}
|
|
12421
|
-
}), version = "0.25.4-beta.
|
|
12421
|
+
}), version = "0.25.4-beta.3";
|
|
12422
12422
|
import("./aim-outlined.c49e7018.mjs").then(({ default: e }) => addIcon("ant-design:aim-outlined", e));
|
|
12423
12423
|
import("./audit-outlined.f37f7da2.mjs").then(({ default: e }) => addIcon("ant-design:audit-outlined", e));
|
|
12424
12424
|
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.
|
|
3
|
+
"version": "0.25.4-beta.3",
|
|
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",
|