-
Notifications
You must be signed in to change notification settings - Fork 97
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
Showing
10 changed files
with
35 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "rsocket-core", | ||
"description": "RSocket core", | ||
"version": "0.0.28", | ||
"version": "0.0.29-alpha.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rsocket/rsocket-js.git" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"main": "build/index.js", | ||
"dependencies": { | ||
"rsocket-flowable": "^0.0.28", | ||
"rsocket-types": "^0.0.28" | ||
"rsocket-flowable": "^0.0.29-alpha.0", | ||
"rsocket-types": "^0.0.29-alpha.0" | ||
}, | ||
"gitHead": "844d70d3a7fd3cbb193a8b853297b6c5cc73e722" | ||
} |
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,17 +1,17 @@ | ||
{ | ||
"name": "rsocket-tck", | ||
"description": "RSocket TCK test utilities", | ||
"version": "0.0.28", | ||
"version": "0.0.29-alpha.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rsocket/rsocket-js.git" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"main": "build/index.js", | ||
"dependencies": { | ||
"rsocket-core": "^0.0.28", | ||
"rsocket-flowable": "^0.0.28", | ||
"rsocket-tcp-client": "^0.0.28" | ||
"rsocket-core": "^0.0.29-alpha.0", | ||
"rsocket-flowable": "^0.0.29-alpha.0", | ||
"rsocket-tcp-client": "^0.0.29-alpha.0" | ||
}, | ||
"gitHead": "844d70d3a7fd3cbb193a8b853297b6c5cc73e722" | ||
} |
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,17 +1,17 @@ | ||
{ | ||
"name": "rsocket-tcp-client", | ||
"description": "RSocket TCP client for use in Node.js environments", | ||
"version": "0.0.28", | ||
"version": "0.0.29-alpha.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rsocket/rsocket-js.git" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"main": "build/index.js", | ||
"dependencies": { | ||
"rsocket-core": "^0.0.28", | ||
"rsocket-flowable": "^0.0.28", | ||
"rsocket-types": "^0.0.28" | ||
"rsocket-core": "^0.0.29-alpha.0", | ||
"rsocket-flowable": "^0.0.29-alpha.0", | ||
"rsocket-types": "^0.0.29-alpha.0" | ||
}, | ||
"gitHead": "844d70d3a7fd3cbb193a8b853297b6c5cc73e722" | ||
} |
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,18 +1,18 @@ | ||
{ | ||
"name": "rsocket-tcp-server", | ||
"description": "RSocket TCP server", | ||
"version": "0.0.28", | ||
"version": "0.0.29-alpha.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rsocket/rsocket-js.git" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"main": "build/index.js", | ||
"dependencies": { | ||
"rsocket-core": "^0.0.28", | ||
"rsocket-flowable": "^0.0.28", | ||
"rsocket-tcp-client": "^0.0.28", | ||
"rsocket-types": "^0.0.28" | ||
"rsocket-core": "^0.0.29-alpha.0", | ||
"rsocket-flowable": "^0.0.29-alpha.0", | ||
"rsocket-tcp-client": "^0.0.29-alpha.0", | ||
"rsocket-types": "^0.0.29-alpha.0" | ||
}, | ||
"gitHead": "844d70d3a7fd3cbb193a8b853297b6c5cc73e722" | ||
} |
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,15 +1,15 @@ | ||
{ | ||
"name": "rsocket-types", | ||
"description": "RSocket types", | ||
"version": "0.0.28", | ||
"version": "0.0.29-alpha.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rsocket/rsocket-js.git" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"main": "build/index.js", | ||
"dependencies": { | ||
"rsocket-flowable": "^0.0.28" | ||
"rsocket-flowable": "^0.0.29-alpha.0" | ||
}, | ||
"gitHead": "844d70d3a7fd3cbb193a8b853297b6c5cc73e722" | ||
} |
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,17 +1,17 @@ | ||
{ | ||
"name": "rsocket-websocket-client", | ||
"description": "RSocket WebSocket client for use in browser environments", | ||
"version": "0.0.28", | ||
"version": "0.0.29-alpha.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rsocket/rsocket-js.git" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"main": "build/index.js", | ||
"dependencies": { | ||
"rsocket-core": "^0.0.28", | ||
"rsocket-flowable": "^0.0.28", | ||
"rsocket-types": "^0.0.28" | ||
"rsocket-core": "^0.0.29-alpha.0", | ||
"rsocket-flowable": "^0.0.29-alpha.0", | ||
"rsocket-types": "^0.0.29-alpha.0" | ||
}, | ||
"gitHead": "844d70d3a7fd3cbb193a8b853297b6c5cc73e722" | ||
} |
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