Skip to content

Commit

Permalink
0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Aug 14, 2018
1 parent 2342a3a commit 34db4ff
Show file tree
Hide file tree
Showing 45 changed files with 2,074 additions and 229 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ const ipcMain = require('electron').ipcMain;
let win, devtools;
const args = process.argv.slice(1);
devtools = args.some(val => val === '--devtools');
require('electron-context-menu')({
showInspectElement: false
});

// if (devtools) {
// autoUpdater.updateConfigPath = path.join('./dev-app-update.yml');
Expand Down
4 changes: 2 additions & 2 deletions ng-dist/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

primeng@6.0.2
primeng@6.1.0
MIT
The MIT License (MIT)

Expand Down Expand Up @@ -830,7 +830,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

[email protected].9
[email protected].10
MIT
MIT License

Expand Down
Binary file added ng-dist/assets/about_eosrio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ng-dist/assets/about_eosrio2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed ng-dist/assets/eosrioba512.jpg
Binary file not shown.
Binary file added ng-dist/assets/fundosimpleos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed ng-dist/assets/rio.jpg
Binary file not shown.
Binary file removed ng-dist/bg2.jpg
Binary file not shown.
Binary file added ng-dist/fundosimpleos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ng-dist/main.js

Large diffs are not rendered by default.

Binary file modified ng-dist/primeicons.eot
Binary file not shown.
29 changes: 29 additions & 0 deletions ng-dist/primeicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ng-dist/primeicons.ttf
Binary file not shown.
Binary file modified ng-dist/primeicons.woff
Binary file not shown.
4 changes: 2 additions & 2 deletions ng-dist/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ng-dist/vendor.js

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simpleos",
"version": "0.6.3-2",
"version": "0.6.4",
"productName": "simpleos",
"description": "EOS Blockchain Interface & Wallet",
"author": {
Expand Down Expand Up @@ -90,7 +90,7 @@
"codelyzer": "~4.2.1",
"core-js": "^2.5.4",
"echarts": "^4.1.0",
"electron": "^2.0.5",
"electron": "2.0.7",
"electron-builder": "^20.26.1",
"hammerjs": "^2.0.8",
"jquery": "^3.3.1",
Expand All @@ -99,7 +99,7 @@
"ngx-echarts": "^3.2.0",
"npm-run-all": "^4.1.3",
"popper.js": "^1.14.3",
"primeng": "^6.0.2",
"primeng": "6.1.0",
"protractor": "~5.3.0",
"rxjs": "^6.2.2",
"rxjs-compat": "^6.2.0",
Expand Down Expand Up @@ -136,9 +136,10 @@
"@fortawesome/pro-solid-svg-icons": "^5.2.0",
"@types/crypto-js": "^3.1.40",
"crypto-js": "^3.1.9-1",
"electron-context-menu": "^0.10.0",
"eosjs": "^16.0.0",
"menu": "^0.2.5",
"opn": "^5.3.0",
"primeicons": "^1.0.0-beta.9"
"primeicons": "1.0.0-beta.10"
}
}
Loading

0 comments on commit 34db4ff

Please sign in to comment.