Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed May 4, 2019
1 parent abc9da2 commit c31883b
Show file tree
Hide file tree
Showing 15 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 @@ -11,5 +11,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.0.0"
"version": "3.0.1"
}
2 changes: 1 addition & 1 deletion packages/@hprose/io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hprose/io",
"version": "3.0.0",
"version": "3.0.1",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/io",
"description": "hprose for TypeScript",
"author": {
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "3.0.1",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-codec-jsonrpc",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"typescript": "^3.3.3333"
},
"dependencies": {
"@hprose/io": "^3.0.0",
"@hprose/rpc-core": "^3.0.0"
"@hprose/io": "^3.0.1",
"@hprose/rpc-core": "^3.0.1"
},
"keywords": [
"hprose",
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "3.0.1",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-core",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"typescript": "^3.3.3333"
},
"dependencies": {
"@hprose/io": "^3.0.0"
"@hprose/io": "^3.0.1"
},
"keywords": [
"hprose",
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "3.0.1",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-html5",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -34,8 +34,8 @@
"typescript": "^3.3.3333"
},
"dependencies": {
"@hprose/io": "^3.0.0",
"@hprose/rpc-core": "^3.0.0"
"@hprose/io": "^3.0.1",
"@hprose/rpc-core": "^3.0.1"
},
"keywords": [
"hprose",
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "3.0.1",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-node",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"typescript": "^3.3.3333"
},
"dependencies": {
"@hprose/io": "^3.0.0",
"@hprose/rpc-core": "^3.0.0",
"@hprose/io": "^3.0.1",
"@hprose/rpc-core": "^3.0.1",
"@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.0",
"version": "3.0.1",
"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.0"
"@hprose/rpc-core": "^3.0.1"
},
"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.0",
"version": "3.0.1",
"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.0"
"@hprose/rpc-core": "^3.0.1"
},
"keywords": [
"hprose",
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "3.0.1",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-plugin-limiter",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -34,8 +34,8 @@
"typescript": "^3.3.3333"
},
"dependencies": {
"@hprose/io": "^3.0.0",
"@hprose/rpc-core": "^3.0.0"
"@hprose/io": "^3.0.1",
"@hprose/rpc-core": "^3.0.1"
},
"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.0",
"version": "3.0.1",
"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.0"
"@hprose/rpc-core": "^3.0.1"
},
"keywords": [
"hprose",
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "3.0.1",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-plugin-log",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -34,8 +34,8 @@
"typescript": "^3.3.3333"
},
"dependencies": {
"@hprose/io": "^3.0.0",
"@hprose/rpc-core": "^3.0.0"
"@hprose/io": "^3.0.1",
"@hprose/rpc-core": "^3.0.1"
},
"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.0",
"version": "3.0.1",
"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.0"
"@hprose/rpc-core": "^3.0.1"
},
"keywords": [
"hprose",
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "3.0.1",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-plugin-push",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"typescript": "^3.3.3333"
},
"dependencies": {
"@hprose/io": "^3.0.0",
"@hprose/rpc-core": "^3.0.0"
"@hprose/io": "^3.0.1",
"@hprose/rpc-core": "^3.0.1"
},
"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.0",
"version": "3.0.1",
"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.0"
"@hprose/rpc-core": "^3.0.1"
},
"keywords": [
"hprose",
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "3.0.1",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-wx",
"description": "hprose for TypeScript",
"author": {
Expand Down Expand Up @@ -34,8 +34,8 @@
"typescript": "^3.3.3333"
},
"dependencies": {
"@hprose/io": "^3.0.0",
"@hprose/rpc-core": "^3.0.0"
"@hprose/io": "^3.0.1",
"@hprose/rpc-core": "^3.0.1"
},
"keywords": [
"hprose",
Expand Down

0 comments on commit c31883b

Please sign in to comment.