From a28f5031611624ad08aa649bd4687cdf452d365c Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Tue, 23 Oct 2018 15:48:27 +0800 Subject: [PATCH] v1.10.0 --- 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 520cb5a9..b352a6ce 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "1.9.2", + "version": "1.10.0", "registry": "https://registry.npmjs.org/", "npmClient": "npm" } diff --git a/packages/dollar/package.json b/packages/dollar/package.json index 9fa06b5f..93410a1b 100644 --- a/packages/dollar/package.json +++ b/packages/dollar/package.json @@ -1,6 +1,6 @@ { "name": "pandora-dollar", - "version": "1.9.1", + "version": "1.10.0", "description": "handy utilities", "main": "dist/index", "typings": "dist/index.d.ts", diff --git a/packages/env/package.json b/packages/env/package.json index 5ff2220c..7fc3eafd 100644 --- a/packages/env/package.json +++ b/packages/env/package.json @@ -1,6 +1,6 @@ { "name": "pandora-env", - "version": "1.9.1", + "version": "1.10.0", "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 3f2b94ca..53818a1b 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,6 +1,6 @@ { "name": "pandora-hook", - "version": "1.9.2", + "version": "1.10.0", "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.9.1", + "pandora-metrics": "^1.10.0", "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.9.1", + "pandora-env": "^1.10.0", "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 b29798e2..2a5e5adb 100644 --- a/packages/hub/package.json +++ b/packages/hub/package.json @@ -1,6 +1,6 @@ { "name": "pandora-hub", - "version": "1.9.1", + "version": "1.10.0", "description": "pandora.js messenge hub", "main": "dist/index", "typings": "dist/index.d.ts", @@ -21,7 +21,7 @@ ], "license": "MIT", "dependencies": { - "pandora-messenger": "^1.9.1", + "pandora-messenger": "^1.10.0", "uuid": "^3.1.0" }, "devDependencies": { diff --git a/packages/messenger/package.json b/packages/messenger/package.json index aec183d4..b2aeced9 100644 --- a/packages/messenger/package.json +++ b/packages/messenger/package.json @@ -1,6 +1,6 @@ { "name": "pandora-messenger", - "version": "1.9.1", + "version": "1.10.0", "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 06387851..474fc627 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,6 +1,6 @@ { "name": "pandora-metrics", - "version": "1.9.1", + "version": "1.10.0", "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.9.1", + "pandora-hub": "^1.10.0", "sinon": "^4.1.2", "supertest": "^3.0.0", "yargs": "^6.6.0" @@ -49,9 +49,9 @@ "module-hook": "^2.1.0", "node-df": "^0.1.1", "opentracing": "^0.14.1", - "pandora-env": "^1.9.1", - "pandora-messenger": "^1.9.1", - "pandora-service-logger": "^1.9.1", + "pandora-env": "^1.10.0", + "pandora-messenger": "^1.10.0", + "pandora-service-logger": "^1.10.0", "pidusage": "^1.1.6", "xorshift": "^1.1.1" }, diff --git a/packages/pandora/package.json b/packages/pandora/package.json index e4d07dde..ff6ef103 100644 --- a/packages/pandora/package.json +++ b/packages/pandora/package.json @@ -1,6 +1,6 @@ { "name": "pandora", - "version": "1.9.2", + "version": "1.10.0", "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.9.1", - "pandora-env": "^1.9.1", - "pandora-hook": "^1.9.2", - "pandora-hub": "^1.9.1", - "pandora-messenger": "^1.9.1", - "pandora-metrics": "^1.9.1", - "pandora-service-logger": "^1.9.1", + "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-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 8a711056..4dfd350e 100644 --- a/packages/service-logger/package.json +++ b/packages/service-logger/package.json @@ -1,6 +1,6 @@ { "name": "pandora-service-logger", - "version": "1.9.1", + "version": "1.10.0", "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.9.1", - "pandora-env": "^1.9.1", - "pandora-messenger": "^1.9.1" + "pandora-dollar": "^1.10.0", + "pandora-env": "^1.10.0", + "pandora-messenger": "^1.10.0" }, "nyc": { "include": [