Skip to content

Commit

Permalink
v0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegDokuka committed Mar 6, 2021
1 parent b279d67 commit a85a4db
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lerna": "4.0.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.24",
"version": "0.0.25",
"packages": [
"packages/*"
]
Expand Down
6 changes: 3 additions & 3 deletions packages/rsocket-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rsocket-core",
"description": "RSocket core",
"version": "0.0.24",
"version": "0.0.25",
"repository": {
"type": "git",
"url": "https://github.com/rsocket/rsocket-js.git"
Expand All @@ -10,8 +10,8 @@
"main": "build/index.js",
"dependencies": {
"fbjs": "^3.0.0",
"rsocket-flowable": "^0.0.24",
"rsocket-types": "^0.0.24"
"rsocket-flowable": "^0.0.25",
"rsocket-types": "^0.0.25"
},
"gitHead": "1e15f3c9752f17a06537ee8741900ba12a151a42"
}
14 changes: 7 additions & 7 deletions packages/rsocket-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "rsocket-examples",
"private": true,
"description": "RSocket examples",
"version": "0.0.24",
"version": "0.0.25",
"repository": {
"type": "git",
"url": "https://github.com/rsocket/rsocket-js.git"
},
"license": "BSD-3-Clause",
"dependencies": {
"fbjs": "^3.0.0",
"rsocket-core": "^0.0.24",
"rsocket-flowable": "^0.0.24",
"rsocket-tcp-server": "^0.0.24",
"rsocket-types": "^0.0.24",
"rsocket-websocket-client": "^0.0.24",
"rsocket-websocket-server": "^0.0.24",
"rsocket-core": "^0.0.25",
"rsocket-flowable": "^0.0.25",
"rsocket-tcp-server": "^0.0.25",
"rsocket-types": "^0.0.25",
"rsocket-websocket-client": "^0.0.25",
"rsocket-websocket-server": "^0.0.25",
"ws": "^7.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/rsocket-flowable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rsocket-flowable",
"description": "ReactiveStreams for JavaScript",
"version": "0.0.24",
"version": "0.0.25",
"repository": {
"type": "git",
"url": "https://github.com/rsocket/rsocket-js.git"
Expand Down
8 changes: 4 additions & 4 deletions packages/rsocket-tck/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rsocket-tck",
"description": "RSocket TCK test utilities",
"version": "0.0.24",
"version": "0.0.25",
"repository": {
"type": "git",
"url": "https://github.com/rsocket/rsocket-js.git"
Expand All @@ -10,9 +10,9 @@
"main": "build/index.js",
"dependencies": {
"fbjs": "^3.0.0",
"rsocket-core": "^0.0.24",
"rsocket-flowable": "^0.0.24",
"rsocket-tcp-client": "^0.0.24"
"rsocket-core": "^0.0.25",
"rsocket-flowable": "^0.0.25",
"rsocket-tcp-client": "^0.0.25"
},
"gitHead": "1e15f3c9752f17a06537ee8741900ba12a151a42"
}
8 changes: 4 additions & 4 deletions packages/rsocket-tcp-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rsocket-tcp-client",
"description": "RSocket TCP client for use in Node.js environments",
"version": "0.0.24",
"version": "0.0.25",
"repository": {
"type": "git",
"url": "https://github.com/rsocket/rsocket-js.git"
Expand All @@ -10,9 +10,9 @@
"main": "build/index.js",
"dependencies": {
"fbjs": "^3.0.0",
"rsocket-core": "^0.0.24",
"rsocket-flowable": "^0.0.24",
"rsocket-types": "^0.0.24"
"rsocket-core": "^0.0.25",
"rsocket-flowable": "^0.0.25",
"rsocket-types": "^0.0.25"
},
"gitHead": "1e15f3c9752f17a06537ee8741900ba12a151a42"
}
10 changes: 5 additions & 5 deletions packages/rsocket-tcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rsocket-tcp-server",
"description": "RSocket TCP server",
"version": "0.0.24",
"version": "0.0.25",
"repository": {
"type": "git",
"url": "https://github.com/rsocket/rsocket-js.git"
Expand All @@ -10,10 +10,10 @@
"main": "build/index.js",
"dependencies": {
"fbjs": "^3.0.0",
"rsocket-core": "^0.0.24",
"rsocket-flowable": "^0.0.24",
"rsocket-tcp-client": "^0.0.24",
"rsocket-types": "^0.0.24"
"rsocket-core": "^0.0.25",
"rsocket-flowable": "^0.0.25",
"rsocket-tcp-client": "^0.0.25",
"rsocket-types": "^0.0.25"
},
"gitHead": "1e15f3c9752f17a06537ee8741900ba12a151a42"
}
4 changes: 2 additions & 2 deletions packages/rsocket-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rsocket-types",
"description": "RSocket types",
"version": "0.0.24",
"version": "0.0.25",
"repository": {
"type": "git",
"url": "https://github.com/rsocket/rsocket-js.git"
Expand All @@ -10,7 +10,7 @@
"main": "build/index.js",
"dependencies": {
"fbjs": "^3.0.0",
"rsocket-flowable": "^0.0.24"
"rsocket-flowable": "^0.0.25"
},
"gitHead": "1e15f3c9752f17a06537ee8741900ba12a151a42"
}
8 changes: 4 additions & 4 deletions packages/rsocket-websocket-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rsocket-websocket-client",
"description": "RSocket WebSocket client for use in browser environments",
"version": "0.0.24",
"version": "0.0.25",
"repository": {
"type": "git",
"url": "https://github.com/rsocket/rsocket-js.git"
Expand All @@ -10,9 +10,9 @@
"main": "build/index.js",
"dependencies": {
"fbjs": "^3.0.0",
"rsocket-core": "^0.0.24",
"rsocket-flowable": "^0.0.24",
"rsocket-types": "^0.0.24"
"rsocket-core": "^0.0.25",
"rsocket-flowable": "^0.0.25",
"rsocket-types": "^0.0.25"
},
"gitHead": "1e15f3c9752f17a06537ee8741900ba12a151a42"
}
8 changes: 4 additions & 4 deletions packages/rsocket-websocket-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rsocket-websocket-server",
"description": "RSocket WebSocket server",
"version": "0.0.24",
"version": "0.0.25",
"repository": {
"type": "git",
"url": "https://github.com/rsocket/rsocket-js.git"
Expand All @@ -10,9 +10,9 @@
"main": "build/index.js",
"dependencies": {
"fbjs": "^2.0.0",
"rsocket-core": "^0.0.24",
"rsocket-flowable": "^0.0.24",
"rsocket-types": "^0.0.24",
"rsocket-core": "^0.0.25",
"rsocket-flowable": "^0.0.25",
"rsocket-types": "^0.0.25",
"ws": "^7.3.1"
},
"gitHead": "1e15f3c9752f17a06537ee8741900ba12a151a42"
Expand Down

0 comments on commit a85a4db

Please sign in to comment.