@azteam/rabbitmq-async 1.0.217 → 1.0.219
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/lib/RabbitMQAsync.js +3 -3
- package/package.json +2 -2
- package/src/RabbitMQAsync.js +1 -1
package/lib/RabbitMQAsync.js
CHANGED
|
@@ -428,7 +428,7 @@ var RabbitMQAsync = /*#__PURE__*/function () {
|
|
|
428
428
|
}());
|
|
429
429
|
});
|
|
430
430
|
case 10:
|
|
431
|
-
_context8.next =
|
|
431
|
+
_context8.next = 17;
|
|
432
432
|
break;
|
|
433
433
|
case 12:
|
|
434
434
|
_context8.prev = 12;
|
|
@@ -437,8 +437,8 @@ var RabbitMQAsync = /*#__PURE__*/function () {
|
|
|
437
437
|
return (0, _util.timeout)(5000);
|
|
438
438
|
case 16:
|
|
439
439
|
this._alert('error', _context8.t0);
|
|
440
|
-
|
|
441
|
-
case
|
|
440
|
+
// return this.consume(queueName, asyncFunction, callbackError);
|
|
441
|
+
case 17:
|
|
442
442
|
case "end":
|
|
443
443
|
return _context8.stop();
|
|
444
444
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azteam/rabbitmq-async",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.219",
|
|
4
4
|
"description": "N/A",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"toda",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"prepublishOnly": "babel src --delete-dir-on-start -d lib"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@azteam/util": "1.0.
|
|
19
|
+
"@azteam/util": "1.0.59",
|
|
20
20
|
"amqplib": "0.8.0",
|
|
21
21
|
"fs-extra": "10.1.0",
|
|
22
22
|
"lodash": "4.17.21"
|
package/src/RabbitMQAsync.js
CHANGED