@azure/notification-hubs 1.0.3-alpha.20231011.2 → 1.0.3-alpha.20231030.1

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/dist/index.cjs CHANGED
@@ -1506,16 +1506,11 @@ function listRegistrationsAll(context, options) {
1506
1506
  return tslib.__asyncGenerator(this, arguments, function* listRegistrationsAll_1() {
1507
1507
  var _a, e_1, _b, _c;
1508
1508
  try {
1509
- for (var _d = true, _e = tslib.__asyncValues(listRegistrationPagingPage(context, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1509
+ for (var _d = true, _e = tslib.__asyncValues(listRegistrationPagingPage(context, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
1510
1510
  _c = _f.value;
1511
1511
  _d = false;
1512
- try {
1513
- const page = _c;
1514
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1515
- }
1516
- finally {
1517
- _d = true;
1518
- }
1512
+ const page = _c;
1513
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1519
1514
  }
1520
1515
  }
1521
1516
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -1655,16 +1650,11 @@ function listRegistrationsByTagAll(context, tag, options) {
1655
1650
  return tslib.__asyncGenerator(this, arguments, function* listRegistrationsByTagAll_1() {
1656
1651
  var _a, e_1, _b, _c;
1657
1652
  try {
1658
- for (var _d = true, _e = tslib.__asyncValues(listRegistrationsByTagPagingPage(context, tag, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1653
+ for (var _d = true, _e = tslib.__asyncValues(listRegistrationsByTagPagingPage(context, tag, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
1659
1654
  _c = _f.value;
1660
1655
  _d = false;
1661
- try {
1662
- const page = _c;
1663
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1664
- }
1665
- finally {
1666
- _d = true;
1667
- }
1656
+ const page = _c;
1657
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1668
1658
  }
1669
1659
  }
1670
1660
  catch (e_1_1) { e_1 = { error: e_1_1 }; }