web-speech-cognitive-services 8.1.3-main.6ed2e3d → 8.1.3-main.b33949a

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.
@@ -1456,7 +1456,7 @@ function createSpeechServicesPonyfill(options = {}) {
1456
1456
  }
1457
1457
  var meta = document.createElement("meta");
1458
1458
  meta.setAttribute("name", "web-speech-cognitive-services");
1459
- meta.setAttribute("content", `version=${"8.1.3-main.6ed2e3d"}`);
1459
+ meta.setAttribute("content", `version=${"8.1.3-main.b33949a"}`);
1460
1460
  document.head.appendChild(meta);
1461
1461
  // Annotate the CommonJS export names for ESM import in node:
1462
1462
  0 && (module.exports = {
@@ -1422,7 +1422,7 @@ function createSpeechServicesPonyfill(options = {}) {
1422
1422
  }
1423
1423
  var meta = document.createElement("meta");
1424
1424
  meta.setAttribute("name", "web-speech-cognitive-services");
1425
- meta.setAttribute("content", `version=${"8.1.3-main.6ed2e3d"}`);
1425
+ meta.setAttribute("content", `version=${"8.1.3-main.b33949a"}`);
1426
1426
  document.head.appendChild(meta);
1427
1427
  export {
1428
1428
  createSpeechRecognitionPonyfill,