@onlineapps/mq-client-core 1.0.48 → 1.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.js +3 -0
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
*
|
|
9
9
|
* NOTE: Infrastructure orchestration utilities (waitForInfrastructureReady, initInfrastructureQueues)
|
|
10
10
|
* have been moved to @onlineapps/infrastructure-tools to keep this library focused on core MQ operations.
|
|
11
|
+
*
|
|
12
|
+
* @version 1.0.49
|
|
13
|
+
* @updated 2024-12-08 - Test publish-library.sh workflow
|
|
11
14
|
*/
|
|
12
15
|
|
|
13
16
|
const BaseClient = require('./BaseClient');
|