Skip to content

Commit

Permalink
v1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mybios committed May 19, 2020
1 parent d3f94d2 commit 0acc076
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.4.6",
"version": "1.4.7",
"private": false,
"description": "A distributed load test framework",
"repository": {
Expand All @@ -21,9 +21,9 @@
"dependencies": {
"@types/node": "8.10.54",
"@types/ws": "^3.2.0",
"pinus-protobuf": "^1.4.6",
"pinus-protocol": "^1.4.6",
"pinus-robot": "^1.4.6",
"pinus-protobuf": "^1.4.7",
"pinus-protocol": "^1.4.7",
"pinus-robot": "^1.4.7",
"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.4.6",
"version": "1.4.7",
"private": false,
"bin": {
"$": "./dist/bin/app.js"
Expand All @@ -21,8 +21,8 @@
"@types/bluebird": "^3.5.19",
"@types/node": "8.10.54",
"bluebird": "^3.5.1",
"pinus": "^1.4.6",
"pinus-base-plugin": "^1.4.6",
"pinus": "^1.4.7",
"pinus-base-plugin": "^1.4.7",
"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.4.6",
"version": "1.4.7",
"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.4.6",
"version": "1.4.7",
"private": false,
"main": "./dist/app",
"scripts": {
Expand All @@ -18,9 +18,9 @@
"@types/node": "8.10.54",
"bluebird": "^3.5.1",
"crc": "^3.5.0",
"pinus": "^1.4.6",
"pinus-robot": "^1.4.6",
"pinus-robot-plugin": "^1.4.6",
"pinus": "^1.4.7",
"pinus-robot": "^1.4.7",
"pinus-robot-plugin": "^1.4.7",
"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.4.6",
"version": "1.4.7",
"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.4.6",
"version": "1.4.7",
"private": false,
"main": "./dist/app",
"scripts": {
Expand All @@ -20,9 +20,9 @@
"@types/node": "8.10.54",
"bluebird": "^3.5.1",
"crc": "^3.5.0",
"pinus": "^1.4.6",
"pinus-robot": "^1.4.6",
"pinus-robot-plugin": "^1.4.6",
"pinus": "^1.4.7",
"pinus-robot": "^1.4.7",
"pinus-robot-plugin": "^1.4.7",
"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.4.6",
"version": "1.4.7",
"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 @@ -9,7 +9,7 @@
"examples/websocket-chat-ts-run/*",
"examples/robot-sample"
],
"version": "1.4.6",
"version": "1.4.7",
"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.4.6",
"version": "1.4.7",
"main": "./dist/index",
"types": "./lib/index",
"files": [
Expand All @@ -26,9 +26,9 @@
"dependencies": {
"@types/mqtt-connection": "git+https://github.com/node-pinus/types-mqtt-connection.git",
"mqtt-connection": "^3.2.0",
"pinus-logger": "^1.4.6",
"pinus-monitor": "^1.4.6",
"pinus-scheduler": "^1.4.6",
"pinus-logger": "^1.4.7",
"pinus-monitor": "^1.4.7",
"pinus-scheduler": "^1.4.7",
"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.4.6",
"version": "1.4.7",
"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.4.6",
"version": "1.4.7",
"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.4.6",
"version": "1.4.7",
"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.4.6",
"version": "1.4.7",
"main": "./dist/protobuf",
"types": "./lib/protobuf",
"files": [
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.4.6",
"version": "1.4.7",
"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.4.6",
"version": "1.4.7",
"main": "./dist/index",
"types": "./lib/index",
"files": [
Expand All @@ -26,8 +26,8 @@
"bluebird": "^3.5.1",
"crc": "^0.2.1",
"mqtt-connection": "^3.2.0",
"pinus-loader": "^1.4.6",
"pinus-logger": "^1.4.6",
"pinus-loader": "^1.4.7",
"pinus-logger": "^1.4.7",
"socket.io": "^2.3.0",
"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.4.6",
"version": "1.4.7",
"author": "mybios <[email protected]>",
"main": "./dist/schedule",
"types": "./lib/schedule",
Expand All @@ -23,7 +23,7 @@
"node": ">=8.5"
},
"dependencies": {
"pinus-logger": "^1.4.6"
"pinus-logger": "^1.4.7"
},
"devDependencies": {
"@types/node": "8.10.54",
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.4.6",
"version": "1.4.7",
"homepage": "https://github.com/mybios/pinus",
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,13 +57,13 @@
"mkdirp": "^0.5.1",
"mqtt-connection": "^4.0.0",
"node-bignumber": "^1.2.1",
"pinus-admin": "^1.4.6",
"pinus-loader": "^1.4.6",
"pinus-logger": "^1.4.6",
"pinus-protobuf": "^1.4.6",
"pinus-protocol": "^1.4.6",
"pinus-rpc": "^1.4.6",
"pinus-scheduler": "^1.4.6",
"pinus-admin": "^1.4.7",
"pinus-loader": "^1.4.7",
"pinus-logger": "^1.4.7",
"pinus-protobuf": "^1.4.7",
"pinus-protocol": "^1.4.7",
"pinus-rpc": "^1.4.7",
"pinus-scheduler": "^1.4.7",
"seq-queue": "^0.0.5",
"socket.io": "^2.3.0",
"ws": "^7.0.0"
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.4.6",
"version": "1.4.7",
"description": "pinus base gate plugin",
"files": [
"dist",
Expand Down Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"bluebird": "^3.5.1",
"crc": "^3.5.0",
"pinus": "^1.4.6",
"pinus-robot-plugin": "^1.4.6",
"pinus": "^1.4.7",
"pinus-robot-plugin": "^1.4.7",
"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.4.6",
"version": "1.4.7",
"description": "pinus base plugin",
"files": [
"dist",
Expand All @@ -22,7 +22,7 @@
"main": "./dist/index",
"types": "./src/index",
"dependencies": {
"pinus": "^1.4.6"
"pinus": "^1.4.7"
},
"devDependencies": {
"@types/node": "8.10.54",
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.4.6",
"version": "1.4.7",
"description": "pinus robot plugin",
"files": [
"dist",
Expand All @@ -22,7 +22,7 @@
"main": "./dist/index",
"types": "./src/index",
"dependencies": {
"pinus": "^1.4.6",
"pinus": "^1.4.7",
"yargs": "^15.0.0"
},
"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.4.6",
"version": "1.4.7",
"private": false,
"dependencies": {
"body-parser": "1.19.0",
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.4.6",
"version": "1.4.7",
"description": "pinus command line client for managing pinus",
"scripts": {
"build": "tsc",
Expand Down Expand Up @@ -33,8 +33,8 @@
"async": "^3.0.0",
"cliff": "^0.1.10",
"optimist": "^0.6.1",
"pinus-admin": "^1.4.6",
"pinus-logger": "^1.4.6"
"pinus-admin": "^1.4.7",
"pinus-logger": "^1.4.7"
},
"devDependencies": {
"@types/async": "^3.0.0",
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.4.6",
"version": "1.4.7",
"private": false,
"dependencies": {
"cliff": "^0.1.10",
Expand Down

0 comments on commit 0acc076

Please sign in to comment.