playkit-sdk 1.4.0-beta.3 → 1.4.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.
package/dist/playkit-sdk.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* playkit-sdk v1.4.0
|
|
2
|
+
* playkit-sdk v1.4.0
|
|
3
3
|
* PlayKit SDK for JavaScript
|
|
4
4
|
* @license SEE LICENSE IN LICENSE
|
|
5
5
|
*/
|
|
@@ -826,7 +826,7 @@ class TokenStorage {
|
|
|
826
826
|
}
|
|
827
827
|
|
|
828
828
|
const SDK_TYPE = 'Javascript';
|
|
829
|
-
const SDK_VERSION = '"1.4.0
|
|
829
|
+
const SDK_VERSION = '"1.4.0"';
|
|
830
830
|
function getSDKHeaders() {
|
|
831
831
|
return {
|
|
832
832
|
'X-SDK-Type': SDK_TYPE,
|