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.umd.js
CHANGED
|
@@ -29817,7 +29817,7 @@
|
|
|
29817
29817
|
|
|
29818
29818
|
var getVersion = function () {
|
|
29819
29819
|
// @ts-ignore
|
|
29820
|
-
return '"0.1.
|
|
29820
|
+
return '"0.1.166"';
|
|
29821
29821
|
};
|
|
29822
29822
|
var version = getVersion();
|
|
29823
29823
|
|