-
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
Jan 20, 2020
1 parent
a3a199f
commit cbd3ace
Showing
25 changed files
with
176 additions
and
197 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "erebos-project", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"description": "Swarm client and tools", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"license": "MIT", | ||
|
@@ -25,7 +25,7 @@ | |
"@babel/plugin-transform-runtime": "^7.8.3", | ||
"@babel/preset-env": "^7.8.3", | ||
"@babel/preset-typescript": "^7.8.3", | ||
"@types/expect-puppeteer": "^3.3.3", | ||
"@types/expect-puppeteer": "^4.4.0", | ||
"@types/jest": "^24.9.0", | ||
"@types/jest-environment-puppeteer": "^4.3.1", | ||
"@types/puppeteer": "^2.0.0", | ||
|
@@ -41,6 +41,6 @@ | |
"prettier": "~1.19.1", | ||
"puppeteer": "^2.0.0", | ||
"ts-jest": "^24.3.0", | ||
"typescript": "~3.7.4" | ||
"typescript": "~3.7.5" | ||
} | ||
} |
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.1", | ||
"version": "0.13.2", | ||
"description": "Bzz Feed API", | ||
"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
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,7 +1,7 @@ | ||
{ | ||
"name": "@erebos/doc-sync", | ||
"version": "0.13.1", | ||
"description": "Feed-based JSON state", | ||
"version": "0.13.2", | ||
"description": "Feed-based JSON document synchronization", | ||
"repository": "[email protected]:MainframeHQ/erebos.git", | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
|
@@ -26,8 +26,9 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.8.3", | ||
"@erebos/bzz": "^0.13.0", | ||
"@erebos/bzz-feed": "^0.13.1", | ||
"@erebos/feed-list": "^0.13.1", | ||
"@erebos/bzz-feed": "^0.13.2", | ||
"@erebos/feed-list": "^0.13.2", | ||
"@erebos/hex": "^0.13.0", | ||
"automerge": "^0.12.1", | ||
"rxjs": "^6.5.4" | ||
} | ||
|
Oops, something went wrong.