@formant/data-sdk 1.45.0 → 1.46.0

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.
@@ -32587,9 +32587,9 @@ class TelemetryUniverseData extends BasicUniverseDataConnector {
32587
32587
  return;
32588
32588
  }
32589
32589
  let u = l[l.length - 1][1];
32590
- u.startsWith("http") && (s.postMessage({ url: u }), s.onmessage = (c) => {
32591
- u = JSON.stringify(c.data), o(JSON.parse(u));
32592
- });
32590
+ u.startsWith("http") ? (s.postMessage({ url: u }), s.onmessage = (c) => {
32591
+ u = JSON.stringify(c.data.response), o(JSON.parse(u));
32592
+ }) : o(JSON.parse(u));
32593
32593
  }
32594
32594
  );
32595
32595
  return () => {