-
Notifications
You must be signed in to change notification settings - Fork 6
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 #103 from duality-solutions/1.0.0-rc
Merge v1.0.0 Changes
- Loading branch information
Showing
123 changed files
with
7,878 additions
and
4,601 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "tabWidth": 4, "trailingComma": "es5", "arrowParens": "avoid" } |
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 @@ | ||
export const version: string = require('./package.json').version |
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,14 +1,18 @@ | ||
{ | ||
"name": "pshare", | ||
"version": "0.5.8", | ||
"version": "1.0.0", | ||
"description": "Secure and private peer to peer file sharing", | ||
"homepage": "https://duality.solutions/pshare", | ||
"license": "UNLICENSED", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"author": { | ||
"name": "HiddenField", | ||
"email": "[email protected]", | ||
"url": "https://duality.solutions/pshare" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/duality-solutions/pShare.git" | ||
}, | ||
"build": { | ||
"appId": "solutions.duality.pshare", | ||
"productName": "pShare", | ||
|
@@ -17,9 +21,7 @@ | |
}, | ||
"linux": { | ||
"target": [ | ||
"AppImage", | ||
"deb", | ||
"tar.gz" | ||
"deb" | ||
] | ||
} | ||
}, | ||
|
@@ -47,7 +49,10 @@ | |
"is-in-subnet": "^1.9.0", | ||
"mime-types": "^2.1.22", | ||
"pify": "^4.0.1", | ||
"progress-stream": "^2.0.0", | ||
"qrcode-generator": "^1.4.3", | ||
"react": "^16.8.6", | ||
"react-copy-to-clipboard": "^5.0.1", | ||
"react-dom": "^16.8.6", | ||
"react-dropzone": "^10.0.0", | ||
"react-redux": "^5.1.1", | ||
|
@@ -65,6 +70,7 @@ | |
"seedrandom": "^2.4.4", | ||
"sjcl-git": "https://github.com/bitwiseshiftleft/sjcl.git#1.0.8", | ||
"source-map-support": "^0.5.9", | ||
"stream-buffers": "^3.0.2", | ||
"styled-components": "^4.2.0", | ||
"symbol-observable": "^1.2.0", | ||
"ts-deep-equal": "^1.1.1", | ||
|
@@ -86,24 +92,26 @@ | |
"@types/jest": "^23.3.10", | ||
"@types/mime-types": "^2.1.0", | ||
"@types/pify": "^3.0.2", | ||
"@types/progress-stream": "^2.0.0", | ||
"@types/react": "^16.7.9", | ||
"@types/react-dom": "^16.0.11", | ||
"@types/react-redux": "^6.0.10", | ||
"@types/react-router": "^4.4.1", | ||
"@types/react-router-dom": "^4.3.1", | ||
"@types/react-transition-group": "1.1.5", | ||
"@types/seedrandom": "^2.4.27", | ||
"@types/stream-buffers": "^3.0.3", | ||
"@types/styled-components": "^4.1.6", | ||
"@types/uuid": "^3.4.4", | ||
"@types/webdriverio": "^4.13.0", | ||
"electron": "3.0.10", | ||
"electron-builder": "^20.36.2", | ||
"electron-webpack": "^2.6.1", | ||
"electron-webpack-ts": "^3.1.0", | ||
"jest": "^23.6.0", | ||
"jest": "^24.9.0", | ||
"redux-saga-test-plan": "^3.7.0", | ||
"spectron": "^5.0.0", | ||
"ts-jest": "^23.10.5", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.11.0", | ||
"webdriverio": "^4.14.1", | ||
"webpack": "^4.26.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
Oops, something went wrong.