@azure/notification-hubs 1.0.0-alpha.20221213.2 → 1.0.0-alpha.20230118.2

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
@@ -1296,7 +1296,6 @@ function getInstallation(context, installationId, options = {}) {
1296
1296
  async function parseNotificationDetails(bodyText) {
1297
1297
  const xml = await coreXml.parseXML(bodyText, {
1298
1298
  includeRoot: true,
1299
- stopNodes: ["NotificationDetails.NotificationBody"],
1300
1299
  });
1301
1300
  const notificationDetails = xml["NotificationDetails"];
1302
1301
  let apnsOutcomeCounts;