From afca6d573b55b7611b0acce5b9e48057b2638952 Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Thu, 25 Oct 2018 18:28:01 +0800 Subject: [PATCH] v1.10.1 --- lerna.json | 2 +- packages/dollar/package.json | 2 +- packages/env/package.json | 2 +- packages/hook/package.json | 6 +++--- packages/hub/package.json | 4 ++-- packages/messenger/package.json | 2 +- packages/metrics/package.json | 10 +++++----- packages/pandora/package.json | 16 ++++++++-------- packages/service-logger/package.json | 8 ++++---- 9 files changed, 26 insertions(+), 26 deletions(-) diff --git a/lerna.json b/lerna.json index b352a6ce..5890fb9c 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "1.10.0", + "version": "1.10.1", "registry": "https://registry.npmjs.org/", "npmClient": "npm" } diff --git a/packages/dollar/package.json b/packages/dollar/package.json index 93410a1b..41823a4f 100644 --- a/packages/dollar/package.json +++ b/packages/dollar/package.json @@ -1,6 +1,6 @@ { "name": "pandora-dollar", - "version": "1.10.0", + "version": "1.10.1", "description": "handy utilities", "main": "dist/index", "typings": "dist/index.d.ts", diff --git a/packages/env/package.json b/packages/env/package.json index 7fc3eafd..d816ab3f 100644 --- a/packages/env/package.json +++ b/packages/env/package.json @@ -1,6 +1,6 @@ { "name": "pandora-env", - "version": "1.10.0", + "version": "1.10.1", "description": "Common environment abstract", "main": "dist/index", "typings": "dist/index.d.ts", diff --git a/packages/hook/package.json b/packages/hook/package.json index 53818a1b..d0364b64 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,6 +1,6 @@ { "name": "pandora-hook", - "version": "1.10.0", + "version": "1.10.1", "description": "pandora module hook", "main": "dist/index", "typings": "dist/index.d.ts", @@ -25,7 +25,7 @@ "cls-bluebird": "^2.1.0", "debug": "^3.1.0", "is-type-of": "^1.2.0", - "pandora-metrics": "^1.10.0", + "pandora-metrics": "^1.10.1", "semver": "^5.4.1", "xorshift": "^1.1.1" }, @@ -50,7 +50,7 @@ "nock": "^9.1.4", "nyc": "^11.3.0", "nyc-ts-patch": "^1.0.0", - "pandora-env": "^1.10.0", + "pandora-env": "^1.10.1", "pedding": "^1.1.0", "redis-parser": "^3.0.0", "safe-buffer": "^5.1.1", diff --git a/packages/hub/package.json b/packages/hub/package.json index 2a5e5adb..82a7b5f3 100644 --- a/packages/hub/package.json +++ b/packages/hub/package.json @@ -1,6 +1,6 @@ { "name": "pandora-hub", - "version": "1.10.0", + "version": "1.10.1", "description": "pandora.js messenge hub", "main": "dist/index", "typings": "dist/index.d.ts", @@ -21,7 +21,7 @@ ], "license": "MIT", "dependencies": { - "pandora-messenger": "^1.10.0", + "pandora-messenger": "^1.10.1", "uuid": "^3.1.0" }, "devDependencies": { diff --git a/packages/messenger/package.json b/packages/messenger/package.json index b2aeced9..a5ed5bfd 100644 --- a/packages/messenger/package.json +++ b/packages/messenger/package.json @@ -1,6 +1,6 @@ { "name": "pandora-messenger", - "version": "1.10.0", + "version": "1.10.1", "description": "pandora.js messenger module", "main": "dist/index", "typings": "dist/index.d.ts", diff --git a/packages/metrics/package.json b/packages/metrics/package.json index 7e39d345..0b6fa389 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,6 +1,6 @@ { "name": "pandora-metrics", - "version": "1.10.0", + "version": "1.10.1", "main": "dist/index", "typings": "dist/index.d.ts", "scripts": { @@ -31,7 +31,7 @@ "mm": "^2.1.0", "mocha": "^3.5.0", "nyc": "^11.2.1", - "pandora-hub": "^1.10.0", + "pandora-hub": "^1.10.1", "sinon": "^4.1.2", "supertest": "^3.0.0", "yargs": "^6.6.0" @@ -50,9 +50,9 @@ "module-hook": "^2.1.0", "node-df": "^0.1.1", "opentracing": "^0.14.1", - "pandora-env": "^1.10.0", - "pandora-messenger": "^1.10.0", - "pandora-service-logger": "^1.10.0", + "pandora-env": "^1.10.1", + "pandora-messenger": "^1.10.1", + "pandora-service-logger": "^1.10.1", "pidusage": "^1.1.6", "xorshift": "^1.1.1" }, diff --git a/packages/pandora/package.json b/packages/pandora/package.json index ff6ef103..6886518c 100644 --- a/packages/pandora/package.json +++ b/packages/pandora/package.json @@ -1,6 +1,6 @@ { "name": "pandora", - "version": "1.10.0", + "version": "1.10.1", "description": "A powerful and lightweight application manager for Node.js applications powered by TypeScript.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -40,13 +40,13 @@ "module-hook": "^1.0.2", "moment": "^2.21.0", "mz": "^2.7.0", - "pandora-dollar": "^1.10.0", - "pandora-env": "^1.10.0", - "pandora-hook": "^1.10.0", - "pandora-hub": "^1.10.0", - "pandora-messenger": "^1.10.0", - "pandora-metrics": "^1.10.0", - "pandora-service-logger": "^1.10.0", + "pandora-dollar": "^1.10.1", + "pandora-env": "^1.10.1", + "pandora-hook": "^1.10.1", + "pandora-hub": "^1.10.1", + "pandora-messenger": "^1.10.1", + "pandora-metrics": "^1.10.1", + "pandora-service-logger": "^1.10.1", "pandora-spawn-wrap": "^1.0.3", "read-last-lines": "^1.4.0", "semver": "^5.5.0", diff --git a/packages/service-logger/package.json b/packages/service-logger/package.json index 4dfd350e..729608f3 100644 --- a/packages/service-logger/package.json +++ b/packages/service-logger/package.json @@ -1,6 +1,6 @@ { "name": "pandora-service-logger", - "version": "1.10.0", + "version": "1.10.1", "description": "pandora service logger", "main": "dist/index", "typings": "dist/index.d.ts", @@ -34,9 +34,9 @@ "humanize-ms": "^1.2.1", "moment": "^2.18.1", "mz": "^2.6.0", - "pandora-dollar": "^1.10.0", - "pandora-env": "^1.10.0", - "pandora-messenger": "^1.10.0" + "pandora-dollar": "^1.10.1", + "pandora-env": "^1.10.1", + "pandora-messenger": "^1.10.1" }, "nyc": { "include": [