-
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.
- Loading branch information
Paul Le Cam
committed
Dec 17, 2019
1 parent
ec85bb5
commit 45f8ca6
Showing
24 changed files
with
437 additions
and
513 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "erebos-project", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Swarm client and tools", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"license": "MIT", | ||
|
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": "@erebos/api-bzz-base", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Base Bzz API", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "cjs/index.js", | ||
|
@@ -25,7 +25,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.6", | ||
"@erebos/hex": "^0.11.0", | ||
"@erebos/hex": "^0.12.0", | ||
"@erebos/keccak256": "^0.11.0", | ||
"readable-stream": "^3.1.1", | ||
"rxjs": "^6.5.3", | ||
|
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": "@erebos/api-bzz-browser", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Bzz API for browser", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "cjs/index.js", | ||
|
@@ -25,7 +25,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.6", | ||
"@erebos/api-bzz-base": "^0.11.0", | ||
"@erebos/api-bzz-base": "^0.12.0", | ||
"readable-stream": "^3.4.0" | ||
}, | ||
"devDependencies": { | ||
|
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": "@erebos/api-bzz-node", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Bzz API for node", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "lib/index.js", | ||
|
@@ -21,7 +21,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.6", | ||
"@erebos/api-bzz-base": "^0.11.0", | ||
"@erebos/api-bzz-base": "^0.12.0", | ||
"form-data": "^3.0.0", | ||
"fs-extra": "^8.0.1", | ||
"node-fetch": "^2.6.0", | ||
|
@@ -30,7 +30,7 @@ | |
}, | ||
"devDependencies": { | ||
"@types/fs-extra": "^8.0.1", | ||
"@types/node": "^12.12.17", | ||
"@types/node": "^12.12.18", | ||
"@types/node-fetch": "^2.5.4", | ||
"@types/tar-fs": "^1.16.1", | ||
"@types/tar-stream": "^1.6.1" | ||
|
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": "@erebos/api-bzz-react-native", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Bzz API for react-native", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "cjs/index.js", | ||
|
@@ -24,7 +24,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.6", | ||
"@erebos/api-bzz-base": "^0.11.0", | ||
"@erebos/api-bzz-base": "^0.12.0", | ||
"universal-url": "^2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@erebos/api-pss", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "PSS API", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "cjs/index.js", | ||
|
@@ -25,7 +25,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.6", | ||
"@erebos/hex": "^0.11.0", | ||
"@erebos/hex": "^0.12.0", | ||
"@erebos/rpc-stream": "^0.11.0", | ||
"rxjs": "^6.5.3" | ||
} | ||
|
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": "@erebos/cli", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Command-line interface for Swarm", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "lib/index.js", | ||
|
@@ -51,16 +51,16 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.6", | ||
"@erebos/api-bzz-node": "^0.11.0", | ||
"@erebos/api-pss": "^0.11.0", | ||
"@erebos/hex": "^0.11.0", | ||
"@erebos/api-bzz-node": "^0.12.0", | ||
"@erebos/api-pss": "^0.12.0", | ||
"@erebos/hex": "^0.12.0", | ||
"@erebos/keccak256": "^0.11.0", | ||
"@erebos/secp256k1": "^0.10.0", | ||
"@erebos/swarm-node": "^0.11.0", | ||
"@erebos/timeline": "^0.11.0", | ||
"@erebos/swarm-node": "^0.12.0", | ||
"@erebos/timeline": "^0.12.0", | ||
"@oclif/command": "^1.5.19", | ||
"@oclif/config": "^1.13.3", | ||
"@oclif/plugin-help": "^2.2.2", | ||
"@oclif/plugin-help": "^2.2.3", | ||
"fs-extra": "^8.0.1", | ||
"ora": "^4.0.3", | ||
"update-notifier": "^4.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@erebos/feed-list", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Feed-based list data structure", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "cjs/index.js", | ||
|
@@ -25,7 +25,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.6", | ||
"@erebos/api-bzz-base": "^0.11.0", | ||
"@erebos/hex": "^0.11.0" | ||
"@erebos/api-bzz-base": "^0.12.0", | ||
"@erebos/hex": "^0.12.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@erebos/hex", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Hex conversion utilities", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "cjs/index.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@erebos/swarm-browser", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Swarm client for browser", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "cjs/index.js", | ||
|
@@ -30,9 +30,9 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.6", | ||
"@erebos/api-bzz-base": "^0.11.0", | ||
"@erebos/api-bzz-browser": "^0.11.0", | ||
"@erebos/api-pss": "^0.11.0", | ||
"@erebos/api-bzz-base": "^0.12.0", | ||
"@erebos/api-bzz-browser": "^0.12.0", | ||
"@erebos/api-pss": "^0.12.0", | ||
"@erebos/client-base": "^0.11.0", | ||
"@erebos/rpc-browser": "^0.11.0", | ||
"@erebos/rpc-stream": "^0.11.0", | ||
|
@@ -41,7 +41,7 @@ | |
"devDependencies": { | ||
"babel-loader": "^8.0.5", | ||
"terser-webpack-plugin": "^2.3.0", | ||
"webpack": "^4.40.2", | ||
"webpack": "^4.41.3", | ||
"webpack-cli": "^3.3.8" | ||
} | ||
} |
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": "@erebos/swarm-node", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Swarm client for node", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "lib/index.js", | ||
|
@@ -21,9 +21,9 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.6", | ||
"@erebos/api-bzz-base": "^0.11.0", | ||
"@erebos/api-bzz-node": "^0.11.0", | ||
"@erebos/api-pss": "^0.11.0", | ||
"@erebos/api-bzz-base": "^0.12.0", | ||
"@erebos/api-bzz-node": "^0.12.0", | ||
"@erebos/api-pss": "^0.12.0", | ||
"@erebos/client-base": "^0.11.0", | ||
"@erebos/rpc-ipc": "^0.11.0", | ||
"@erebos/rpc-node": "^0.11.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@erebos/swarm", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Swarm client", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "index.js", | ||
|
@@ -12,7 +12,7 @@ | |
"browser.js" | ||
], | ||
"dependencies": { | ||
"@erebos/swarm-browser": "^0.11.0", | ||
"@erebos/swarm-node": "^0.11.0" | ||
"@erebos/swarm-browser": "^0.12.0", | ||
"@erebos/swarm-node": "^0.12.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@erebos/timeline", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Linked-list data structure for Swarm feeds", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "cjs/index.js", | ||
|
@@ -30,15 +30,15 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.6", | ||
"@erebos/api-bzz-base": "^0.11.0", | ||
"@erebos/api-bzz-base": "^0.12.0", | ||
"rxjs": "^6.5.3", | ||
"semver": "^6.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/semver": "^6.0.2", | ||
"babel-loader": "^8.0.5", | ||
"terser-webpack-plugin": "^2.3.0", | ||
"webpack": "^4.40.2", | ||
"webpack": "^4.41.3", | ||
"webpack-cli": "^3.3.8" | ||
} | ||
} |
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.