@wistia/wistia-player 0.7.21 → 0.7.23

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @wistia/wistia-player
2
2
 
3
+ ## 0.7.23
4
+
5
+ ### Patch Changes
6
+
7
+ - 8df1ac5: Prevent the player packages from installing webpack for runtime consumers.
8
+
9
+ ## 0.7.22
10
+
11
+ ### Patch Changes
12
+
13
+ - e57767a: Fix forms that appear on hover pushing player content around
14
+
3
15
  ## 0.7.21
4
16
 
5
17
  ### Patch Changes
@@ -6838,8 +6838,8 @@ const PROD_EMBED_HOST = 'embed.wistia.com';
6838
6838
  const PROD_SSL_EMBED_HOST = 'embed-ssl.wistia.com';
6839
6839
  const PROD_FASTLY_SSL_HOST = 'embed-fastly.wistia.com';
6840
6840
  const SSL_EMBED_HOST = "embed-ssl.wistia.com";
6841
- const TAGGED_VERSION = "0.7.21" || 0;
6842
- const CURRENT_SHA = "d8739bb392f0bb3be65ab48778e96a15bbd79109" || 0;
6841
+ const TAGGED_VERSION = "0.7.23" || 0;
6842
+ const CURRENT_SHA = "dec58fa7760db8f0dbbc3a8992c375c576d6dc5b" || 0;
6843
6843
  const DEFAULT_PROTOCOL = (() => {
6844
6844
  if (typeof window !== 'undefined' && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__/* .root */ .z === window && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__/* .root */ .z.location) {
6845
6845
  return utilities_root_js__WEBPACK_IMPORTED_MODULE_0__/* .root */ .z.location.protocol;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/wistia-player",
3
- "version": "0.7.21",
3
+ "version": "0.7.23",
4
4
  "packageManager": "yarn@4.18.0",
5
5
  "description": "An embeddable wistia-player web component and React wrapper to add responsive, lightweight, and SEO-friendly videos to your site.",
6
6
  "keywords": [
@@ -31,7 +31,6 @@
31
31
  "start:dev:yalc": "yarn run build:player:dev --env yalc=true --watch "
32
32
  },
33
33
  "dependencies": {
34
- "dotenv-webpack": "^9.0.0",
35
34
  "iso8601-duration": "^2.1.3",
36
35
  "lodash.merge": "^4.6.2",
37
36
  "mux-embed": "^5.18.1",
@@ -47,6 +46,7 @@
47
46
  "coffee-loader": "^5.0.0",
48
47
  "coffeescript": "1.12.7",
49
48
  "compression-webpack-plugin": "^12.0.0",
49
+ "dotenv-webpack": "^9.0.0",
50
50
  "npm-run-all": "^4.1.5",
51
51
  "read-package-json": "^7.0.1",
52
52
  "typescript": "5.9.3",