Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
StarpTech committed Oct 20, 2019
1 parent 211ff3c commit f08d7a7
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions packages/hemera-ajv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-ajv",
"version": "1.0.1",
"version": "1.0.2",
"description": "This is a plugin to use Ajv (JSON-Schema) for request validation.",
"main": "index.js",
"repository": {
Expand All @@ -20,6 +20,6 @@
"license": "MIT",
"dependencies": {
"ajv": "6.5.x",
"hemera-plugin": "^2.0.1"
"hemera-plugin": "^2.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/hemera-blipp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-blipp",
"version": "1.0.1",
"version": "1.0.2",
"description": "Prints your server actions to the console",
"main": "index.js",
"repository": {
Expand All @@ -19,6 +19,6 @@
"license": "MIT",
"dependencies": {
"chalk": "^2.3.2",
"hemera-plugin": "^2.0.1"
"hemera-plugin": "^2.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/hemera-graceful-shutdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-graceful-shutdown",
"version": "4.0.1",
"version": "4.0.2",
"description": "Gracefully shutdown hemera",
"main": "index.js",
"repository": {
Expand All @@ -14,6 +14,6 @@
"license": "MIT",
"dependencies": {
"fastparallel": "^2.3.0",
"hemera-plugin": "^2.0.1"
"hemera-plugin": "^2.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/hemera-jaeger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-jaeger",
"version": "6.0.1",
"version": "6.0.2",
"description": "This is a plugin to use the Jaeger Opentracing tracer with Hemera",
"main": "index.js",
"repository": {
Expand All @@ -13,7 +13,7 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^2.0.1",
"hemera-plugin": "^2.0.2",
"jaeger-client": "^3.13.0",
"opentracing": "^0.14.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/hemera-joi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-joi",
"version": "6.0.1",
"version": "6.0.2",
"description": "This is a plugin to use Joi with Hemera",
"main": "index.js",
"repository": {
Expand All @@ -19,7 +19,7 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^2.0.1",
"hemera-plugin": "^2.0.2",
"joi": "12.0.x"
}
}
4 changes: 2 additions & 2 deletions packages/hemera-jwt-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-jwt-auth",
"version": "6.0.1",
"version": "6.0.2",
"description": "Granting and authenticating solution with JWT for Hemera",
"main": "index.js",
"repository": {
Expand All @@ -16,7 +16,7 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^2.0.1",
"hemera-plugin": "^2.0.2",
"hoek": "4.2.x",
"jsonwebtoken": "8.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/hemera-knabe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-knabe",
"version": "1.0.1",
"version": "1.0.2",
"description": "Send a report about your service dependencies",
"main": "index.js",
"repository": {
Expand All @@ -18,6 +18,6 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^2.0.1"
"hemera-plugin": "^2.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/hemera-mail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-mail",
"version": "5.0.1",
"version": "5.0.2",
"description": "This is a plugin to mail with Hemera",
"main": "index.js",
"repository": {
Expand All @@ -13,7 +13,7 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^2.0.1",
"hemera-plugin": "^2.0.2",
"joi": "12.0.x",
"nodemailer": "4.6.x"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/hemera-msgpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-msgpack",
"version": "6.0.1",
"version": "6.0.2",
"description": "This is a plugin to use Msgpack with Hemera",
"main": "index.js",
"repository": {
Expand All @@ -13,7 +13,7 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^2.0.1",
"hemera-plugin": "^2.0.2",
"msgpack5": "^4.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/hemera-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-plugin",
"version": "2.0.1",
"version": "2.0.2",
"description": "This is a plugin helper for hemera",
"main": "index.js",
"repository": {
Expand All @@ -19,6 +19,6 @@
"nats-hemera": ">=5.3.0"
},
"devDependencies": {
"nats-hemera": "^7.0.1"
"nats-hemera": "^7.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/hemera-prometheus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-prometheus",
"version": "4.0.1",
"version": "4.0.2",
"description": "Prometheus collector for hemera",
"main": "index.js",
"repository": {
Expand All @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"express": "4.16.x",
"hemera-plugin": "^2.0.1",
"hemera-plugin": "^2.0.2",
"prom-client": "11.1.x"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hemera-safe-promises/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-safe-promises",
"version": "4.0.1",
"version": "4.0.2",
"description": "Making unhandled promise rejections crash the Node.js process",
"main": "index.js",
"repository": {
Expand All @@ -18,7 +18,7 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^2.0.1",
"hemera-plugin": "^2.0.2",
"make-promises-safe": "3.0.x"
}
}
4 changes: 2 additions & 2 deletions packages/hemera-slackbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-slackbot",
"version": "5.0.1",
"version": "5.0.2",
"description": "Send Slack Messages over Hemera",
"main": "index.js",
"repository": {
Expand All @@ -11,7 +11,7 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^2.0.1",
"hemera-plugin": "^2.0.2",
"joi": "12.0.x",
"slackbots": "1.1.x"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/hemera-sqs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-sqs",
"version": "5.0.1",
"version": "5.0.2",
"description": "This is a plugin to use Aamazon SQS with Hemera",
"main": "index.js",
"repository": {
Expand All @@ -16,6 +16,6 @@
"license": "MIT",
"dependencies": {
"aws-sdk": "2.93.x",
"hemera-plugin": "^2.0.1"
"hemera-plugin": "^2.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/hemera-stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-stats",
"version": "6.0.1",
"version": "6.0.2",
"description": "Provide informations about the current hemera instance",
"main": "index.js",
"repository": {
Expand All @@ -13,6 +13,6 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^2.0.1"
"hemera-plugin": "^2.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/hemera-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-web",
"version": "5.0.1",
"version": "5.0.2",
"description": "Http route mapping for Hemera microservices.",
"main": "index.js",
"repository": {
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"body-parser": "1.18.x",
"express": "4.16.x",
"hemera-plugin": "^2.0.1"
"hemera-plugin": "^2.0.2"
},
"engines": {
"node": ">=6"
Expand Down
2 changes: 1 addition & 1 deletion packages/hemera/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nats-hemera",
"author": "Dustin Deus (https://github.com/StarpTech)",
"version": "7.0.1",
"version": "7.0.2",
"main": "lib/index.js",
"homepage": "https://hemerajs.github.io/hemera/",
"description": "The core package of hemera",
Expand Down

0 comments on commit f08d7a7

Please sign in to comment.