Skip to content

Commit

Permalink
v1.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mybios committed Dec 2, 2019
1 parent 6aa9d75 commit 54ad49b
Show file tree
Hide file tree
Showing 23 changed files with 53 additions and 53 deletions.
8 changes: 4 additions & 4 deletions examples/robot-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-example-robot",
"version": "1.3.13",
"version": "1.3.14",
"private": false,
"description": "A distributed load test framework",
"repository": {
Expand All @@ -23,9 +23,9 @@
"dependencies": {
"@types/node": "8.5.7",
"@types/ws": "^3.2.0",
"pinus-protobuf": "^1.3.13",
"pinus-protocol": "^1.3.13",
"pinus-robot": "^1.3.13",
"pinus-protobuf": "^1.3.14",
"pinus-protocol": "^1.3.14",
"pinus-robot": "^1.3.14",
"ws": "^3.2.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/simple-example/game-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-simple-example-game-server",
"version": "1.3.13",
"version": "1.3.14",
"private": false,
"bin": {
"$": "./dist/bin/app.js"
Expand All @@ -23,8 +23,8 @@
"@types/bluebird": "^3.5.19",
"@types/node": "8.5.7",
"bluebird": "^3.5.1",
"pinus": "^1.3.13",
"pinus-base-plugin": "^1.3.13",
"pinus": "^1.3.14",
"pinus-base-plugin": "^1.3.14",
"reflect-metadata": "^0.1.10",
"source-map-support": "^0.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-example/web-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-simple-example-web-server",
"version": "1.3.13",
"version": "1.3.14",
"private": false,
"dependencies": {
"express": "3.4.8"
Expand Down
8 changes: 4 additions & 4 deletions examples/websocket-chat-ts-run/game-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-sample-websocket-chat-game-server-ts-run",
"version": "1.3.13",
"version": "1.3.14",
"private": false,
"main": "./dist/app",
"scripts": {
Expand All @@ -18,9 +18,9 @@
"@types/node": "8.5.7",
"bluebird": "^3.5.1",
"crc": "^3.5.0",
"pinus": "^1.3.13",
"pinus-robot": "^1.3.13",
"pinus-robot-plugin": "^1.3.13",
"pinus": "^1.3.14",
"pinus-robot": "^1.3.14",
"pinus-robot-plugin": "^1.3.14",
"reflect-metadata": "^0.1.10",
"source-map-support": "^0.5.0",
"ts-node": "^8.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/websocket-chat-ts-run/web-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-sample-websocket-chat-web-server-ts-run",
"version": "1.3.13",
"version": "1.3.14",
"private": false,
"dependencies": {
"express": "3.4.0"
Expand Down
8 changes: 4 additions & 4 deletions examples/websocket-chat/game-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-sample-websocket-chat-game-server",
"version": "1.3.13",
"version": "1.3.14",
"private": false,
"main": "./dist/app",
"scripts": {
Expand All @@ -22,9 +22,9 @@
"@types/node": "8.5.7",
"bluebird": "^3.5.1",
"crc": "^3.5.0",
"pinus": "^1.3.13",
"pinus-robot": "^1.3.13",
"pinus-robot-plugin": "^1.3.13",
"pinus": "^1.3.14",
"pinus-robot": "^1.3.14",
"pinus-robot-plugin": "^1.3.14",
"reflect-metadata": "^0.1.10",
"source-map-support": "^0.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/websocket-chat/web-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-sample-websocket-chat-web-server",
"version": "1.3.13",
"version": "1.3.14",
"private": false,
"dependencies": {
"express": "3.4.0"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.3.13",
"version": "1.3.14",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 4 additions & 4 deletions packages/pinus-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-admin",
"version": "1.3.13",
"version": "1.3.14",
"main": "./dist/index",
"types": "./lib/index",
"files": [
Expand All @@ -27,9 +27,9 @@
"@types/mqtt-connection": "git+https://github.com/node-pinus/types-mqtt-connection.git",
"@types/node": "8.5.7",
"mqtt-connection": "^3.2.0",
"pinus-logger": "^1.3.13",
"pinus-monitor": "^1.3.13",
"pinus-scheduler": "^1.3.13",
"pinus-logger": "^1.3.14",
"pinus-monitor": "^1.3.14",
"pinus-scheduler": "^1.3.14",
"read-last-lines": "^1.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pinus-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-loader",
"version": "1.3.13",
"version": "1.3.14",
"main": "./dist/index",
"types": "./lib/index",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/pinus-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-logger",
"version": "1.3.13",
"version": "1.3.14",
"private": false,
"main": "./dist/index",
"types": "./lib/index",
Expand Down
2 changes: 1 addition & 1 deletion packages/pinus-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pinus-monitor",
"description": "monitor the operating-system and process information",
"version": "1.3.13",
"version": "1.3.14",
"main": "./dist/index",
"types": "./lib/index",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/pinus-protobuf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-protobuf",
"version": "1.3.13",
"version": "1.3.14",
"main": "./dist/protobuf",
"types": "./lib/protobuf",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pinus-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-protocol",
"version": "1.3.13",
"version": "1.3.14",
"private": false,
"main": "./dist",
"types": "./lib/index",
Expand Down
6 changes: 3 additions & 3 deletions packages/pinus-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-rpc",
"version": "1.3.13",
"version": "1.3.14",
"main": "./dist/index",
"types": "./lib/index",
"files": [
Expand Down Expand Up @@ -34,8 +34,8 @@
"bluebird": "^3.5.1",
"crc": "^0.2.1",
"mqtt-connection": "^3.2.0",
"pinus-loader": "^1.3.13",
"pinus-logger": "^1.3.13",
"pinus-loader": "^1.3.14",
"pinus-logger": "^1.3.14",
"socket.io": "^2.0.4",
"source-map-support": "^0.5.0",
"stream-pkg": "0.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/pinus-scheduler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-scheduler",
"version": "1.3.13",
"version": "1.3.14",
"author": "mybios <[email protected]>",
"main": "./dist/schedule",
"types": "./lib/schedule",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@types/node": "8.5.7",
"pinus-logger": "^1.3.13"
"pinus-logger": "^1.3.14"
},
"devDependencies": {
"tslint": "^5.9.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/pinus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus",
"version": "1.3.13",
"version": "1.3.14",
"homepage": "https://github.com/mybios/pinus",
"repository": {
"type": "git",
Expand Down Expand Up @@ -59,13 +59,13 @@
"mkdirp": "^0.5.1",
"mqtt-connection": "^3.2.0",
"node-bignumber": "^1.2.1",
"pinus-admin": "^1.3.13",
"pinus-loader": "^1.3.13",
"pinus-logger": "^1.3.13",
"pinus-protobuf": "^1.3.13",
"pinus-protocol": "^1.3.13",
"pinus-rpc": "^1.3.13",
"pinus-scheduler": "^1.3.13",
"pinus-admin": "^1.3.14",
"pinus-loader": "^1.3.14",
"pinus-logger": "^1.3.14",
"pinus-protobuf": "^1.3.14",
"pinus-protocol": "^1.3.14",
"pinus-rpc": "^1.3.14",
"pinus-scheduler": "^1.3.14",
"seq-queue": "^0.0.5",
"socket.io": "^2.0.4",
"ws": "^3.3.3"
Expand Down
6 changes: 3 additions & 3 deletions plugins/base-gate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-base-gate",
"version": "1.3.13",
"version": "1.3.14",
"description": "pinus base gate plugin",
"files": [
"dist",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@types/node": "8.5.7",
"bluebird": "^3.5.1",
"crc": "^3.5.0",
"pinus": "^1.3.13",
"pinus-robot-plugin": "^1.3.13",
"pinus": "^1.3.14",
"pinus-robot-plugin": "^1.3.14",
"reflect-metadata": "^0.1.10",
"source-map-support": "^0.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/base-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-base-plugin",
"version": "1.3.13",
"version": "1.3.14",
"description": "pinus base plugin",
"files": [
"dist",
Expand All @@ -23,7 +23,7 @@
"types": "./src/index",
"dependencies": {
"@types/node": "8.5.7",
"pinus": "^1.3.13"
"pinus": "^1.3.14"
},
"devDependencies": {
"tslint": "^5.9.1",
Expand Down
4 changes: 2 additions & 2 deletions plugins/pinus-robot-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-robot-plugin",
"version": "1.3.13",
"version": "1.3.14",
"description": "pinus robot plugin",
"files": [
"dist",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@types/node": "8.5.7",
"@types/yargs": "^10.0.1",
"pinus": "^1.3.13",
"pinus": "^1.3.14",
"yargs": "^10.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tools/pinus-admin-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-admin-web",
"version": "1.3.13",
"version": "1.3.14",
"private": false,
"dependencies": {
"body-parser": "^1.16.1",
Expand Down
6 changes: 3 additions & 3 deletions tools/pinus-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-cli",
"version": "1.3.13",
"version": "1.3.14",
"description": "pinus command line client for managing pinus",
"scripts": {
"build": "tsc",
Expand Down Expand Up @@ -37,8 +37,8 @@
"async": "^2.6.0",
"cliff": "^0.1.10",
"optimist": "^0.6.1",
"pinus-admin": "^1.3.13",
"pinus-logger": "^1.3.13"
"pinus-admin": "^1.3.14",
"pinus-logger": "^1.3.14"
},
"devDependencies": {
"typescript": "^2.9.2"
Expand Down
2 changes: 1 addition & 1 deletion tools/pinus-robot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-robot",
"version": "1.3.13",
"version": "1.3.14",
"private": false,
"dependencies": {
"@types/cliff": "^0.1.4",
Expand Down

0 comments on commit 54ad49b

Please sign in to comment.