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

Commit 2bd85fe

Browse files
committed
v1.4.2
1 parent a004228 commit 2bd85fe

File tree

9 files changed

+26
-26
lines changed

9 files changed

+26
-26
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "1.4.1",
6+
"version": "1.4.2",
77
"registry": "https://registry.npmjs.org/",
88
"npmClient": "npm"
99
}

packages/dollar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pandora-dollar",
3-
"version": "1.2.9",
3+
"version": "1.4.2",
44
"description": "handy utilities",
55
"main": "dist/index",
66
"typings": "src/index",

packages/env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pandora-env",
3-
"version": "1.2.9",
3+
"version": "1.4.2",
44
"description": "Common environment abstract",
55
"main": "dist/index",
66
"typings": "src/index",

packages/hook/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pandora-hook",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "pandora module hook",
55
"main": "dist/index",
66
"typings": "src/index",
@@ -23,8 +23,8 @@
2323
},
2424
"dependencies": {
2525
"cls-bluebird": "^2.1.0",
26-
"pandora-dollar": "^1.2.9",
27-
"pandora-metrics": "^1.3.0",
26+
"pandora-dollar": "^1.4.2",
27+
"pandora-metrics": "^1.4.2",
2828
"xorshift": "^1.1.1"
2929
},
3030
"devDependencies": {
@@ -39,7 +39,7 @@
3939
"nock": "^9.1.4",
4040
"nyc": "^11.3.0",
4141
"nyc-ts-patch": "^1.0.0",
42-
"pandora-env": "^1.2.9",
42+
"pandora-env": "^1.4.2",
4343
"pedding": "^1.1.0",
4444
"shimmer": "^1.1.0",
4545
"urllib": "^2.25.1"

packages/hub/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pandora-hub",
3-
"version": "1.4.0",
3+
"version": "1.4.2",
44
"description": "pandora.js messenge hub",
55
"main": "dist/index",
66
"typings": "src/index",
@@ -21,7 +21,7 @@
2121
],
2222
"license": "MIT",
2323
"dependencies": {
24-
"pandora-messenger": "^1.2.9",
24+
"pandora-messenger": "^1.4.2",
2525
"uuid": "^3.1.0"
2626
},
2727
"devDependencies": {

packages/messenger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pandora-messenger",
3-
"version": "1.2.9",
3+
"version": "1.4.2",
44
"description": "pandora.js messenger module",
55
"main": "dist/index",
66
"typings": "src/index",

packages/metrics/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pandora-metrics",
3-
"version": "1.3.0",
3+
"version": "1.4.2",
44
"main": "dist/index",
55
"typings": "src/index",
66
"scripts": {
@@ -45,9 +45,9 @@
4545
"module-hook": "^1.0.0",
4646
"node-df": "^0.1.1",
4747
"opentracing": "^0.14.1",
48-
"pandora-env": "^1.2.9",
49-
"pandora-messenger": "^1.2.9",
50-
"pandora-service-logger": "^1.2.9",
48+
"pandora-env": "^1.4.2",
49+
"pandora-messenger": "^1.4.2",
50+
"pandora-service-logger": "^1.4.2",
5151
"pidusage": "^1.1.6",
5252
"shimmer": "^1.1.0",
5353
"super-event-emitter": "^4.1.4",

packages/pandora/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pandora",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "A powerful and lightweight application manager for Node.js applications powered by TypeScript.",
55
"main": "dist/index.js",
66
"typings": "src/index",
@@ -39,13 +39,13 @@
3939
"module-hook": "^1.0.0",
4040
"moment": "^2.18.1",
4141
"mz": "^2.7.0",
42-
"pandora-dollar": "^1.2.9",
43-
"pandora-env": "^1.2.9",
44-
"pandora-hook": "^1.4.1",
45-
"pandora-hub": "^1.4.0",
46-
"pandora-messenger": "^1.2.9",
47-
"pandora-metrics": "^1.3.0",
48-
"pandora-service-logger": "^1.2.9",
42+
"pandora-dollar": "^1.4.2",
43+
"pandora-env": "^1.4.2",
44+
"pandora-hook": "^1.4.2",
45+
"pandora-hub": "^1.4.2",
46+
"pandora-messenger": "^1.4.2",
47+
"pandora-metrics": "^1.4.2",
48+
"pandora-service-logger": "^1.4.2",
4949
"pandora-spawn-wrap": "^1.0.1",
5050
"read-last-lines": "^1.2.0",
5151
"sdk-base": "^2.0.1",

packages/service-logger/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pandora-service-logger",
3-
"version": "1.2.9",
3+
"version": "1.4.2",
44
"description": "pandora service logger",
55
"main": "dist/index",
66
"typings": "src/index",
@@ -33,9 +33,9 @@
3333
"humanize-ms": "^1.2.1",
3434
"moment": "^2.18.1",
3535
"mz": "^2.6.0",
36-
"pandora-dollar": "^1.2.9",
37-
"pandora-env": "^1.2.9",
38-
"pandora-messenger": "^1.2.9"
36+
"pandora-dollar": "^1.4.2",
37+
"pandora-env": "^1.4.2",
38+
"pandora-messenger": "^1.4.2"
3939
},
4040
"nyc": {
4141
"include": [

0 commit comments

Comments
 (0)