Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 20 changed files with 41 additions and 41 deletions.
6 changes: 3 additions & 3 deletions packages/hemera-avro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-avro",
"version": "3.0.0",
"version": "3.0.1",
"description": "This is a plugin to use Avro with Hemera",
"main": "index.js",
"repository": {
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"dependencies": {
"avsc": "5.0.x",
"hemera-plugin": "^0.1.0",
"nats-hemera": "^3.0.0"
"hemera-plugin": "^0.1.1",
"nats-hemera": "^3.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/hemera-controlplane/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-controlplane",
"version": "2.0.0",
"version": "2.0.1",
"description": "This is a plugin to scale your workers remotly with Hemera",
"main": "index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^0.1.0"
"hemera-plugin": "^0.1.1"
},
"devDependencies": {
"code": "4.0.x",
Expand Down
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": "1.0.0",
"version": "1.0.1",
"description": "Gracefully shutdown hemera",
"main": "index.js",
"repository": {
Expand All @@ -14,6 +14,6 @@
"license": "MIT",
"dependencies": {
"fastparallel": "^2.3.0",
"hemera-plugin": "^0.1.0"
"hemera-plugin": "^0.1.1"
}
}
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": "1.0.0",
"version": "1.0.1",
"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": "^0.1.0",
"hemera-plugin": "^0.1.1",
"jaeger-client": "^3.7.0",
"opentracing": "^0.14.1"
}
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": "3.0.0",
"version": "3.0.1",
"description": "This is a plugin to use Joi with Hemera",
"main": "index.js",
"repository": {
Expand All @@ -16,7 +16,7 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^0.1.0",
"hemera-plugin": "^0.1.1",
"joi": "10.6.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": "3.0.0",
"version": "3.0.1",
"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": "^0.1.0",
"hemera-plugin": "^0.1.1",
"hoek": "4.2.x",
"jsonwebtoken": "7.4.x"
}
Expand Down
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": "2.0.0",
"version": "2.0.1",
"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": "^0.1.0",
"hemera-plugin": "^0.1.1",
"nodemailer": "4.0.x"
}
}
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": "3.0.0",
"version": "3.0.1",
"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": "^0.1.0",
"hemera-plugin": "^0.1.1",
"msgpack-lite": "0.1.x"
}
}
6 changes: 3 additions & 3 deletions packages/hemera-nats-streaming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-nats-streaming",
"version": "2.0.0",
"version": "2.0.1",
"description": "This is a plugin to use NATS-Streaming with Hemera",
"main": "index.js",
"repository": {
Expand All @@ -11,8 +11,8 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^0.1.0",
"nats-hemera": "^3.0.0",
"hemera-plugin": "^0.1.1",
"nats-hemera": "^3.1.3",
"node-nats-streaming": "0.0.x"
}
}
4 changes: 2 additions & 2 deletions packages/hemera-nsq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-nsq",
"version": "3.0.0",
"version": "3.0.1",
"description": "This is a plugin to use NSQ with Hemera",
"main": "index.js",
"repository": {
Expand All @@ -18,7 +18,7 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^0.1.0",
"hemera-plugin": "^0.1.1",
"nsqjs": "0.9.x"
},
"devDependencies": {
Expand Down
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": "0.1.0",
"version": "0.1.1",
"description": "This is a plugin helper for hemera",
"main": "index.js",
"repository": {
Expand All @@ -16,6 +16,6 @@
"semver": "5.3.x"
},
"devDependencies": {
"nats-hemera": "^3.1.2"
"nats-hemera": "^3.1.3"
}
}
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": "1.0.0",
"version": "1.0.1",
"description": "Prometheus collector for hemera",
"main": "index.js",
"repository": {
Expand All @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"express": "^4.16.2",
"hemera-plugin": "^0.1.0",
"hemera-plugin": "^0.1.1",
"prom-client": "^10.2.2"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hemera-rabbitmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-rabbitmq",
"version": "2.0.0",
"version": "2.0.1",
"description": "This is a plugin to use Rabbitmq with Hemera",
"main": "index.js",
"repository": {
Expand All @@ -15,7 +15,7 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^0.1.0",
"hemera-plugin": "^0.1.1",
"rabbot": "1.1.x"
},
"devDependencies": {
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": "0.0.1",
"version": "0.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": "^0.1.0",
"hemera-plugin": "^0.1.1",
"make-promises-safe": "1.1.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": "2.0.0",
"version": "2.0.1",
"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": "^0.1.0",
"hemera-plugin": "^0.1.1",
"slackbots": "1.0.x"
},
"engines": {
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": "2.0.0",
"version": "2.0.1",
"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": "^0.1.0"
"hemera-plugin": "^0.1.1"
}
}
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": "3.0.1",
"version": "3.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": "^0.1.0"
"hemera-plugin": "^0.1.1"
}
}
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": "2.0.0",
"version": "2.0.1",
"description": "Http route mapping for Hemera microservices.",
"main": "index.js",
"repository": {
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"body-parser": "1.17.2",
"express": "4.15.3",
"hemera-plugin": "^0.1.0",
"hemera-plugin": "^0.1.1",
"hoek": "4.2.x",
"lodash": "4.17.x"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/hemera-zipkin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-zipkin",
"version": "3.0.0",
"version": "3.0.1",
"description": "This is a plugin to use Zipkin with Hemera",
"main": "index.js",
"repository": {
Expand All @@ -19,7 +19,7 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^0.1.0",
"hemera-plugin": "^0.1.1",
"hoek": "4.2.x",
"wreck": "12.2.x"
},
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": "3.1.2",
"version": "3.1.3",
"main": "lib/index.js",
"homepage": "https://hemerajs.github.io/hemera/",
"description": "The core package of hemera",
Expand Down

0 comments on commit 05fd369

Please sign in to comment.