@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onlineapps/mq-client-core",
3
- "version": "1.0.48",
3
+ "version": "1.0.50",
4
4
  "description": "Core MQ client library for RabbitMQ - shared by infrastructure services and connectors",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
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');