@kengic/vue 0.31.17-beta.1 → 0.31.17-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.
Files changed (2) hide show
  1. package/dist/kengic-vue.js +1 -1
  2. package/package.json +14 -28
@@ -100067,7 +100067,7 @@ function _interopRequireDefault(re) {
100067
100067
  return re && re.__esModule ? re : { default: re };
100068
100068
  }
100069
100069
  default_1 = zhTW.default = _zhCHT.default;
100070
- const version = "0.31.17-beta.1", cs_CZ$1 = {}, en$2 = {
100070
+ const version = "0.31.17-beta.3", cs_CZ$1 = {}, en$2 = {
100071
100071
  "kg.KgAppSelect.businessManager": "Business Manager",
100072
100072
  "kg.KgAppSelect.dataManager": "Data Manager",
100073
100073
  "kg.KgAppSelect.sys": "System Config",
package/package.json CHANGED
@@ -1,23 +1,14 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.31.17-beta.1",
3
+ "version": "0.31.17-beta.3",
4
4
  "scripts": {
5
- "build---rimraf-dist": "rimraf dist",
6
- "build---vue-tsc": "vue-tsc",
7
- "build---vite-build": "vite build",
8
- "build": "npm-run-all -s use-node build---rimraf-dist build---vue-tsc build---vite-build",
9
- "build--lite": "npm-run-all -s build---rimraf-dist build---vue-tsc build---vite-build",
5
+ "build": "npm run use-node && rimraf dist && vue-tsc && vite build",
10
6
  "build--development": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
11
7
  "--------------------------------------------------": "",
12
8
  "gen-apis--WMS": "npm run use-node && kengic-pont generate-apis --config kg.config.ts --origin WMS",
13
9
  "- ------------------------------------------------": "",
14
- "use-node---clean-cache": "npm cache clean -f",
15
- "use-node---use-node": "nvm use 24.14.1",
16
- "use-node---corepack-enable": "corepack enable",
17
- "use-node---use-pnpm": "corepack use pnpm@10.33.0",
18
- "use-node": "npm-run-all -s use-node---clean-cache use-node---use-node use-node---corepack-enable use-node---use-pnpm",
19
- "cnpm--sync---execute": "npx cnpm --yes sync @kengic/vue",
20
- "cnpm--sync": "npm-run-all -s use-node cnpm--sync---execute",
10
+ "use-node": "npm cache clean -f && nvm use 24.14.1 && corepack enable && corepack use pnpm@10.33.0",
11
+ "cnpm--sync": "npm run use-node && npx cnpm --yes sync @kengic/vue",
21
12
  "------ -------------------------------------------": "",
22
13
  "preinstall": "node bin/preinstall.mjs",
23
14
  "postinstall": "node bin/postinstall.mjs",
@@ -25,9 +16,7 @@
25
16
  "bump-to--luotao--smartfactory.product.wms.wms--dev-3.2": "npm run use-node && tsx script/bump-to--luotao.smartfactory.product.wms.wms--dev-3.2.ts",
26
17
  "bump-to--luotao--smartfactory.product.wms.wms--project-kengic-factory": "npm run use-node && tsx script/bump-to--luotao--smartfactory.product.wms.wms--project-kengic-factory.ts",
27
18
  "copy-to--luotao--smartfactory.product.wms.wms--dev-3.2": "npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--dev-3.2.ts",
28
- "copy-to--luotao--smartfactory.product.wms.wms--hiway---execute": "tsx script/copy-to--luotao--smartfactory.product.wms.wms--hiway.ts",
29
- "copy-to--luotao--smartfactory.product.wms.wms--hiway": "npm-run-all -s build copy-to--luotao--smartfactory.product.wms.wms--hiway---execute",
30
- "copy-to--luotao--smartfactory.product.wms.wms--hiway--lite": "npm-run-all -s build--lite copy-to--luotao--smartfactory.product.wms.wms--hiway---execute",
19
+ "copy-to--luotao--smartfactory.product.wms.wms--hiway": "npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--hiway.ts",
31
20
  "copy-to--luotao--smartfactory.product.wms.wms--project-zonsen-ducar": "npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--project-zonsen-ducar.ts",
32
21
  "copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory": "npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory.ts",
33
22
  "copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory-test": "npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory-test.ts",
@@ -37,19 +26,16 @@
37
26
  "copy-to--luotao--smartfactory.tyre.product-cp.view--FMS3.2": "npm run build--development && tsx script/copy-to--luotao--smartfactory.tyre.product-cp.view--FMS3.2.ts",
38
27
  "copy-to--luotao--smartfactory.tyre.product-bbj.view--sailun-djk-pg-dev": "npm run build--development && tsx script/copy-to--luotao--smartfactory.tyre.product-bbj.view--sailun-djk-pg-dev.ts",
39
28
  "----- --------------------------------------------": "",
40
- "bump--major": "tsx script/bump.ts major",
41
- "bump--minor": "tsx script/bump.ts minor",
42
- "bump--patch": "tsx script/bump.ts patch",
43
- "bump--beta": "tsx script/bump.ts beta",
29
+ "bump--major": "npm run use-node && tsx script/bump.ts major",
30
+ "bump--minor": "npm run use-node && tsx script/bump.ts minor",
31
+ "bump--patch": "npm run use-node && tsx script/bump.ts patch",
32
+ "bump--beta": "npm run use-node && tsx script/bump.ts beta",
44
33
  "---- ---------------------------------------------": "",
45
- "publish--npm---npmrc-kengic": "npmrc kengic",
46
- "publish--npm---execute": "npm publish ./ --registry https://registry.npmjs.org/ --access public --tag latest",
47
- "publish--npm": "npm-run-all -s publish--npm---npmrc-kengic publish--npm---execute",
48
- "publish---execute": "tsx script/publish.ts",
49
- "publish--major": "npm-run-all -s bump--major publish---execute",
50
- "publish--minor": "npm-run-all -s bump--minor publish---execute",
51
- "publish--patch": "npm-run-all -s bump--patch publish---execute",
52
- "publish--beta": "npm-run-all -s bump--beta publish---execute"
34
+ "publish--npm": "npm run use-node && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public --tag latest",
35
+ "publish--major": "npm run bump--major && tsx script/publish.ts",
36
+ "publish--minor": "npm run bump--minor && tsx script/publish.ts",
37
+ "publish--patch": "npm run bump--patch && tsx script/publish.ts",
38
+ "publish--beta": "npm run bump--beta && tsx script/publish.ts"
53
39
  },
54
40
  "bin": {
55
41
  "kg-vue": "bin/bin.mjs"