-
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.
Paul Le Cam
committed
Jan 16, 2020
1 parent
39dedf6
commit a3a199f
Showing
12 changed files
with
28 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "erebos-project", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"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/bzz-feed", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Bzz Feed API", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "cjs/index.js", | ||
|
@@ -26,7 +26,7 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.8.3", | ||
"@erebos/hex": "^0.13.0", | ||
"@erebos/keccak256": "^0.13.0", | ||
"@erebos/keccak256": "^0.13.1", | ||
"rxjs": "^6.5.4" | ||
} | ||
} |
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.13.0", | ||
"version": "0.13.1", | ||
"description": "Command-line interface for Swarm", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "lib/index.js", | ||
|
@@ -51,15 +51,15 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.8.3", | ||
"@erebos/bzz-feed": "^0.13.0", | ||
"@erebos/bzz-feed": "^0.13.1", | ||
"@erebos/bzz-fs": "^0.13.0", | ||
"@erebos/bzz-node": "^0.13.0", | ||
"@erebos/hex": "^0.13.0", | ||
"@erebos/keccak256": "^0.13.0", | ||
"@erebos/keccak256": "^0.13.1", | ||
"@erebos/pss": "^0.13.0", | ||
"@erebos/secp256k1": "^0.10.0", | ||
"@erebos/swarm-node": "^0.13.0", | ||
"@erebos/timeline": "^0.13.0", | ||
"@erebos/timeline": "^0.13.1", | ||
"@oclif/command": "^1.5.19", | ||
"@oclif/config": "^1.13.3", | ||
"@oclif/plugin-help": "^2.2.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/doc-sync", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Feed-based JSON state", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "cjs/index.js", | ||
|
@@ -26,8 +26,8 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.8.3", | ||
"@erebos/bzz": "^0.13.0", | ||
"@erebos/bzz-feed": "^0.13.0", | ||
"@erebos/feed-list": "^0.13.0", | ||
"@erebos/bzz-feed": "^0.13.1", | ||
"@erebos/feed-list": "^0.13.1", | ||
"automerge": "^0.12.1", | ||
"rxjs": "^6.5.4" | ||
} | ||
|
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.13.0", | ||
"version": "0.13.1", | ||
"description": "Feed-based list data structure", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "cjs/index.js", | ||
|
@@ -26,7 +26,7 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.8.3", | ||
"@erebos/bzz": "^0.13.0", | ||
"@erebos/bzz-feed": "^0.13.0", | ||
"@erebos/bzz-feed": "^0.13.1", | ||
"@erebos/hex": "^0.13.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/keccak256", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "keccak256 utilities", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "cjs/index.js", | ||
|
@@ -25,7 +25,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.8.3", | ||
"@erebos/hex": "^0.12.0", | ||
"@erebos/hex": "^0.13.0", | ||
"js-sha3": "^0.8.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.13.0", | ||
"version": "0.13.1", | ||
"description": "Linked-list data structure for Swarm feeds", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "cjs/index.js", | ||
|
@@ -26,7 +26,7 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.8.3", | ||
"@erebos/bzz": "^0.13.0", | ||
"@erebos/bzz-feed": "^0.13.0", | ||
"@erebos/bzz-feed": "^0.13.1", | ||
"rxjs": "^6.5.4" | ||
} | ||
} |
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