jwplayer-video-element
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "jwplayer-video-element", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A custom element for the JW player with an API that matches the `<video>` API", | ||
@@ -16,3 +16,3 @@ "type": "module", | ||
"scripts": { | ||
"lint": "npx eslint *.js", | ||
"lint": "npx eslint@8 *.js -c ./node_modules/wet-run/.eslintrc.json", | ||
"test": "wet run", | ||
@@ -22,24 +22,7 @@ "dev": "wet serve" | ||
"dependencies": { | ||
"super-media-element": "~1.2.4" | ||
"super-media-element": "~1.3.0" | ||
}, | ||
"devDependencies": { | ||
"wet-run": "^0.0.8" | ||
"wet-run": "^1.2.2" | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"globals": { | ||
"globalThis": "writable" | ||
}, | ||
"env": { | ||
"browser": true, | ||
"es6": true | ||
}, | ||
"extends": [ | ||
"eslint:recommended" | ||
], | ||
"parserOptions": { | ||
"ecmaVersion": 2022, | ||
"sourceType": "module" | ||
} | ||
}, | ||
"keywords": [ | ||
@@ -46,0 +29,0 @@ "jwplayer", |
# `<jwplayer-video>` | ||
[![Version](https://img.shields.io/npm/v/jwplayer-video-element?style=flat-square)](https://www.npmjs.com/package/jwplayer-video-element) | ||
[![Badge size](https://img.badgesize.io/https://cdn.jsdelivr.net/npm/jwplayer-video-element/+esm?compression=gzip&label=gzip&style=flat-square)](https://cdn.jsdelivr.net/npm/jwplayer-video-element/+esm) | ||
[![NPM Version](https://img.shields.io/npm/v/jwplayer-video-element?style=flat-square&color=informational)](https://www.npmjs.com/package/jwplayer-video-element) | ||
[![NPM Downloads](https://img.shields.io/npm/dm/jwplayer-video-element?style=flat-square&color=informational&label=npm)](https://www.npmjs.com/package/jwplayer-video-element) | ||
[![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/jwplayer-video-element?style=flat-square&color=%23FF5627)](https://www.jsdelivr.com/package/npm/jwplayer-video-element) | ||
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/jwplayer-video-element?style=flat-square&color=success&label=gzip)](https://bundlephobia.com/result?p=jwplayer-video-element) | ||
@@ -49,4 +51,6 @@ A [custom element](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) | ||
- [`<vimeo-video>`](https://github.com/luwes/vimeo-video-element) A custom element for the Vimeo player. | ||
- [`<spotify-audio>`](https://github.com/luwes/spotify-audio-element) A custom element for the Spotify player. | ||
- [`<wistia-video>`](https://github.com/luwes/wistia-video-element) A custom element for the Wistia player. | ||
- [`<videojs-video>`](https://github.com/luwes/videojs-video-element) A custom element for Video.js. | ||
- [`<cloudflare-video>`](https://github.com/luwes/cloudflare-video-element) A custom element for the Cloudflare player. | ||
- [`<hls-video>`](https://github.com/muxinc/hls-video-element) A custom element for playing HTTP Live Streaming (HLS) videos. | ||
@@ -53,0 +57,0 @@ - [`castable-video`](https://github.com/muxinc/castable-video) Cast your video element to the big screen with ease! |
7902
59
+ Addedsuper-media-element@1.3.0(transitive)
- Removedsuper-media-element@1.2.5(transitive)
Updatedsuper-media-element@~1.3.0