Skip to content

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mybios committed Aug 25, 2024
1 parent ad2747c commit 32ca69f
Show file tree
Hide file tree
Showing 25 changed files with 57 additions and 57 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.7.1",
"version": "1.7.2",
"private": false,
"description": "A distributed load test framework",
"repository": {
Expand All @@ -22,9 +22,9 @@
"@types/node": "^16.3.3",
"@types/ws": "^8.5.4",
"cli-color": "^2.0.0",
"pinus-protobuf": "^1.7.1",
"pinus-protocol": "^1.7.1",
"pinus-robot": "^1.7.1",
"pinus-protobuf": "^1.7.2",
"pinus-protocol": "^1.7.2",
"pinus-robot": "^1.7.2",
"ws": "^8.12.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.7.1",
"version": "1.7.2",
"private": false,
"bin": {
"$": "./dist/bin/app.js"
Expand All @@ -21,8 +21,8 @@
"@types/bluebird": "^3.5.19",
"@types/node": "^16.3.3",
"bluebird": "^3.5.1",
"pinus": "^1.7.1",
"pinus-base-plugin": "^1.7.1",
"pinus": "^1.7.2",
"pinus-base-plugin": "^1.7.2",
"reflect-metadata": "^0.2.2",
"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.7.1",
"version": "1.7.2",
"private": false,
"dependencies": {
"express": "4.19.2"
Expand Down
6 changes: 3 additions & 3 deletions examples/ssl-connector/game-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinus-example-ssl-connector",
"version": "1.7.1",
"version": "1.7.2",
"private": true,
"bin": {
"$": "./dist/bin/app.js"
Expand All @@ -21,8 +21,8 @@
"@types/bluebird": "^3.5.19",
"@types/node": "^14",
"bluebird": "^3.5.1",
"pinus": "^1.7.1",
"pinus-base-plugin": "^1.7.1",
"pinus": "^1.7.2",
"pinus-base-plugin": "^1.7.2",
"reflect-metadata": "^0.2.2",
"source-map-support": "^0.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/ssl-connector/web-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinusmod-simple-example-web-server",
"version": "1.7.1",
"version": "1.7.2",
"private": true,
"dependencies": {
"express": "4.19.2"
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.7.1",
"version": "1.7.2",
"private": false,
"main": "./dist/app",
"scripts": {
Expand All @@ -20,9 +20,9 @@
"@types/node": "^16.3.3",
"bluebird": "^3.5.1",
"crc": "^4.3.2",
"pinus": "^1.7.1",
"pinus-robot": "^1.7.1",
"pinus-robot-plugin": "^1.7.1",
"pinus": "^1.7.2",
"pinus-robot": "^1.7.2",
"pinus-robot-plugin": "^1.7.2",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.5.6",
"source-map-support": "^0.5.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.7.1",
"version": "1.7.2",
"private": false,
"dependencies": {
"express": "4.19.2"
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.7.1",
"version": "1.7.2",
"private": false,
"main": "./dist/app",
"scripts": {
Expand All @@ -20,9 +20,9 @@
"@types/node": "^16.3.3",
"bluebird": "^3.5.1",
"crc": "^4.3.2",
"pinus": "^1.7.1",
"pinus-robot": "^1.7.1",
"pinus-robot-plugin": "^1.7.1",
"pinus": "^1.7.2",
"pinus-robot": "^1.7.2",
"pinus-robot-plugin": "^1.7.2",
"reflect-metadata": "^0.2.2",
"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.7.1",
"version": "1.7.2",
"private": false,
"dependencies": {
"express": "4.19.2"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"examples/websocket-chat-ts-run/*",
"examples/robot-sample"
],
"version": "1.7.1",
"version": "1.7.2",
"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.7.1",
"version": "1.7.2",
"main": "./dist/index",
"types": "./lib/index",
"files": [
Expand All @@ -25,9 +25,9 @@
},
"dependencies": {
"mqtt-connection": "^4.1.0",
"pinus-logger": "^1.7.1",
"pinus-monitor": "^1.7.1",
"pinus-scheduler": "^1.7.1",
"pinus-logger": "^1.7.2",
"pinus-monitor": "^1.7.2",
"pinus-scheduler": "^1.7.2",
"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.7.1",
"version": "1.7.2",
"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.7.1",
"version": "1.7.2",
"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.7.1",
"version": "1.7.2",
"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.7.1",
"version": "1.7.2",
"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.7.1",
"version": "1.7.2",
"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.7.1",
"version": "1.7.2",
"main": "./dist/index",
"types": "./lib/index",
"files": [
Expand All @@ -26,8 +26,8 @@
"bluebird": "^3.5.1",
"crc": "^4.3.2",
"mqtt-connection": "^4.1.0",
"pinus-loader": "^1.7.1",
"pinus-logger": "^1.7.1",
"pinus-loader": "^1.7.2",
"pinus-logger": "^1.7.2",
"socket.io": "^4.1.3",
"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.7.1",
"version": "1.7.2",
"author": "mybios <[email protected]>",
"main": "./dist/schedule",
"types": "./lib/schedule",
Expand All @@ -23,7 +23,7 @@
"node": ">=12.9.0"
},
"dependencies": {
"pinus-logger": "^1.7.1"
"pinus-logger": "^1.7.2"
},
"devDependencies": {
"@types/node": "^12.20.41",
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.7.1",
"version": "1.7.2",
"private": false,
"homepage": "https://github.com/node-pinus/pinus",
"repository": {
Expand Down Expand Up @@ -57,13 +57,13 @@
"mkdirp": "^3.0.1",
"mqtt-connection": "^4.1.0",
"node-bignumber": "^1.2.1",
"pinus-admin": "^1.7.1",
"pinus-loader": "^1.7.1",
"pinus-logger": "^1.7.1",
"pinus-protobuf": "^1.7.1",
"pinus-protocol": "^1.7.1",
"pinus-rpc": "^1.7.1",
"pinus-scheduler": "^1.7.1",
"pinus-admin": "^1.7.2",
"pinus-loader": "^1.7.2",
"pinus-logger": "^1.7.2",
"pinus-protobuf": "^1.7.2",
"pinus-protocol": "^1.7.2",
"pinus-rpc": "^1.7.2",
"pinus-scheduler": "^1.7.2",
"pretty-columns": "^1.2.1",
"seq-queue": "^0.0.5",
"socket.io": "^4.1.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.7.1",
"version": "1.7.2",
"description": "pinus base gate plugin",
"files": [
"dist",
Expand Down Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"bluebird": "^3.5.1",
"crc": "^4.3.2",
"pinus": "^1.7.1",
"pinus-robot-plugin": "^1.7.1",
"pinus": "^1.7.2",
"pinus-robot-plugin": "^1.7.2",
"reflect-metadata": "^0.2.2",
"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.7.1",
"version": "1.7.2",
"description": "pinus base plugin",
"files": [
"dist",
Expand All @@ -22,7 +22,7 @@
"main": "./dist/index",
"types": "./src/index",
"dependencies": {
"pinus": "^1.7.1"
"pinus": "^1.7.2"
},
"devDependencies": {
"@types/node": "^12.20.41",
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.7.1",
"version": "1.7.2",
"description": "pinus robot plugin",
"files": [
"dist",
Expand All @@ -22,7 +22,7 @@
"main": "./dist/index",
"types": "./src/index",
"dependencies": {
"pinus": "^1.7.1",
"pinus": "^1.7.2",
"yargs": "^17.0.1"
},
"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.7.1",
"version": "1.7.2",
"private": false,
"dependencies": {
"body-parser": "1.20.2",
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.7.1",
"version": "1.7.2",
"description": "pinus command line client for managing pinus",
"scripts": {
"build": "tsc",
Expand Down Expand Up @@ -33,8 +33,8 @@
"async": "^3.0.0",
"colors": "^1.4.0",
"optimist": "^0.6.1",
"pinus-admin": "^1.7.1",
"pinus-logger": "^1.7.1",
"pinus-admin": "^1.7.2",
"pinus-logger": "^1.7.2",
"pretty-columns": "^1.2.1"
},
"devDependencies": {
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.7.1",
"version": "1.7.2",
"private": false,
"dependencies": {
"colors": "^1.4.0",
Expand Down

0 comments on commit 32ca69f

Please sign in to comment.