@kengic/vue 0.16.3 → 0.16.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/kengic-vue.js +1752 -1698
  2. package/package.json +3 -2
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.16.3",
3
+ "version": "0.16.5",
4
4
  "scripts": {
5
5
  "build": "npm run switch-node-version && rimraf dist && vite build",
6
6
  "build:dev": "npm run switch-node-version && rimraf dist && vite build --mode development",
7
+ "--------------------------------------------------": "",
7
8
  "publish:all:beta": "npm run bump-version:beta && npm run publish:all",
8
9
  "publish:all:patch": "npm run bump-version:patch && npm run publish:all",
9
10
  "publish:all:minor": "npm run bump-version:minor && npm run publish:all",
10
11
  "publish:all:major": "npm run bump-version:major && npm run publish:all",
11
- "--------------------------------------------------": "",
12
+ "----- --------------------------------------------": "",
12
13
  "gen:apis:WMS": "npm run switch-node-version && kengic-pont generate-apis --config kg.config.ts --origin WMS",
13
14
  "--- ----------------------------------------------": "",
14
15
  "bump-to:luotao.wms-vue3--dev-1.0": "npm run switch-node-version && tsx scripts/bump-to.luotao.wms-vue3.ts",