Skip to content

Commit 66b9f10

Browse files
committedAug 13, 2020
Publish
- @node-ts/bus-core@0.6.3 - @node-ts/bus-postgres@0.5.3 - @node-ts/bus-rabbitmq@0.6.3 - @node-ts/bus-sqs@0.5.3 - @node-ts/bus-workflow@0.6.3
1 parent 2e80544 commit 66b9f10

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed
 

‎packages/bus-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-ts/bus-core",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "A service bus for message-based, distributed node applications",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

‎packages/bus-postgres/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@node-ts/bus-postgres",
33
"description": "A Postgres persistence adapter for workflow storage in @node-ts/bus-workflow.",
4-
"version": "0.5.2",
4+
"version": "0.5.3",
55
"license": "MIT",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -16,14 +16,14 @@
1616
"access": "public"
1717
},
1818
"dependencies": {
19-
"@node-ts/bus-core": "^0.6.2",
19+
"@node-ts/bus-core": "^0.6.3",
2020
"@node-ts/bus-messages": "^0.3.0",
2121
"pg": "^8.2.1",
2222
"tslib": "^1.9.3",
2323
"uuid": "^3.3.2"
2424
},
2525
"devDependencies": {
26-
"@node-ts/bus-workflow": "^0.6.2",
26+
"@node-ts/bus-workflow": "^0.6.3",
2727
"@node-ts/code-standards": "^0.0.10",
2828
"@node-ts/logger-core": "^0.0.13",
2929
"@types/amqplib": "^0.5.11",

‎packages/bus-rabbitmq/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@node-ts/bus-rabbitmq",
33
"description": "A RabbitMQ transport adapter for @node-ts/bus-core.",
4-
"version": "0.6.2",
4+
"version": "0.6.3",
55
"license": "MIT",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
"access": "public"
1717
},
1818
"dependencies": {
19-
"@node-ts/bus-core": "^0.6.2",
19+
"@node-ts/bus-core": "^0.6.3",
2020
"@node-ts/bus-messages": "^0.3.0",
2121
"amqplib": "^0.5.3",
2222
"tslib": "^1.9.3",

‎packages/bus-sqs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@node-ts/bus-sqs",
33
"description": "An AWS SQS transport adapter for @node-ts/bus-core.",
4-
"version": "0.5.2",
4+
"version": "0.5.3",
55
"license": "MIT",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -22,7 +22,7 @@
2222
"uuid": "^3.3.2"
2323
},
2424
"devDependencies": {
25-
"@node-ts/bus-core": "^0.6.2",
25+
"@node-ts/bus-core": "^0.6.3",
2626
"@node-ts/code-standards": "^0.0.10",
2727
"@node-ts/logger-core": "^0.0.15",
2828
"@types/amqplib": "^0.5.11",

‎packages/bus-workflow/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@node-ts/bus-workflow",
33
"description": "A workflow engine for orchestrating logic flows in distributed applications.",
4-
"version": "0.6.2",
4+
"version": "0.6.3",
55
"license": "MIT",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -21,7 +21,7 @@
2121
"uuid": "^3.3.2"
2222
},
2323
"devDependencies": {
24-
"@node-ts/bus-core": "^0.6.2",
24+
"@node-ts/bus-core": "^0.6.3",
2525
"@node-ts/code-standards": "^0.0.10",
2626
"@node-ts/logger-core": "^0.0.17",
2727
"@types/uuid": "^3.4.4",

0 commit comments

Comments
 (0)
Please sign in to comment.