webitel-sdk 0.1.165 → 0.1.166
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/bundles/index.esm.js +1 -1
- package/bundles/index.esm.min.js +1 -1
- package/bundles/index.umd.js +1 -1
- package/bundles/index.umd.min.js +1 -1
- package/esm2015/enums/cloud-providers/microsoft/microsoft-language.enum.js +77 -54
- package/esm2015/enums/cloud-providers/microsoft/microsoft-language.enum.js.map +1 -1
- package/esm5/enums/cloud-providers/microsoft/microsoft-language.enum.js +77 -54
- package/esm5/enums/cloud-providers/microsoft/microsoft-language.enum.js.map +1 -1
- package/package.json +1 -1
- package/types/enums/cloud-providers/microsoft/microsoft-language.enum.d.ts.map +1 -1
package/bundles/index.esm.js
CHANGED
|
@@ -26779,7 +26779,7 @@ async function getMediaStream(constraints) {
|
|
|
26779
26779
|
|
|
26780
26780
|
const getVersion = () => {
|
|
26781
26781
|
// @ts-ignore
|
|
26782
|
-
return '"0.1.
|
|
26782
|
+
return '"0.1.166"';
|
|
26783
26783
|
};
|
|
26784
26784
|
var version = getVersion();
|
|
26785
26785
|
|