ogplayer 1.2.0 → 1.2.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ogplayer",
3
- "version": "1.2.0",
4
- "description": "OGPlayer web SDKone video player API across Android, iOS, web and React Native.",
3
+ "version": "1.2.1",
4
+ "description": "OGPlayer video player for the browser an <og-player> web component with HLS, DRM (Widevine, PlayReady, FairPlay), Google IMA ads, playlists and themeable controls.",
5
5
  "type": "module",
6
6
  "main": "./dist/ogplayer.js",
7
7
  "module": "./dist/ogplayer.js",
@@ -23,7 +23,7 @@
23
23
  "smoke": "node scripts/smoke.mjs"
24
24
  },
25
25
  "dependencies": {
26
- "hls.js": "^1.7.1"
26
+ "hls.js": "^1.7.3"
27
27
  },
28
28
  "devDependencies": {
29
29
  "esbuild": "^0.23.0",