forked from crypto-com/chain-desktop-wallet
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request crypto-com#988 from crypto-com/dev
Internal Release v0.6.9
- Loading branch information
Showing
10 changed files
with
343 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "chain-desktop-wallet", | ||
"version": "0.6.8", | ||
"version": "0.6.9", | ||
"description": "Crypto.com Chain Desktop Wallet App", | ||
"repository": "github:crypto-com/chain-desktop-wallet", | ||
"author": "Crypto.org <[email protected]>", | ||
|
@@ -86,7 +86,7 @@ | |
"postinstall": "electron-builder install-app-deps", | ||
"electron:dev": "export NODE_ENV=development && yarn electron:devcore", | ||
"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 .\"", | ||
"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 .\"", | ||
"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 .\"", | ||
"electron:pre-build": "yarn build && yarn copy-macos-manifest && tsc -p electron", | ||
"copy-macos-manifest": "copyfiles entitlements* ./build/", | ||
"clean-builds": "rimraf build && rimraf dist", | ||
|
@@ -215,7 +215,7 @@ | |
"dotenv": "8.2.0", | ||
"dotenv-expand": "5.1.0", | ||
"electron": "11.5.0", | ||
"electron-builder": "22.10.5", | ||
"electron-builder": "22.14.13", | ||
"electron-builder-notarize": "1.2.0", | ||
"eslint": "7.23.0", | ||
"eslint-config-react-app": "6.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.