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

Commit

Permalink
v1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Dec 14, 2018
1 parent 1dd00a6 commit 7310db1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.10.5",
"version": "1.10.6",
"registry": "https://registry.npmjs.org/",
"npmClient": "npm"
}
4 changes: 2 additions & 2 deletions packages/hook/package.json
@@ -1,6 +1,6 @@
{
"name": "pandora-hook",
"version": "1.10.5",
"version": "1.10.6",
"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.10.5",
"pandora-metrics": "^1.10.6",
"semver": "^5.4.1",
"xorshift": "^1.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hub/package.json
@@ -1,6 +1,6 @@
{
"name": "pandora-hub",
"version": "1.10.2",
"version": "1.10.6",
"description": "pandora.js messenge hub",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/metrics/package.json
@@ -1,6 +1,6 @@
{
"name": "pandora-metrics",
"version": "1.10.5",
"version": "1.10.6",
"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.10.2",
"pandora-hub": "^1.10.6",
"sinon": "^4.1.2",
"supertest": "^3.0.0",
"yargs": "^6.6.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/pandora/package.json
@@ -1,6 +1,6 @@
{
"name": "pandora",
"version": "1.10.5",
"version": "1.10.6",
"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 @@ -42,10 +42,10 @@
"mz": "^2.7.0",
"pandora-dollar": "^1.10.2",
"pandora-env": "^1.10.2",
"pandora-hook": "^1.10.5",
"pandora-hub": "^1.10.2",
"pandora-hook": "^1.10.6",
"pandora-hub": "^1.10.6",
"pandora-messenger": "^1.10.2",
"pandora-metrics": "^1.10.5",
"pandora-metrics": "^1.10.6",
"pandora-service-logger": "^1.10.2",
"pandora-spawn-wrap": "^1.0.3",
"read-last-lines": "^1.4.0",
Expand Down

0 comments on commit 7310db1

Please sign in to comment.