@quatrain/queue-amqp 1.2.23 → 1.2.24

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/README.md +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -33,6 +33,10 @@ const amqpAdapter = new AmqpQueueAdapter({
33
33
  Queue.addAdapter('rabbitmq', amqpAdapter, true)
34
34
  ```
35
35
 
36
+ ## Documentation
37
+
38
+ For concrete examples and usage guides, please refer to the [How-To Guide](HOWTO.md).
39
+
36
40
  ## License
37
41
 
38
42
  AGPL-3.0-only
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quatrain/queue-amqp",
3
- "version": "1.2.23",
3
+ "version": "1.2.24",
4
4
  "description": "Queue adapter for AMQP compatible queue",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@cloudamqp/amqp-client": "^3.4.1",
32
- "@quatrain/core": "^1.1.49",
33
- "@quatrain/queue": "^1.1.29",
32
+ "@quatrain/core": "^1.1.50",
33
+ "@quatrain/queue": "^1.1.30",
34
34
  "amqplib": "^0.10.9"
35
35
  },
36
36
  "scripts": {