@vouchfor/embeds 2.0.13 → 2.0.14
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/es/embeds.js +4 -4
- package/dist/iife/dialog-embed/embed.iife.js +19 -19
- package/dist/iife/dialog-embed/embed.iife.js.map +1 -1
- package/dist/iife/embeds.iife.js +19 -19
- package/dist/iife/embeds.iife.js.map +1 -1
- package/dist/iife/player-embed/embed.iife.js +19 -19
- package/dist/iife/player-embed/embed.iife.js.map +1 -1
- package/package.json +4 -4
package/dist/es/embeds.js
CHANGED
@@ -196,7 +196,7 @@ class FetcherController {
|
|
196
196
|
}
|
197
197
|
}
|
198
198
|
const name = "@vouchfor/embeds";
|
199
|
-
const version = "2.0.
|
199
|
+
const version = "2.0.14";
|
200
200
|
const license = "MIT";
|
201
201
|
const author = "Aaron Williams";
|
202
202
|
const main = "dist/es/embeds.js";
|
@@ -237,8 +237,8 @@ const scripts = {
|
|
237
237
|
const dependencies = {
|
238
238
|
"@a11y/focus-trap": "^1.0.5",
|
239
239
|
"@lit/task": "^1.0.0",
|
240
|
-
"@vouchfor/canvas-video": "^8.0.
|
241
|
-
"@vouchfor/media-player": "^3.0.
|
240
|
+
"@vouchfor/canvas-video": "^8.0.3",
|
241
|
+
"@vouchfor/media-player": "^3.0.14",
|
242
242
|
uuid: "^9.0.1"
|
243
243
|
};
|
244
244
|
const peerDependencies = {
|
@@ -257,7 +257,7 @@ const devDependencies = {
|
|
257
257
|
"@types/mocha": "^10.0.6",
|
258
258
|
"@vouchfor/eslint-config": "^1.0.1",
|
259
259
|
"@vouchfor/prettier-config": "^1.0.1",
|
260
|
-
"@vouchfor/video-utils": "^1.0.
|
260
|
+
"@vouchfor/video-utils": "^1.0.8",
|
261
261
|
"@web/dev-server-esbuild": "^1.0.2",
|
262
262
|
"@web/test-runner": "^0.18.1",
|
263
263
|
"@web/test-runner-browserstack": "^0.7.1",
|