File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @node-ts/bus-core" ,
3
- "version" : " 0.6.2 " ,
3
+ "version" : " 0.6.3 " ,
4
4
"description" : " A service bus for message-based, distributed node applications" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @node-ts/bus-postgres" ,
3
3
"description" : " A Postgres persistence adapter for workflow storage in @node-ts/bus-workflow." ,
4
- "version" : " 0.5.2 " ,
4
+ "version" : " 0.5.3 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " ./dist/index.js" ,
7
7
"types" : " ./dist/index.d.ts" ,
16
16
"access" : " public"
17
17
},
18
18
"dependencies" : {
19
- "@node-ts/bus-core" : " ^0.6.2 " ,
19
+ "@node-ts/bus-core" : " ^0.6.3 " ,
20
20
"@node-ts/bus-messages" : " ^0.3.0" ,
21
21
"pg" : " ^8.2.1" ,
22
22
"tslib" : " ^1.9.3" ,
23
23
"uuid" : " ^3.3.2"
24
24
},
25
25
"devDependencies" : {
26
- "@node-ts/bus-workflow" : " ^0.6.2 " ,
26
+ "@node-ts/bus-workflow" : " ^0.6.3 " ,
27
27
"@node-ts/code-standards" : " ^0.0.10" ,
28
28
"@node-ts/logger-core" : " ^0.0.13" ,
29
29
"@types/amqplib" : " ^0.5.11" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @node-ts/bus-rabbitmq" ,
3
3
"description" : " A RabbitMQ transport adapter for @node-ts/bus-core." ,
4
- "version" : " 0.6.2 " ,
4
+ "version" : " 0.6.3 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " ./dist/index.js" ,
7
7
"types" : " ./dist/index.d.ts" ,
16
16
"access" : " public"
17
17
},
18
18
"dependencies" : {
19
- "@node-ts/bus-core" : " ^0.6.2 " ,
19
+ "@node-ts/bus-core" : " ^0.6.3 " ,
20
20
"@node-ts/bus-messages" : " ^0.3.0" ,
21
21
"amqplib" : " ^0.5.3" ,
22
22
"tslib" : " ^1.9.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @node-ts/bus-sqs" ,
3
3
"description" : " An AWS SQS transport adapter for @node-ts/bus-core." ,
4
- "version" : " 0.5.2 " ,
4
+ "version" : " 0.5.3 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " ./dist/index.js" ,
7
7
"types" : " ./dist/index.d.ts" ,
22
22
"uuid" : " ^3.3.2"
23
23
},
24
24
"devDependencies" : {
25
- "@node-ts/bus-core" : " ^0.6.2 " ,
25
+ "@node-ts/bus-core" : " ^0.6.3 " ,
26
26
"@node-ts/code-standards" : " ^0.0.10" ,
27
27
"@node-ts/logger-core" : " ^0.0.15" ,
28
28
"@types/amqplib" : " ^0.5.11" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @node-ts/bus-workflow" ,
3
3
"description" : " A workflow engine for orchestrating logic flows in distributed applications." ,
4
- "version" : " 0.6.2 " ,
4
+ "version" : " 0.6.3 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " ./dist/index.js" ,
7
7
"types" : " ./dist/index.d.ts" ,
21
21
"uuid" : " ^3.3.2"
22
22
},
23
23
"devDependencies" : {
24
- "@node-ts/bus-core" : " ^0.6.2 " ,
24
+ "@node-ts/bus-core" : " ^0.6.3 " ,
25
25
"@node-ts/code-standards" : " ^0.0.10" ,
26
26
"@node-ts/logger-core" : " ^0.0.17" ,
27
27
"@types/uuid" : " ^3.4.4" ,
You can’t perform that action at this time.
0 commit comments