Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @node-ts/[email protected]
 - @node-ts/[email protected]
 - @node-ts/[email protected]
 - @node-ts/[email protected]
 - @node-ts/[email protected]
  • Loading branch information
adenhertog committed Oct 9, 2019
1 parent fa32490 commit 8c4e7b7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/bus-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-ts/bus-core",
"version": "0.4.8",
"version": "0.4.9",
"description": "A service bus for message-based, distributed node applications",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/bus-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-ts/bus-postgres",
"description": "A Postgres persistence adapter for workflow storage in @node-ts/bus-workflow.",
"version": "0.3.9",
"version": "0.3.10",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -16,14 +16,14 @@
"access": "public"
},
"dependencies": {
"@node-ts/bus-core": "^0.4.8",
"@node-ts/bus-core": "^0.4.9",
"@node-ts/bus-messages": "^0.1.10",
"pg": "^7.9.0",
"tslib": "^1.9.3",
"uuid": "^3.3.2"
},
"devDependencies": {
"@node-ts/bus-workflow": "^0.4.8",
"@node-ts/bus-workflow": "^0.4.9",
"@node-ts/code-standards": "^0.0.10",
"@node-ts/logger-core": "^0.0.13",
"@types/amqplib": "^0.5.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/bus-rabbitmq/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-ts/bus-rabbitmq",
"description": "A RabbitMQ transport adapter for @node-ts/bus-core.",
"version": "0.3.8",
"version": "0.3.9",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@node-ts/bus-core": "^0.4.8",
"@node-ts/bus-core": "^0.4.9",
"@node-ts/bus-messages": "^0.1.10",
"amqplib": "^0.5.3",
"tslib": "^1.9.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/bus-sqs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-ts/bus-sqs",
"description": "An AWS SQS transport adapter for @node-ts/bus-core.",
"version": "0.3.8",
"version": "0.3.9",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"uuid": "^3.3.2"
},
"devDependencies": {
"@node-ts/bus-core": "^0.4.8",
"@node-ts/bus-core": "^0.4.9",
"@node-ts/code-standards": "^0.0.10",
"@node-ts/logger-core": "^0.0.15",
"@types/amqplib": "^0.5.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/bus-workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-ts/bus-workflow",
"description": "A workflow engine for orchestrating logic flows in distributed applications.",
"version": "0.4.8",
"version": "0.4.9",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"uuid": "^3.3.2"
},
"devDependencies": {
"@node-ts/bus-core": "^0.4.8",
"@node-ts/bus-core": "^0.4.9",
"@node-ts/code-standards": "^0.0.10",
"@node-ts/logger-core": "^0.0.17",
"@types/uuid": "^3.4.4",
Expand Down

0 comments on commit 8c4e7b7

Please sign in to comment.