Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Dec 30, 2019
1 parent e77c858 commit f05db17
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.0.2"
"version": "3.0.3"
}
4 changes: 2 additions & 2 deletions packages/@hprose/rpc-codec-jsonrpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hprose/rpc-codec-jsonrpc",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-codec-jsonrpc",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@hprose/io": "^3.0.2",
"@hprose/rpc-core": "^3.0.2"
"@hprose/rpc-core": "^3.0.3"
},
"keywords": [
"hprose",
Expand Down
2 changes: 1 addition & 1 deletion packages/@hprose/rpc-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hprose/rpc-core",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-core",
"description": "hprose for TypeScript",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@hprose/rpc-html5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hprose/rpc-html5",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-html5",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@hprose/io": "^3.0.2",
"@hprose/rpc-core": "^3.0.2"
"@hprose/rpc-core": "^3.0.3"
},
"keywords": [
"hprose",
Expand Down
4 changes: 2 additions & 2 deletions packages/@hprose/rpc-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hprose/rpc-node",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-node",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@hprose/io": "^3.0.2",
"@hprose/rpc-core": "^3.0.2",
"@hprose/rpc-core": "^3.0.3",
"@types/ws": "^6.0.1",
"ws": "^6.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@hprose/rpc-plugin-circuitbreaker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hprose/rpc-plugin-circuitbreaker",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-plugin-circuitbreaker",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^3.3.3333"
},
"dependencies": {
"@hprose/rpc-core": "^3.0.2"
"@hprose/rpc-core": "^3.0.3"
},
"keywords": [
"hprose",
Expand Down
4 changes: 2 additions & 2 deletions packages/@hprose/rpc-plugin-cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hprose/rpc-plugin-cluster",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-plugin-cluster",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^3.3.3333"
},
"dependencies": {
"@hprose/rpc-core": "^3.0.2"
"@hprose/rpc-core": "^3.0.3"
},
"keywords": [
"hprose",
Expand Down
4 changes: 2 additions & 2 deletions packages/@hprose/rpc-plugin-limiter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hprose/rpc-plugin-limiter",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-plugin-limiter",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@hprose/io": "^3.0.2",
"@hprose/rpc-core": "^3.0.2"
"@hprose/rpc-core": "^3.0.3"
},
"keywords": [
"hprose",
Expand Down
4 changes: 2 additions & 2 deletions packages/@hprose/rpc-plugin-loadbalancer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hprose/rpc-plugin-loadbalancer",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-plugin-loadbalancer",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^3.3.3333"
},
"dependencies": {
"@hprose/rpc-core": "^3.0.2"
"@hprose/rpc-core": "^3.0.3"
},
"keywords": [
"hprose",
Expand Down
4 changes: 2 additions & 2 deletions packages/@hprose/rpc-plugin-log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hprose/rpc-plugin-log",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-plugin-log",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@hprose/io": "^3.0.2",
"@hprose/rpc-core": "^3.0.2"
"@hprose/rpc-core": "^3.0.3"
},
"keywords": [
"hprose",
Expand Down
4 changes: 2 additions & 2 deletions packages/@hprose/rpc-plugin-oneway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hprose/rpc-plugin-oneway",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-plugin-oneway",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^3.3.3333"
},
"dependencies": {
"@hprose/rpc-core": "^3.0.2"
"@hprose/rpc-core": "^3.0.3"
},
"keywords": [
"hprose",
Expand Down
4 changes: 2 additions & 2 deletions packages/@hprose/rpc-plugin-push/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hprose/rpc-plugin-push",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-plugin-push",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@hprose/io": "^3.0.2",
"@hprose/rpc-core": "^3.0.2"
"@hprose/rpc-core": "^3.0.3"
},
"keywords": [
"hprose",
Expand Down
4 changes: 2 additions & 2 deletions packages/@hprose/rpc-plugin-reverse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hprose/rpc-plugin-reverse",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-plugin-reverse",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"typescript": "^3.3.3333"
},
"dependencies": {
"@hprose/rpc-core": "^3.0.2"
"@hprose/rpc-core": "^3.0.3"
},
"keywords": [
"hprose",
Expand Down
4 changes: 2 additions & 2 deletions packages/@hprose/rpc-wx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hprose/rpc-wx",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-wx",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@hprose/io": "^3.0.2",
"@hprose/rpc-core": "^3.0.2"
"@hprose/rpc-core": "^3.0.3"
},
"keywords": [
"hprose",
Expand Down

0 comments on commit f05db17

Please sign in to comment.