build fixes

上级 0ca971a2
......@@ -2,6 +2,7 @@
appId: org.terminus
productName: Terminus
compression: normal
npmRebuild: false
afterSign: "./build/mac/afterSignHook.js"
afterAllArtifactBuild: "./build/mac/afterBuildHook.js"
files:
......
......@@ -57,7 +57,7 @@
"yaml-loader": "0.6.0"
},
"resolutions": {
"*/node-abi": "lgeiger/node-abi",
"*/node-abi": "^2.19.3",
"**/graceful-fs": "^4.2.4"
},
"scripts": {
......
......@@ -159,7 +159,7 @@ export class ConfigService {
this._store = JSON.parse(JSON.stringify(this._store))
fs.writeFileSync(this.path, yaml.safeDump(this._store), 'utf8')
this.emitChange()
this.hostApp.broadcastConfigChange(this.store)
this.hostApp.broadcastConfigChange(JSON.parse(JSON.stringify(this.store)))
}
/**
......
......@@ -20,8 +20,7 @@
"@types/node": "14.14.14",
"@types/ssh2": "^0.5.35",
"ansi-colors": "^4.1.1",
"cli-spinner": "^0.2.10",
"electron-rebuild": "^2.3.4"
"cli-spinner": "^0.2.10"
},
"peerDependencies": {
"@angular/animations": "^9.1.9",
......
此差异已折叠。
......@@ -5121,13 +5121,7 @@ no-case@^2.2.0:
dependencies:
lower-case "^1.1.1"
node-abi@^2.19.2, node-abi@lgeiger/node-abi:
version "0.0.0-development"
resolved "https://codeload.github.com/lgeiger/node-abi/tar.gz/d7a3f00c93cb16b5f4fbb3ae8c106e798cc52042"
dependencies:
semver "^5.4.1"
node-abi@^2.19.3:
node-abi@^2.19.2, node-abi@^2.19.3:
version "2.19.3"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.19.3.tgz#252f5dcab12dad1b5503b2d27eddd4733930282d"
integrity sha512-9xZrlyfvKhWme2EXFKQhZRp1yNWT/uI1luYPr3sFl+H4keYY4xR+1jO7mvTTijIsHf1M+QDe9uWuKeEpLInIlg==
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册