|
1 | 1 | { |
2 | 2 | "name": "chain-desktop-wallet", |
3 | | - "version": "0.6.8", |
| 3 | + "version": "0.6.9", |
4 | 4 | "description": "Crypto.com Chain Desktop Wallet App", |
5 | 5 | "repository": "github:crypto-com/chain-desktop-wallet", |
6 | 6 | "author": "Crypto.org <[email protected]>", |
|
86 | 86 | "postinstall": "electron-builder install-app-deps", |
87 | 87 | "electron:dev": "export NODE_ENV=development && yarn electron:devcore", |
88 | 88 | "electron:devcore": "concurrently \"BROWSER=none yarn start\" \"wait-on http://localhost:3000 && tsc -p electron -w\" \"wait-on http://localhost:3000 && tsc -p electron && electron .\"", |
89 | | - "electron:windev": "concurrently \"SET BROWSER=none && yarn start\" \"wait-on http://localhost:3000 && tsc -p electron -w\" \"wait-on http://localhost:3000 && tsc -p electron && electron .\"", |
| 89 | + "electron:windev": "concurrently \"SET NODE_ENV=none && SET BROWSER=none && yarn start\" \"wait-on http://localhost:3000 && tsc -p electron -w\" \"wait-on http://localhost:3000 && tsc -p electron && electron .\"", |
90 | 90 | "electron:pre-build": "yarn build && yarn copy-macos-manifest && tsc -p electron", |
91 | 91 | "copy-macos-manifest": "copyfiles entitlements* ./build/", |
92 | 92 | "clean-builds": "rimraf build && rimraf dist", |
|
215 | 215 | "dotenv": "8.2.0", |
216 | 216 | "dotenv-expand": "5.1.0", |
217 | 217 | "electron": "11.5.0", |
218 | | - "electron-builder": "22.10.5", |
| 218 | + "electron-builder": "22.14.13", |
219 | 219 | "electron-builder-notarize": "1.2.0", |
220 | 220 | "eslint": "7.23.0", |
221 | 221 | "eslint-config-react-app": "6.0.0", |
|
0 commit comments