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

Commit

Permalink
v1.7.4-1
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jan 23, 2018
1 parent 559a37e commit 6642b08
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.7.4-0",
"version": "1.7.4-1",
"registry": "https://registry.npmjs.org/",
"npmClient": "npm"
}
4 changes: 2 additions & 2 deletions packages/hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pandora-hook",
"version": "1.7.4-0",
"version": "1.7.4-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.7.4-0",
"pandora-metrics": "^1.7.4-1",
"semver": "^5.4.1",
"xorshift": "^1.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pandora-metrics",
"version": "1.7.4-0",
"version": "1.7.4-1",
"main": "dist/index",
"typings": "dist/index.d.ts",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/pandora/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pandora",
"version": "1.7.4-0",
"version": "1.7.4-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 @@ -42,10 +42,10 @@
"mz": "^2.7.0",
"pandora-dollar": "^1.6.22",
"pandora-env": "^1.6.3",
"pandora-hook": "^1.7.4-0",
"pandora-hook": "^1.7.4-1",
"pandora-hub": "^1.6.22",
"pandora-messenger": "^1.6.9",
"pandora-metrics": "^1.7.4-0",
"pandora-metrics": "^1.7.4-1",
"pandora-service-logger": "^1.6.22",
"pandora-spawn-wrap": "^1.0.1",
"read-last-lines": "^1.2.0",
Expand Down

0 comments on commit 6642b08

Please sign in to comment.