Merge remote-tracking branch 'origin/master'
commit
ee19f87f2d
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@docmirror/dev-sidecar",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.0",
|
||||
"description": "给开发者的加速代理工具",
|
||||
"main": "src/index.js",
|
||||
"keywords": [
|
||||
|
|
|
@ -193,7 +193,7 @@ module.exports = {
|
|||
// }
|
||||
},
|
||||
mapping: {
|
||||
'assets.fastgit.org': 'usa',
|
||||
// 'assets.fastgit.org': 'usa',
|
||||
'*githubusercontent.com': 'quad9',
|
||||
'*yarnpkg.com': 'usa',
|
||||
'*cloudfront.net': 'usa',
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"@vue/cli-service": "~4.5.0",
|
||||
"@vue/eslint-config-standard": "^5.1.2",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"electron": "^10.1.3",
|
||||
"electron": "10.4.2",
|
||||
"electron-devtools-installer": "^3.1.0",
|
||||
"electron-icon-builder": "^1.0.2",
|
||||
"eslint": "^6.7.2",
|
||||
|
|
|
@ -62,8 +62,8 @@ module.exports = {
|
|||
},
|
||||
publish: {
|
||||
provider: 'generic',
|
||||
// url: 'http://dev-sidecar.docmirror.cn/update/'
|
||||
url: 'http://dev-sidecar.docmirror.cn/update/preview/'
|
||||
url: 'http://dev-sidecar.docmirror.cn/update/'
|
||||
// url: 'http://dev-sidecar.docmirror.cn/update/preview/'
|
||||
}
|
||||
},
|
||||
chainWebpackMainProcess (config) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@docmirror/mitmproxy",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.0",
|
||||
"description": "",
|
||||
"main": "src/index.js",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue