@kengic/vue 0.30.1-beta.84 → 0.30.1-beta.86

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 +4034 -4034
  2. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.30.1-beta.84",
3
+ "version": "0.30.1-beta.86",
4
4
  "scripts": {
5
5
  "build": "npm run use-node && rimraf dist && vue-tsc && vite build",
6
6
  "build--development": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
@@ -19,12 +19,12 @@
19
19
  "copy-to--luotao--smartfactory.product.simulator--main": "npm run use-node && npm run build--development && tsx script/copy-to--luotao--smartfactory.product.simulator--main.ts",
20
20
  "copy-to--luotao--smartfactory.tyre.haohua.basic.was-java--PcrTireWeb": "npm run use-node && npm run build--development && tsx script/copy-to--luotao--smartfactory.tyre.haohua.basic.was-java--PcrTireWeb.ts",
21
21
  "copy-to--luotao--smartfactory.product.wms.wms--hiway": "npm run use-node && npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--hiway.ts",
22
- "----- --------------------------------------------": "更新组件库的版本",
22
+ "----- --------------------------------------------": "",
23
23
  "bump--major": "npm run use-node && tsx script/bump.ts major",
24
24
  "bump--minor": "npm run use-node && tsx script/bump.ts minor",
25
25
  "bump--patch": "npm run use-node && tsx script/bump.ts patch",
26
26
  "bump--beta": "npm run use-node && tsx script/bump.ts beta",
27
- "---- ---------------------------------------------": "发布到 npmjs 仓库",
27
+ "---- ---------------------------------------------": "",
28
28
  "publish--npm": "npm run use-node && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public --tag latest",
29
29
  "publish--major": "npm run bump--major && tsx script/publish.ts",
30
30
  "publish--minor": "npm run bump--minor && tsx script/publish.ts",
@@ -46,7 +46,7 @@
46
46
  "@iconify/vue": "4.1.2",
47
47
  "@kengic/core.core": "0.0.2",
48
48
  "@kengic/core.react": "0.0.3",
49
- "@kengic/pont": "1.2.17-beta.5",
49
+ "@kengic/pont": "2.1.2",
50
50
  "@rys-fe/vite-plugin-theme": "0.8.6",
51
51
  "@thymine/xunee": "0.4.9-beta.47",
52
52
  "@types/crypto-js": "4.1.1",
@@ -88,7 +88,7 @@
88
88
  "semver": "7.5.4",
89
89
  "store": "2.0.12",
90
90
  "tsx": "3.12.3",
91
- "typescript": "~4.8.4",
91
+ "typescript": "4.8.4",
92
92
  "uuid": "10.0.0",
93
93
  "vite": "3.2.3",
94
94
  "vite-plugin-compression": "0.5.1",