@vouchfor/embeds 3.1.0 → 3.1.1
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 +116 -116
- package/dist/iife/dialog-embed/embed.iife.js.map +1 -1
- package/dist/iife/embeds.iife.js +116 -116
- package/dist/iife/embeds.iife.js.map +1 -1
- package/dist/iife/player-embed/embed.iife.js +77 -77
- 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 = "3.1.
|
199
|
+
const version = "3.1.1";
|
200
200
|
const license = "MIT";
|
201
201
|
const author = "Aaron Williams";
|
202
202
|
const main = "dist/es/embeds.js";
|
@@ -238,8 +238,8 @@ const scripts = {
|
|
238
238
|
const dependencies = {
|
239
239
|
"@a11y/focus-trap": "^1.0.5",
|
240
240
|
"@lit/task": "^1.0.0",
|
241
|
-
"@vouchfor/canvas-video": "^8.2.
|
242
|
-
"@vouchfor/media-player": "^4.1.
|
241
|
+
"@vouchfor/canvas-video": "^8.2.2",
|
242
|
+
"@vouchfor/media-player": "^4.1.1",
|
243
243
|
uuid: "^9.0.1"
|
244
244
|
};
|
245
245
|
const peerDependencies = {
|
@@ -258,7 +258,7 @@ const devDependencies = {
|
|
258
258
|
"@types/mocha": "^10.0.6",
|
259
259
|
"@vouchfor/eslint-config": "^1.0.1",
|
260
260
|
"@vouchfor/prettier-config": "^1.0.1",
|
261
|
-
"@vouchfor/video-utils": "^1.3.
|
261
|
+
"@vouchfor/video-utils": "^1.3.1",
|
262
262
|
"@web/dev-server-esbuild": "^1.0.2",
|
263
263
|
"@web/test-runner": "^0.18.1",
|
264
264
|
"@web/test-runner-browserstack": "^0.7.1",
|