Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 34 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": "0.2.6",
"version": "1.0.0",
"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": "^1.3.3"
"hemera-plugin": "^2.0.0"
}
}
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": "0.0.7",
"version": "1.0.0",
"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": "^1.3.3"
"hemera-plugin": "^2.0.0"
}
}
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": "3.0.6",
"version": "4.0.0",
"description": "Gracefully shutdown hemera",
"main": "index.js",
"repository": {
Expand All @@ -14,6 +14,6 @@
"license": "MIT",
"dependencies": {
"fastparallel": "^2.3.0",
"hemera-plugin": "^1.3.3"
"hemera-plugin": "^2.0.0"
}
}
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": "5.0.4",
"version": "6.0.0",
"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": "^1.3.3",
"hemera-plugin": "^2.0.0",
"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": "5.3.3",
"version": "6.0.0",
"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": "^1.3.3",
"hemera-plugin": "^2.0.0",
"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": "5.0.5",
"version": "6.0.0",
"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": "^1.3.3",
"hemera-plugin": "^2.0.0",
"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": "0.0.4",
"version": "1.0.0",
"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": "^1.3.3"
"hemera-plugin": "^2.0.0"
}
}
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": "4.0.7",
"version": "5.0.0",
"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": "^1.3.3",
"hemera-plugin": "^2.0.0",
"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": "5.1.0",
"version": "6.0.0",
"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": "^1.3.3",
"hemera-plugin": "^2.0.0",
"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": "1.3.3",
"version": "2.0.0",
"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": "^6.1.1"
"nats-hemera": "^7.0.0"
}
}
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": "3.0.5",
"version": "4.0.0",
"description": "Prometheus collector for hemera",
"main": "index.js",
"repository": {
Expand All @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"express": "4.16.x",
"hemera-plugin": "^1.3.3",
"hemera-plugin": "^2.0.0",
"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": "3.0.0",
"version": "4.0.0",
"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": "^1.3.3",
"hemera-plugin": "^2.0.0",
"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": "4.0.9",
"version": "5.0.0",
"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": "^1.3.3",
"hemera-plugin": "^2.0.0",
"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": "4.0.5",
"version": "5.0.0",
"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": "^1.3.3"
"hemera-plugin": "^2.0.0"
}
}
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": "5.2.3",
"version": "6.0.0",
"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": "^1.3.3"
"hemera-plugin": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/hemera-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-store",
"version": "1.1.20",
"version": "2.0.0",
"description": "This is a store interface for Hemera to be interoperable with most database interfaces",
"main": "index.js",
"repository": {
Expand Down
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": "4.0.6",
"version": "5.0.0",
"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": "^1.3.3"
"hemera-plugin": "^2.0.0"
},
"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": "6.1.1",
"version": "7.0.0",
"main": "lib/index.js",
"homepage": "https://hemerajs.github.io/hemera/",
"description": "The core package of hemera",
Expand Down

0 comments on commit ca07311

Please sign in to comment.