|
|
@@ -1,13 +1,13 @@
|
|
|
{
|
|
|
"name": "pc-client-v5",
|
|
|
"description": "Leanwo Prodog Client",
|
|
|
- "version": "1.0.8",
|
|
|
+ "version": "1.0.9",
|
|
|
"author": "yangzhijie1488 <yangzhijie1488@163.com>",
|
|
|
"scripts": {
|
|
|
- "ins": "npm install --registry=http://wuzhixin.vip:4873 -force",
|
|
|
+ "ins": "npm install --registry=https://npm.leanwo.com -force",
|
|
|
"dev": "cross-env webpack serve --config ./webpack.dev.js",
|
|
|
"build": "cross-env NODE_ENV=production webpack --mode=production --config ./webpack.prod.js --progress",
|
|
|
- "pub": "npm publish --registry http://wuzhixin.vip:4873/"
|
|
|
+ "pub": "npm publish --registry https://npm.leanwo.com/"
|
|
|
},
|
|
|
"files": [
|
|
|
"package.json",
|
|
|
@@ -17,7 +17,7 @@
|
|
|
"ant-design-vue": "^4.2.1",
|
|
|
"axios": "^0.19.2",
|
|
|
"click-outside-vue3": "^4.0.1",
|
|
|
- "client-base-v5": "1.0.7",
|
|
|
+ "client-base-v5": "1.0.8",
|
|
|
"client-dic-v3": "^3.0.52",
|
|
|
"client-eam-v5": "1.0.2",
|
|
|
"client-role-v3": "^3.0.26",
|
|
|
@@ -28,7 +28,7 @@
|
|
|
"dingtalk-jsapi": "^2.8.33",
|
|
|
"js-cookie": "^2.2.1",
|
|
|
"lodash": "^4.17.21",
|
|
|
- "pc-component-v3": "2.0.3",
|
|
|
+ "pc-component-v3": "2.0.4",
|
|
|
"qrcode": "^1.5.3",
|
|
|
"select2": "^4.0.13",
|
|
|
"select2-bootstrap-theme": "^0.1.0-beta.10",
|
|
|
@@ -69,6 +69,6 @@
|
|
|
},
|
|
|
"publishConfig": {
|
|
|
"access": "public",
|
|
|
- "registry": "http://wuzhixin.vip:4873/"
|
|
|
+ "registry": "https://npm.leanwo.com/"
|
|
|
}
|
|
|
}
|