jwplayer-video-element
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -21,2 +21,3 @@ import { SuperVideoElement } from 'super-media-element'; | ||
</style> | ||
<slot></slot> | ||
`; | ||
@@ -29,4 +30,2 @@ | ||
super(); | ||
this.shadowRoot.append(templateShadowDOM.content.cloneNode(true)); | ||
this.loadComplete = new PublicPromise(); | ||
@@ -33,0 +32,0 @@ } |
{ | ||
"name": "jwplayer-video-element", | ||
"version": "0.2.1", | ||
"description": "Custom element (web component) for the JW player.", | ||
"version": "0.2.2", | ||
"description": "A custom element for the JW player with an API that matches the `<video>` API", | ||
"type": "module", | ||
"main": "jwplayer-video-element.js", | ||
"files": [], | ||
"repository": "luwes/jwplayer-video-element", | ||
@@ -15,20 +16,14 @@ "author": "Wesley Luyten <me@wesleyluyten.com> (https://wesleyluyten.com)", | ||
"scripts": { | ||
"test": "web-test-runner --config test/web-test-runner.config.js", | ||
"dev": "npx serve ." | ||
"lint": "npx eslint *.js", | ||
"test": "node test/runner.js", | ||
"dev": "node test/server.js" | ||
}, | ||
"dependencies": { | ||
"super-media-element": "^0.4.1" | ||
"super-media-element": "^0.4.2" | ||
}, | ||
"devDependencies": { | ||
"@open-wc/testing": "^3.1.7", | ||
"@web/test-runner": "^0.15.0", | ||
"eslint": "^8.32.0", | ||
"prettier": "^2.8.3" | ||
"playwright-core": "^1.30.0" | ||
}, | ||
"prettier": { | ||
"tabWidth": 2, | ||
"singleQuote": true, | ||
"semi": true | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"globals": { | ||
@@ -39,4 +34,3 @@ "globalThis": "writable" | ||
"browser": true, | ||
"es6": true, | ||
"mocha": true | ||
"es6": true | ||
}, | ||
@@ -43,0 +37,0 @@ "extends": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
8696
3
149
Updatedsuper-media-element@^0.4.2