Skip to content

Commit

Permalink
fix(SUP-39283): V7 player using outdated Core-JS version (#664)
Browse files Browse the repository at this point in the history
Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
  • Loading branch information
JonathanTGold and JonathanTGold authored Oct 31, 2023
1 parent 771ea69 commit cfc385b
Show file tree
Hide file tree
Showing 7 changed files with 1,545 additions and 1,441 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
]
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@playkit-js/playkit-js": "0.83.0",
"@playkit-js/playkit-js-dash": "1.35.1",
"@playkit-js/playkit-js-hls": "1.32.8",
Expand Down
3 changes: 0 additions & 3 deletions src/common/polyfills/all.js

This file was deleted.

21 changes: 0 additions & 21 deletions src/common/polyfills/performance-now.js

This file was deleted.

18 changes: 0 additions & 18 deletions src/common/polyfills/polyfill-manager.js

This file was deleted.

33 changes: 0 additions & 33 deletions src/common/polyfills/prepend.js

This file was deleted.

5 changes: 1 addition & 4 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// @flow
import PolyfillManager from './common/polyfills/polyfill-manager';
import './common/polyfills/all';
import 'regenerator-runtime';
// Import core
import * as core from '@playkit-js/playkit-js';
// Import ui
Expand Down Expand Up @@ -32,8 +31,6 @@ const PLAYER_NAME = __NAME__;
const PLAYER_TYPE = __PLAYER_TYPE__;
const VERSION = __VERSION__;

PolyfillManager.installAll();

/* eslint-disable no-import-assign */
core.Ad = Ad;
core.AdBreak = AdBreak;
Expand Down
Loading

0 comments on commit cfc385b

Please sign in to comment.