@kengic/vue 0.30.1-beta.69 → 0.30.1-beta.70
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.
- package/dist/kengic-vue.js +1 -1
- package/package.json +2 -3
package/dist/kengic-vue.js
CHANGED
|
@@ -168314,7 +168314,7 @@ function _interopRequireDefault(oe) {
|
|
|
168314
168314
|
return oe && oe.__esModule ? oe : { default: oe };
|
|
168315
168315
|
}
|
|
168316
168316
|
default_1 = zhTW.default = _zhCHT.default;
|
|
168317
|
-
const version = "0.30.1-beta.
|
|
168317
|
+
const version = "0.30.1-beta.70", KG = {
|
|
168318
168318
|
DB_COLUMN_TYPE: {
|
|
168319
168319
|
NCHAR: "NCHAR",
|
|
168320
168320
|
NVARCHAR: "NVARCHAR"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.30.1-beta.
|
|
3
|
+
"version": "0.30.1-beta.70",
|
|
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",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"bump:patch": "npm run use-node && tsx script/bump.ts patch",
|
|
24
24
|
"bump:beta": "npm run use-node && tsx script/bump.ts beta",
|
|
25
25
|
"---- ---------------------------------------------": "发布到 npmjs 仓库",
|
|
26
|
-
"publish:npm": "npm run use-node && npmrc kengic &&
|
|
26
|
+
"publish:npm": "npm run use-node && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public",
|
|
27
27
|
"publish:major": "npm run bump:major && tsx script/publish.ts",
|
|
28
28
|
"publish:minor": "npm run bump:minor && tsx script/publish.ts",
|
|
29
29
|
"publish:patch": "npm run bump:patch && tsx script/publish.ts",
|
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
"ant-design-vue": "3.2.14",
|
|
65
65
|
"axios": "0.26.1",
|
|
66
66
|
"chalk": "4.1.2",
|
|
67
|
-
"cross-env": "10.1.0",
|
|
68
67
|
"crypto-js": "4.1.1",
|
|
69
68
|
"dayjs": "1.11.10",
|
|
70
69
|
"dotenv": "16.0.3",
|