Skip to content

Commit f08d7a7

Browse files
committed
Publish
- hemera-ajv@1.0.2 - hemera-blipp@1.0.2 - hemera-graceful-shutdown@4.0.2 - hemera-jaeger@6.0.2 - hemera-joi@6.0.2 - hemera-jwt-auth@6.0.2 - hemera-knabe@1.0.2 - hemera-mail@5.0.2 - hemera-msgpack@6.0.2 - hemera-plugin@2.0.2 - hemera-prometheus@4.0.2 - hemera-safe-promises@4.0.2 - hemera-slackbot@5.0.2 - hemera-sqs@5.0.2 - hemera-stats@6.0.2 - hemera-web@5.0.2 - nats-hemera@7.0.2
1 parent 211ff3c commit f08d7a7

17 files changed

Lines changed: 33 additions & 33 deletions

File tree

packages/hemera-ajv/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hemera-ajv",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "This is a plugin to use Ajv (JSON-Schema) for request validation.",
55
"main": "index.js",
66
"repository": {
@@ -20,6 +20,6 @@
2020
"license": "MIT",
2121
"dependencies": {
2222
"ajv": "6.5.x",
23-
"hemera-plugin": "^2.0.1"
23+
"hemera-plugin": "^2.0.2"
2424
}
2525
}

packages/hemera-blipp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hemera-blipp",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Prints your server actions to the console",
55
"main": "index.js",
66
"repository": {
@@ -19,6 +19,6 @@
1919
"license": "MIT",
2020
"dependencies": {
2121
"chalk": "^2.3.2",
22-
"hemera-plugin": "^2.0.1"
22+
"hemera-plugin": "^2.0.2"
2323
}
2424
}

packages/hemera-graceful-shutdown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hemera-graceful-shutdown",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Gracefully shutdown hemera",
55
"main": "index.js",
66
"repository": {
@@ -14,6 +14,6 @@
1414
"license": "MIT",
1515
"dependencies": {
1616
"fastparallel": "^2.3.0",
17-
"hemera-plugin": "^2.0.1"
17+
"hemera-plugin": "^2.0.2"
1818
}
1919
}

packages/hemera-jaeger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hemera-jaeger",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "This is a plugin to use the Jaeger Opentracing tracer with Hemera",
55
"main": "index.js",
66
"repository": {
@@ -13,7 +13,7 @@
1313
"author": "Dustin Deus (https://github.com/StarpTech)",
1414
"license": "MIT",
1515
"dependencies": {
16-
"hemera-plugin": "^2.0.1",
16+
"hemera-plugin": "^2.0.2",
1717
"jaeger-client": "^3.13.0",
1818
"opentracing": "^0.14.3"
1919
}

packages/hemera-joi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hemera-joi",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "This is a plugin to use Joi with Hemera",
55
"main": "index.js",
66
"repository": {
@@ -19,7 +19,7 @@
1919
"author": "Dustin Deus (https://github.com/StarpTech)",
2020
"license": "MIT",
2121
"dependencies": {
22-
"hemera-plugin": "^2.0.1",
22+
"hemera-plugin": "^2.0.2",
2323
"joi": "12.0.x"
2424
}
2525
}

packages/hemera-jwt-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hemera-jwt-auth",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Granting and authenticating solution with JWT for Hemera",
55
"main": "index.js",
66
"repository": {
@@ -16,7 +16,7 @@
1616
"author": "Dustin Deus (https://github.com/StarpTech)",
1717
"license": "MIT",
1818
"dependencies": {
19-
"hemera-plugin": "^2.0.1",
19+
"hemera-plugin": "^2.0.2",
2020
"hoek": "4.2.x",
2121
"jsonwebtoken": "8.2.0"
2222
}

packages/hemera-knabe/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hemera-knabe",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Send a report about your service dependencies",
55
"main": "index.js",
66
"repository": {
@@ -18,6 +18,6 @@
1818
"author": "Dustin Deus (https://github.com/StarpTech)",
1919
"license": "MIT",
2020
"dependencies": {
21-
"hemera-plugin": "^2.0.1"
21+
"hemera-plugin": "^2.0.2"
2222
}
2323
}

packages/hemera-mail/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hemera-mail",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "This is a plugin to mail with Hemera",
55
"main": "index.js",
66
"repository": {
@@ -13,7 +13,7 @@
1313
"author": "Dustin Deus (https://github.com/StarpTech)",
1414
"license": "MIT",
1515
"dependencies": {
16-
"hemera-plugin": "^2.0.1",
16+
"hemera-plugin": "^2.0.2",
1717
"joi": "12.0.x",
1818
"nodemailer": "4.6.x"
1919
}

packages/hemera-msgpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hemera-msgpack",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "This is a plugin to use Msgpack with Hemera",
55
"main": "index.js",
66
"repository": {
@@ -13,7 +13,7 @@
1313
"author": "Dustin Deus (https://github.com/StarpTech)",
1414
"license": "MIT",
1515
"dependencies": {
16-
"hemera-plugin": "^2.0.1",
16+
"hemera-plugin": "^2.0.2",
1717
"msgpack5": "^4.2.1"
1818
}
1919
}

packages/hemera-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hemera-plugin",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "This is a plugin helper for hemera",
55
"main": "index.js",
66
"repository": {
@@ -19,6 +19,6 @@
1919
"nats-hemera": ">=5.3.0"
2020
},
2121
"devDependencies": {
22-
"nats-hemera": "^7.0.1"
22+
"nats-hemera": "^7.0.2"
2323
}
2424
}

0 commit comments

Comments
 (0)