@kengic/vue 0.26.6-beta.6 → 0.26.6-beta.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/kengic-vue.js +644 -633
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kengic/vue",
|
3
|
-
"version": "0.26.6-beta.
|
3
|
+
"version": "0.26.6-beta.7",
|
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",
|
@@ -12,8 +12,8 @@
|
|
12
12
|
"----- --------------------------------------------": "",
|
13
13
|
"gen:apis:WMS": "npm run switch-node-version && kengic-pont generate-apis --config kg.config.ts --origin WMS",
|
14
14
|
"- ------------------------------------------------": "",
|
15
|
-
"cnpm:sync": "npx cnpm --yes sync @kengic/vue",
|
16
15
|
"switch-node-version": "nvm use 18.20.4 && corepack enable && corepack prepare pnpm@7.30.5 --activate && corepack use pnpm@7.30.5",
|
16
|
+
"cnpm:sync": "npx cnpm --yes sync @kengic/vue",
|
17
17
|
"-- -----------------------------------------------": "",
|
18
18
|
"bump-version:beta": "npm run switch-node-version && tsx scripts/bump.ts beta",
|
19
19
|
"bump-version:major": "npm run switch-node-version && tsx scripts/bump.ts major",
|
@@ -40,7 +40,7 @@
|
|
40
40
|
"@iconify-icons/mdi": "1.2.48",
|
41
41
|
"@iconify-icons/ph": "1.2.5",
|
42
42
|
"@iconify/vue": "4.1.1",
|
43
|
-
"@kengic/core": "6.0.1-beta.
|
43
|
+
"@kengic/core": "6.0.1-beta.9",
|
44
44
|
"@kengic/pont": "1.2.17-beta.1",
|
45
45
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
46
46
|
"@thymine/xunee": "0.4.9-beta.8",
|