@yopdev/dev-server 1.3.0-alpha.3 → 1.3.0-alpha.4

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.
@@ -66,7 +66,7 @@ var EventsProxy = /** @class */ (function () {
66
66
  return [2 /*return*/, sqs.createNamedQueue(queue)
67
67
  .then(function (queue) { return sns
68
68
  .createSubscription({ arn: topic }, { arn: queue.arn })
69
- .then(function () { return queue[1].url; }); })];
69
+ .then(function () { return queue.url; }); })];
70
70
  });
71
71
  }); };
72
72
  this.startEventsConsumer = function (sqs, url) { return __awaiter(_this, void 0, void 0, function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yopdev/dev-server",
3
- "version": "1.3.0-alpha.3",
3
+ "version": "1.3.0-alpha.4",
4
4
  "scripts": {
5
5
  "compile": "tsc",
6
6
  "pretest": "npm run compile",