@opra/rabbitmq 1.12.4 → 1.12.6

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.
@@ -272,6 +272,7 @@ class RabbitmqAdapter extends core_1.PlatformAdapter {
272
272
  context.content = content;
273
273
  }
274
274
  catch (e) {
275
+ context.ack();
275
276
  this._emitError(e, context);
276
277
  return;
277
278
  }
@@ -268,6 +268,7 @@ export class RabbitmqAdapter extends PlatformAdapter {
268
268
  context.content = content;
269
269
  }
270
270
  catch (e) {
271
+ context.ack();
271
272
  this._emitError(e, context);
272
273
  return;
273
274
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opra/rabbitmq",
3
- "version": "1.12.4",
3
+ "version": "1.12.6",
4
4
  "description": "Opra RabbitMQ package",
5
5
  "author": "Panates",
6
6
  "license": "MIT",
@@ -10,11 +10,11 @@
10
10
  "iconv-lite": "^0.6.3",
11
11
  "node-events-async": "^1.0.0",
12
12
  "tslib": "^2.8.1",
13
- "valgen": "^5.13.3"
13
+ "valgen": "^5.13.4"
14
14
  },
15
15
  "peerDependencies": {
16
- "@opra/common": "^1.12.4",
17
- "@opra/core": "^1.12.4",
16
+ "@opra/common": "^1.12.6",
17
+ "@opra/core": "^1.12.6",
18
18
  "amqplib": "^0.10.5"
19
19
  },
20
20
  "type": "module",