Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Oct 12, 2018
1 parent 3631d47 commit e2d20a0
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 26 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Adam Lau <skyros@gmail.com>
GuangWong <guangwong@gmail.com>
Harry <czy88840616@gmail.com>
Harry Chen <czy88840616@gmail.com>
Mario Du <dujiakun@gmail.com>
MarioDu <dujiakun@gmail.com>
NoScripter <mhz_xz_tc@126.com>
NoScripter <noscripter@users.noreply.github.com>
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.9.0",
"version": "1.9.1",
"registry": "https://registry.npmjs.org/",
"npmClient": "npm"
}
2 changes: 1 addition & 1 deletion packages/dollar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pandora-dollar",
"version": "1.6.22",
"version": "1.9.1",
"description": "handy utilities",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pandora-env",
"version": "1.7.7",
"version": "1.9.1",
"description": "Common environment abstract",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pandora-hook",
"version": "1.9.0",
"version": "1.9.1",
"description": "pandora module hook",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"cls-bluebird": "^2.1.0",
"debug": "^3.1.0",
"is-type-of": "^1.2.0",
"pandora-metrics": "^1.8.26",
"pandora-metrics": "^1.9.1",
"semver": "^5.4.1",
"xorshift": "^1.1.1"
},
Expand All @@ -50,7 +50,7 @@
"nock": "^9.1.4",
"nyc": "^11.3.0",
"nyc-ts-patch": "^1.0.0",
"pandora-env": "^1.7.7",
"pandora-env": "^1.9.1",
"pedding": "^1.1.0",
"redis-parser": "^3.0.0",
"safe-buffer": "^5.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/hub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pandora-hub",
"version": "1.8.15",
"version": "1.9.1",
"description": "pandora.js messenge hub",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
],
"license": "MIT",
"dependencies": {
"pandora-messenger": "^1.7.7",
"pandora-messenger": "^1.9.1",
"uuid": "^3.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/messenger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pandora-messenger",
"version": "1.7.7",
"version": "1.9.1",
"description": "pandora.js messenger module",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pandora-metrics",
"version": "1.8.26",
"version": "1.9.1",
"main": "dist/index",
"typings": "dist/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"mm": "^2.1.0",
"mocha": "^3.5.0",
"nyc": "^11.2.1",
"pandora-hub": "^1.8.15",
"pandora-hub": "^1.9.1",
"sinon": "^4.1.2",
"supertest": "^3.0.0",
"yargs": "^6.6.0"
Expand All @@ -49,9 +49,9 @@
"module-hook": "^2.1.0",
"node-df": "^0.1.1",
"opentracing": "^0.14.1",
"pandora-env": "^1.7.7",
"pandora-messenger": "^1.7.7",
"pandora-service-logger": "^1.7.7",
"pandora-env": "^1.9.1",
"pandora-messenger": "^1.9.1",
"pandora-service-logger": "^1.9.1",
"pidusage": "^1.1.6",
"xorshift": "^1.1.1"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/pandora/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pandora",
"version": "1.9.0",
"version": "1.9.1",
"description": "A powerful and lightweight application manager for Node.js applications powered by TypeScript.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -40,13 +40,13 @@
"module-hook": "^1.0.2",
"moment": "^2.21.0",
"mz": "^2.7.0",
"pandora-dollar": "^1.6.22",
"pandora-env": "^1.7.7",
"pandora-hook": "^1.9.0",
"pandora-hub": "^1.8.15",
"pandora-messenger": "^1.7.7",
"pandora-metrics": "^1.8.26",
"pandora-service-logger": "^1.7.7",
"pandora-dollar": "^1.9.1",
"pandora-env": "^1.9.1",
"pandora-hook": "^1.9.1",
"pandora-hub": "^1.9.1",
"pandora-messenger": "^1.9.1",
"pandora-metrics": "^1.9.1",
"pandora-service-logger": "^1.9.1",
"pandora-spawn-wrap": "^1.0.3",
"read-last-lines": "^1.4.0",
"semver": "^5.5.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/service-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pandora-service-logger",
"version": "1.7.7",
"version": "1.9.1",
"description": "pandora service logger",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -34,9 +34,9 @@
"humanize-ms": "^1.2.1",
"moment": "^2.18.1",
"mz": "^2.6.0",
"pandora-dollar": "^1.6.22",
"pandora-env": "^1.7.7",
"pandora-messenger": "^1.7.7"
"pandora-dollar": "^1.9.1",
"pandora-env": "^1.9.1",
"pandora-messenger": "^1.9.1"
},
"nyc": {
"include": [
Expand Down

0 comments on commit e2d20a0

Please sign in to comment.