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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * playkit-sdk v1.4.0-beta.3
2
+ * playkit-sdk v1.4.0
3
3
  * PlayKit SDK for JavaScript
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  */
@@ -1177,7 +1177,7 @@
1177
1177
  }
1178
1178
 
1179
1179
  const SDK_TYPE = 'Javascript';
1180
- const SDK_VERSION = '"1.4.0-beta.3"';
1180
+ const SDK_VERSION = '"1.4.0"';
1181
1181
  function getSDKHeaders() {
1182
1182
  return {
1183
1183
  'X-SDK-Type': SDK_TYPE,