@davinci/messaging-amqp
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -1,1 +0,1 @@ | ||
{"processes":{"0855067e-5c3f-4985-9ceb-eb6d278da724":{"parent":null,"children":[]},"3146d51a-f95b-4cae-b462-4efd3f0c135c":{"parent":null,"children":["ddad2007-3c05-43ea-b599-5121bca443e8"]},"ddad2007-3c05-43ea-b599-5121bca443e8":{"parent":"3146d51a-f95b-4cae-b462-4efd3f0c135c","children":[]}},"files":{"/home/circleci/project/packages/messaging-amqp/src/AmqpModule.ts":["0855067e-5c3f-4985-9ceb-eb6d278da724","ddad2007-3c05-43ea-b599-5121bca443e8"],"/home/circleci/project/packages/messaging-amqp/src/ChannelManager.ts":["0855067e-5c3f-4985-9ceb-eb6d278da724","ddad2007-3c05-43ea-b599-5121bca443e8"],"/home/circleci/project/packages/messaging-amqp/src/index.ts":["0855067e-5c3f-4985-9ceb-eb6d278da724","ddad2007-3c05-43ea-b599-5121bca443e8"],"/home/circleci/project/packages/messaging-amqp/src/types.ts":["0855067e-5c3f-4985-9ceb-eb6d278da724","ddad2007-3c05-43ea-b599-5121bca443e8"]},"externalIds":{}} | ||
{"processes":{"0e5acc2d-1f77-475c-b24e-df8100f88dd7":{"parent":null,"children":[]},"c92ecde1-247b-4b3a-98bc-5923affd0a2f":{"parent":null,"children":["e3a191e2-419d-41ea-adab-2d73a3a1b062"]},"e3a191e2-419d-41ea-adab-2d73a3a1b062":{"parent":"c92ecde1-247b-4b3a-98bc-5923affd0a2f","children":[]}},"files":{"/home/circleci/project/packages/messaging-amqp/src/AmqpModule.ts":["0e5acc2d-1f77-475c-b24e-df8100f88dd7","e3a191e2-419d-41ea-adab-2d73a3a1b062"],"/home/circleci/project/packages/messaging-amqp/src/ChannelManager.ts":["0e5acc2d-1f77-475c-b24e-df8100f88dd7","e3a191e2-419d-41ea-adab-2d73a3a1b062"],"/home/circleci/project/packages/messaging-amqp/src/index.ts":["0e5acc2d-1f77-475c-b24e-df8100f88dd7","e3a191e2-419d-41ea-adab-2d73a3a1b062"],"/home/circleci/project/packages/messaging-amqp/src/types.ts":["0e5acc2d-1f77-475c-b24e-df8100f88dd7","e3a191e2-419d-41ea-adab-2d73a3a1b062"]},"externalIds":{}} |
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.1.4](https://github.com/HPInc/davinci/compare/@davinci/messaging-amqp@2.1.3...@davinci/messaging-amqp@2.1.4) (2022-12-16) | ||
**Note:** Version bump only for package @davinci/messaging-amqp | ||
## [2.1.3](https://github.com/HPInc/davinci/compare/@davinci/messaging-amqp@2.1.2...@davinci/messaging-amqp@2.1.3) (2022-12-16) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@davinci/messaging-amqp", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "AMQP module", | ||
@@ -40,3 +40,3 @@ "author": "HP", | ||
}, | ||
"gitHead": "9264cb134f76e73bf366a9771786e98ee68a33ae" | ||
"gitHead": "3102ce4fa776f42ed584993ffff6eedd4210e17e" | ||
} |
@@ -25,3 +25,4 @@ /* | ||
describe('AmqpModule', () => { | ||
describe('AmqpModule', function () { | ||
this.retries(3); | ||
let subscriptions: Array<Subscription>; | ||
@@ -28,0 +29,0 @@ let app: App; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
442568
2684