@kengic/vue 0.26.6-beta.30 → 0.26.6-beta.32
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +11154 -10877
- package/package.json +7 -8
- /package/dist/{close-outlined-DMcSQWxQ.42cfb47d.mjs → close-outlined-DMcSQWxQ.a3365d2d.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.f8501af3.mjs → fullscreen-exit-outlined-X1iYkFc4.20fc4806.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.484c0c67.mjs → fullscreen-outlined-DDBrsRcy.7d9bc95a.mjs} +0 -0
package/package.json
CHANGED
@@ -1,26 +1,25 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kengic/vue",
|
3
|
-
"version": "0.26.6-beta.
|
3
|
+
"version": "0.26.6-beta.32",
|
4
4
|
"scripts": {
|
5
5
|
"build": "npm run use-node && rimraf dist && vue-tsc && vite build",
|
6
6
|
"build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
|
7
7
|
"--------------------------------------------------": "",
|
8
|
-
"publish:all:major": "npm run bump:major && npm run publish:all",
|
9
|
-
"publish:all:minor": "npm run bump:minor && npm run publish:all",
|
10
|
-
"publish:all:patch": "npm run bump:patch && npm run publish:all",
|
11
|
-
"publish:all:beta": "npm run bump:beta && npm run publish:all",
|
12
|
-
"----- --------------------------------------------": "",
|
13
8
|
"gen:apis:WMS": "npm run use-node && kengic-pont generate-apis --config kg.config.ts --origin WMS",
|
14
9
|
"- ------------------------------------------------": "",
|
15
10
|
"use-node": "nvm use 18.20.4 && corepack enable && corepack prepare pnpm@7.30.5 --activate && corepack use pnpm@7.30.5",
|
16
11
|
"cnpm:sync": "npx cnpm --yes sync @kengic/vue",
|
17
12
|
"-- -----------------------------------------------": "",
|
13
|
+
"publish:major": "npm run bump:major && tsx scripts/publish.ts",
|
14
|
+
"publish:minor": "npm run bump:minor && tsx scripts/publish.ts",
|
15
|
+
"publish:patch": "npm run bump:patch && tsx scripts/publish.ts",
|
16
|
+
"publish:beta": "npm run bump:beta && tsx scripts/publish.ts",
|
17
|
+
"----- --------------------------------------------": "",
|
18
18
|
"bump:major": "npm run use-node && tsx scripts/bump.ts major",
|
19
19
|
"bump:minor": "npm run use-node && tsx scripts/bump.ts minor",
|
20
20
|
"bump:patch": "npm run use-node && tsx scripts/bump.ts patch",
|
21
21
|
"bump:beta": "npm run use-node && tsx scripts/bump.ts beta",
|
22
22
|
"---- ---------------------------------------------": "",
|
23
|
-
"publish:all": "npm run use-node && tsx scripts/publish.ts",
|
24
23
|
"publish:npm": "npm run use-node && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public",
|
25
24
|
"------- ------------------------------------------": "",
|
26
25
|
"copy-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run build:dev && tsx scripts/copy-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts",
|
@@ -40,7 +39,7 @@
|
|
40
39
|
"@iconify-icons/mdi": "1.2.48",
|
41
40
|
"@iconify-icons/ph": "1.2.5",
|
42
41
|
"@iconify/vue": "4.1.1",
|
43
|
-
"@kengic/core": "6.0.1-beta.
|
42
|
+
"@kengic/core": "6.0.1-beta.35",
|
44
43
|
"@kengic/pont": "1.2.17-beta.1",
|
45
44
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
46
45
|
"@thymine/xunee": "0.4.9-beta.8",
|
File without changes
|
File without changes
|
File without changes
|