Skip to content

Commit bd1a27a

Browse files
committed
Optional metadata for rxjs requesters (#241)
* feat: support optional metadata in rxjs adapter requesters Signed-off-by: Kevin Viglucci <[email protected]> * chore(release): release - rsocket-adapter-rxjs@1.0.0-alpha-rxjs-adapter-optional-metadata.0 - rsocket-composite-metadata@1.0.0-alpha-rxjs-adapter-optional-metadata.0 - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - rsocket-websocket-client@1.0.0-alpha-rxjs-adapter-optional-metadata.0 - rsocket-websocket-server@1.0.0-alpha-rxjs-adapter-optional-metadata.0 Signed-off-by: Kevin Viglucci <[email protected]>
1 parent d28ffd4 commit bd1a27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rsocket-adapter-rxjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"test": "echo \"Error: no test specified\" && exit 0"
2020
},
2121
"dependencies": {
22-
"rsocket-messaging": "^1.0.0-alpha.3",
2322
"rsocket-core": "^1.0.0-alpha.3",
23+
"rsocket-messaging": "^1.0.0-alpha.3",
2424
"rxjs": "^7.4.0"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)