@vouchfor/embeds 2.0.17 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vouchfor/embeds",
3
- "version": "2.0.17",
3
+ "version": "2.1.0",
4
4
  "license": "MIT",
5
5
  "author": "Aaron Williams",
6
6
  "main": "dist/es/embeds.js",
@@ -10,7 +10,10 @@
10
10
  "exports": {
11
11
  ".": "./dist/es/embeds.js"
12
12
  },
13
- "files": ["dist", "src"],
13
+ "files": [
14
+ "dist",
15
+ "src"
16
+ ],
14
17
  "publishConfig": {
15
18
  "tag": "latest",
16
19
  "access": "public"
@@ -43,8 +46,8 @@
43
46
  "dependencies": {
44
47
  "@a11y/focus-trap": "^1.0.5",
45
48
  "@lit/task": "^1.0.0",
46
- "@vouchfor/canvas-video": "^8.0.4",
47
- "@vouchfor/media-player": "^3.0.17",
49
+ "@vouchfor/canvas-video": "^8.1.0",
50
+ "@vouchfor/media-player": "^3.1.0",
48
51
  "uuid": "^9.0.1"
49
52
  },
50
53
  "peerDependencies": {
@@ -63,7 +66,7 @@
63
66
  "@types/mocha": "^10.0.6",
64
67
  "@vouchfor/eslint-config": "^1.0.1",
65
68
  "@vouchfor/prettier-config": "^1.0.1",
66
- "@vouchfor/video-utils": "^1.0.9",
69
+ "@vouchfor/video-utils": "^1.1.0",
67
70
  "@web/dev-server-esbuild": "^1.0.2",
68
71
  "@web/test-runner": "^0.18.1",
69
72
  "@web/test-runner-browserstack": "^0.7.1",