Skip to content

Commit

Permalink
v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyas committed Nov 22, 2023
1 parent e401a1e commit a8a80fd
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "1.8.1",
"version": "1.8.2",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@push-rpc/core",
"version": "1.8.1",
"version": "1.8.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/package.json
@@ -1,7 +1,7 @@
{
"name": "@push-rpc/examples",
"private": true,
"version": "1.8.1",
"version": "1.8.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -14,8 +14,8 @@
"ws": "^7.2.0"
},
"dependencies": {
"@push-rpc/core": "^1.8.1",
"@push-rpc/websocket": "^1.8.1",
"@push-rpc/core": "^1.8.2",
"@push-rpc/websocket": "^1.8.2",
"uuid-js": "^0.7.5"
},
"browserslist": [
Expand Down
4 changes: 2 additions & 2 deletions packages/http/package.json
@@ -1,6 +1,6 @@
{
"name": "@push-rpc/http",
"version": "1.8.1",
"version": "1.8.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"koa-body": "^4.1.1"
},
"dependencies": {
"@push-rpc/core": "^1.8.1",
"@push-rpc/core": "^1.8.2",
"uuid-js": "^0.7.5"
},
"repository": "https://github.com/vasyas/push-rpc.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/openapi/package.json
@@ -1,6 +1,6 @@
{
"name": "@push-rpc/openapi",
"version": "1.8.1",
"version": "1.8.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"@types/node": "^12.12.17"
},
"dependencies": {
"@push-rpc/core": "^1.8.1",
"@push-rpc/core": "^1.8.2",
"command-line-args": "^5.0.2",
"command-line-usage": "^5.0.5",
"js-yaml": "^3.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/tcp/package.json
@@ -1,6 +1,6 @@
{
"name": "@push-rpc/tcp",
"version": "1.8.1",
"version": "1.8.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"@types/node": "^12.12.17"
},
"dependencies": {
"@push-rpc/core": "^1.8.1"
"@push-rpc/core": "^1.8.2"
},
"repository": "https://github.com/vasyas/push-rpc.git",
"author": "Vasyl Stashuk <vasyl@stashuk.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/websocket/package.json
@@ -1,6 +1,6 @@
{
"name": "@push-rpc/websocket",
"version": "1.8.1",
"version": "1.8.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -9,7 +9,7 @@
},
"license": "MIT",
"dependencies": {
"@push-rpc/core": "^1.8.1",
"@push-rpc/core": "^1.8.2",
"ws": "^7.2.0"
},
"repository": "https://github.com/vasyas/push-rpc.git",
Expand Down

0 comments on commit a8a80fd

Please sign in to comment.