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

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
guangwong committed Dec 14, 2017
1 parent 7ebc2e9 commit 0f1fb66
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 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.4.2",
"version": "1.4.3",
"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.4.2",
"version": "1.4.3",
"description": "handy utilities",
"main": "dist/index",
"typings": "src/index",
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.4.2",
"version": "1.4.3",
"description": "Common environment abstract",
"main": "dist/index",
"typings": "src/index",
Expand Down
8 changes: 4 additions & 4 deletions packages/hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pandora-hook",
"version": "1.4.2",
"version": "1.4.3",
"description": "pandora module hook",
"main": "dist/index",
"typings": "src/index",
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"cls-bluebird": "^2.1.0",
"pandora-dollar": "^1.4.2",
"pandora-metrics": "^1.4.2",
"pandora-dollar": "^1.4.3",
"pandora-metrics": "^1.4.3",
"xorshift": "^1.1.1"
},
"devDependencies": {
Expand All @@ -39,7 +39,7 @@
"nock": "^9.1.4",
"nyc": "^11.3.0",
"nyc-ts-patch": "^1.0.0",
"pandora-env": "^1.4.2",
"pandora-env": "^1.4.3",
"pedding": "^1.1.0",
"shimmer": "^1.1.0",
"urllib": "^2.25.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.4.2",
"version": "1.4.3",
"description": "pandora.js messenge hub",
"main": "dist/index",
"typings": "src/index",
Expand All @@ -21,7 +21,7 @@
],
"license": "MIT",
"dependencies": {
"pandora-messenger": "^1.4.2",
"pandora-messenger": "^1.4.3",
"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.4.2",
"version": "1.4.3",
"description": "pandora.js messenger module",
"main": "dist/index",
"typings": "src/index",
Expand Down
8 changes: 4 additions & 4 deletions packages/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pandora-metrics",
"version": "1.4.2",
"version": "1.4.3",
"main": "dist/index",
"typings": "src/index",
"scripts": {
Expand Down Expand Up @@ -45,9 +45,9 @@
"module-hook": "^1.0.0",
"node-df": "^0.1.1",
"opentracing": "^0.14.1",
"pandora-env": "^1.4.2",
"pandora-messenger": "^1.4.2",
"pandora-service-logger": "^1.4.2",
"pandora-env": "^1.4.3",
"pandora-messenger": "^1.4.3",
"pandora-service-logger": "^1.4.3",
"pidusage": "^1.1.6",
"shimmer": "^1.1.0",
"super-event-emitter": "^4.1.4",
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.4.2",
"version": "1.4.3",
"description": "A powerful and lightweight application manager for Node.js applications powered by TypeScript.",
"main": "dist/index.js",
"typings": "src/index",
Expand Down Expand Up @@ -39,13 +39,13 @@
"module-hook": "^1.0.0",
"moment": "^2.18.1",
"mz": "^2.7.0",
"pandora-dollar": "^1.4.2",
"pandora-env": "^1.4.2",
"pandora-hook": "^1.4.2",
"pandora-hub": "^1.4.2",
"pandora-messenger": "^1.4.2",
"pandora-metrics": "^1.4.2",
"pandora-service-logger": "^1.4.2",
"pandora-dollar": "^1.4.3",
"pandora-env": "^1.4.3",
"pandora-hook": "^1.4.3",
"pandora-hub": "^1.4.3",
"pandora-messenger": "^1.4.3",
"pandora-metrics": "^1.4.3",
"pandora-service-logger": "^1.4.3",
"pandora-spawn-wrap": "^1.0.1",
"read-last-lines": "^1.2.0",
"sdk-base": "^2.0.1",
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.4.2",
"version": "1.4.3",
"description": "pandora service logger",
"main": "dist/index",
"typings": "src/index",
Expand Down Expand Up @@ -33,9 +33,9 @@
"humanize-ms": "^1.2.1",
"moment": "^2.18.1",
"mz": "^2.6.0",
"pandora-dollar": "^1.4.2",
"pandora-env": "^1.4.2",
"pandora-messenger": "^1.4.2"
"pandora-dollar": "^1.4.3",
"pandora-env": "^1.4.3",
"pandora-messenger": "^1.4.3"
},
"nyc": {
"include": [
Expand Down

0 comments on commit 0f1fb66

Please sign in to comment.