@wistia/wistia-player-react 0.3.9 → 0.3.10
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.
|
@@ -8419,7 +8419,7 @@ var init_wistia_player = __esm({
|
|
|
8419
8419
|
var PROD_SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
8420
8420
|
var PROD_FASTLY_SSL_HOST = "embed-fastly.wistia.com";
|
|
8421
8421
|
var SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
8422
|
-
var TAGGED_VERSION2 = "0.3.
|
|
8422
|
+
var TAGGED_VERSION2 = "0.3.10";
|
|
8423
8423
|
var CURRENT_SHA2 = (
|
|
8424
8424
|
/* unused pure expression or super */
|
|
8425
8425
|
null
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import { forwardRef, Suspense, lazy, Fragment } from "react";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
10
|
var WistiaPlayerWrapper = lazy(
|
|
11
|
-
async () => import("./WistiaPlayerWrapper-
|
|
11
|
+
async () => import("./WistiaPlayerWrapper-6WR2BZCX.mjs").then((module) => ({
|
|
12
12
|
default: module.WistiaPlayerWrapper
|
|
13
13
|
}))
|
|
14
14
|
);
|
|
@@ -37,7 +37,7 @@ var WistiaPlayerWrapper = forwardRef(
|
|
|
37
37
|
setSwatchAspectRatio(ratio);
|
|
38
38
|
});
|
|
39
39
|
}
|
|
40
|
-
void import("./wistia-player-
|
|
40
|
+
void import("./wistia-player-4YMXP34N.mjs");
|
|
41
41
|
void customElements.whenDefined("wistia-player").then(() => {
|
|
42
42
|
setIsWistiaPlayerDefined(true);
|
|
43
43
|
});
|
|
@@ -7557,7 +7557,7 @@ var __webpack_modules__ = {
|
|
|
7557
7557
|
var PROD_SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
7558
7558
|
var PROD_FASTLY_SSL_HOST = "embed-fastly.wistia.com";
|
|
7559
7559
|
var SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
7560
|
-
var TAGGED_VERSION2 = "0.3.
|
|
7560
|
+
var TAGGED_VERSION2 = "0.3.10";
|
|
7561
7561
|
var CURRENT_SHA2 = (
|
|
7562
7562
|
/* unused pure expression or super */
|
|
7563
7563
|
null
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/wistia-player-react",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.10",
|
|
4
4
|
"packageManager": "yarn@4.5.3",
|
|
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": [
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@wistia/type-guards": "^0.9.1",
|
|
49
|
-
"@wistia/wistia-player": "0.3.
|
|
49
|
+
"@wistia/wistia-player": "0.3.10"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": ">=18.0.0 <20.0.0",
|