@wistia/wistia-player-react 0.6.18 → 0.6.19
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.
|
@@ -9106,8 +9106,8 @@ var init_wistia_player = __esm({
|
|
|
9106
9106
|
var PROD_SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
9107
9107
|
var PROD_FASTLY_SSL_HOST = "embed-fastly.wistia.com";
|
|
9108
9108
|
var SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
9109
|
-
var TAGGED_VERSION = "0.6.
|
|
9110
|
-
var CURRENT_SHA = "
|
|
9109
|
+
var TAGGED_VERSION = "0.6.19";
|
|
9110
|
+
var CURRENT_SHA = "21ccc429b5da877371f7396f5453960b066b16d1";
|
|
9111
9111
|
var DEFAULT_PROTOCOL = (function() {
|
|
9112
9112
|
if (typeof window !== "undefined" && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z === window && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z.location) {
|
|
9113
9113
|
return utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z.location.protocol;
|
|
@@ -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-RUXYC35X.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-G7EUXEFC.mjs");
|
|
41
41
|
void customElements.whenDefined("wistia-player").then(() => {
|
|
42
42
|
setIsWistiaPlayerDefined(true);
|
|
43
43
|
});
|
|
@@ -8222,8 +8222,8 @@ var __webpack_modules__ = {
|
|
|
8222
8222
|
var PROD_SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
8223
8223
|
var PROD_FASTLY_SSL_HOST = "embed-fastly.wistia.com";
|
|
8224
8224
|
var SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
8225
|
-
var TAGGED_VERSION = "0.6.
|
|
8226
|
-
var CURRENT_SHA = "
|
|
8225
|
+
var TAGGED_VERSION = "0.6.19";
|
|
8226
|
+
var CURRENT_SHA = "21ccc429b5da877371f7396f5453960b066b16d1";
|
|
8227
8227
|
var DEFAULT_PROTOCOL = (function() {
|
|
8228
8228
|
if (typeof window !== "undefined" && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z === window && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z.location) {
|
|
8229
8229
|
return utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z.location.protocol;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/wistia-player-react",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.19",
|
|
4
4
|
"packageManager": "yarn@4.13.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": [
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@wistia/type-guards": "^0.9.3",
|
|
49
|
-
"@wistia/wistia-player": "0.6.
|
|
49
|
+
"@wistia/wistia-player": "0.6.19"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": ">=18.0.0 <20.0.0",
|