This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v0.3.1
- Loading branch information
Showing
31 changed files
with
697 additions
and
482 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
/build | ||
/cli | ||
/dist | ||
/build.js |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>com.apple.security.cs.allow-unsigned-executable-memory</key> | ||
<true/> | ||
</dict> | ||
</plist> |
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": "sentinel", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"main": "./electron/index.js", | ||
"homepage": "./", | ||
"description": "Sentinel desktop and web client.", | ||
|
@@ -9,26 +9,30 @@ | |
"email": "[email protected]", | ||
"url": "https://sentinel.co" | ||
}, | ||
"private": true, | ||
"private": false, | ||
"dependencies": { | ||
"electron-log": "^4.3.4", | ||
"electron-updater": "^4.3.8" | ||
}, | ||
"devDependencies": { | ||
"@material-ui/core": "^4.11.3", | ||
"@material-ui/core": "^4.11.4", | ||
"@material-ui/icons": "^4.11.2", | ||
"@ramonak/react-progress-bar": "^2.1.3", | ||
"@ramonak/react-progress-bar": "^3.1.0", | ||
"async": "^3.2.0", | ||
"axios": "^0.21.1", | ||
"bech32": "^2.0.0", | ||
"bignumber.js": "^9.0.1", | ||
"bootstrap": "^4.6.0", | ||
"electron": "^12.0.2", | ||
"electron": "^12.0.5", | ||
"electron-builder": "^22.10.5", | ||
"env-cmd": "^10.1.0", | ||
"eslint": "^7.23.0", | ||
"eslint": "^7.25.0", | ||
"eslint-config-standard": "^16.0.2", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.3.1", | ||
"eslint-plugin-react": "^7.23.1", | ||
"eslint-plugin-sort-exports": "^0.3.2", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"eslint-plugin-react": "^7.23.2", | ||
"eslint-plugin-sort-exports": "^0.4.0", | ||
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0", | ||
"lodash": "^4.17.21", | ||
"prop-types": "^15.7.2", | ||
|
@@ -38,11 +42,11 @@ | |
"react-copy-to-clipboard": "^5.0.3", | ||
"react-dom": "^17.0.2", | ||
"react-download-link": "^2.3.0", | ||
"react-redux": "^7.2.3", | ||
"react-redux": "^7.2.4", | ||
"react-router-dom": "^5.2.0", | ||
"react-scripts": "4.0.3", | ||
"react-simple-maps": "^2.3.0", | ||
"redux": "^4.0.5", | ||
"redux": "^4.1.0", | ||
"redux-devtools-extension": "^2.13.9", | ||
"redux-thunk": "^2.3.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
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
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.