@vouchfor/embeds 6.4.6 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vouchfor/embeds",
3
- "version": "6.4.6",
3
+ "version": "7.0.0",
4
4
  "license": "MIT",
5
5
  "author": "Aaron Williams",
6
6
  "main": "dist/es/embeds.js",
@@ -26,7 +26,7 @@
26
26
  "build:deps": "yarn --cwd ../media-player build",
27
27
  "build:self": "vite build --mode iife && vite build --mode es && node scripts/build.cjs",
28
28
  "build:package": "yarn build",
29
- "build:storybook": "yarn prebuild && storybook build",
29
+ "build:storybook": "turbo run build:package --filter=@vouchfor/embeds^... && yarn prebuild && storybook build",
30
30
  "generate:manifest": "wca src --outFile custom-elements.json",
31
31
  "lint": "eslint . --quiet",
32
32
  "lint:fix": "eslint . --fix",
@@ -47,8 +47,8 @@
47
47
  "dependencies": {
48
48
  "@a11y/focus-trap": "^1.0.5",
49
49
  "@lit/task": "^1.0.2",
50
- "@vouchfor/canvas-video": "^11.3.3",
51
- "@vouchfor/media-player": "^7.3.6",
50
+ "@vouchfor/canvas-video": "^12.0.0",
51
+ "@vouchfor/media-player": "^8.0.0",
52
52
  "uuid": "^9.0.1"
53
53
  },
54
54
  "peerDependencies": {
@@ -67,7 +67,7 @@
67
67
  "@types/mocha": "^10.0.10",
68
68
  "@vouchfor/eslint-config": "^1.0.5",
69
69
  "@vouchfor/prettier-config": "^1.0.1",
70
- "@vouchfor/video-utils": "^4.3.4",
70
+ "@vouchfor/video-utils": "^5.0.0",
71
71
  "@web/dev-server-esbuild": "^1.0.4",
72
72
  "@web/test-runner": "^0.20.1",
73
73
  "@web/test-runner-browserstack": "^0.8.0",