@wistia/wistia-player-react 0.0.97 → 0.0.98
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.
|
@@ -9886,7 +9886,7 @@ var init_wistia_player = __esm({
|
|
|
9886
9886
|
var PROD_SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
9887
9887
|
var PROD_FASTLY_SSL_HOST = "embed-fastly.wistia.com";
|
|
9888
9888
|
var SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
9889
|
-
var TAGGED_VERSION = "0.0.
|
|
9889
|
+
var TAGGED_VERSION = "0.0.98";
|
|
9890
9890
|
var DEFAULT_PROTOCOL = function() {
|
|
9891
9891
|
if (typeof window !== "undefined" && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z === window && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z.location) {
|
|
9892
9892
|
return utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z.location.protocol;
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
import { forwardRef, Suspense, lazy, Fragment } from "react";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
var WistiaPlayerWrapper = lazy(
|
|
10
|
-
async () => import("./WistiaPlayerWrapper-
|
|
10
|
+
async () => import("./WistiaPlayerWrapper-LGVOFAY7.mjs").then((module) => ({
|
|
11
11
|
default: module.WistiaPlayerWrapper
|
|
12
12
|
}))
|
|
13
13
|
);
|
|
@@ -22,7 +22,7 @@ var WistiaPlayerWrapper = forwardRef(
|
|
|
22
22
|
setSwatchAspectRatio(ratio);
|
|
23
23
|
});
|
|
24
24
|
}
|
|
25
|
-
void import("./wistia-player-
|
|
25
|
+
void import("./wistia-player-UXUW57OY.mjs");
|
|
26
26
|
void customElements.whenDefined("wistia-player").then(() => {
|
|
27
27
|
setIsWistiaPlayerDefined(true);
|
|
28
28
|
});
|
|
@@ -8964,7 +8964,7 @@ var __webpack_modules__ = {
|
|
|
8964
8964
|
var PROD_SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
8965
8965
|
var PROD_FASTLY_SSL_HOST = "embed-fastly.wistia.com";
|
|
8966
8966
|
var SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
8967
|
-
var TAGGED_VERSION = "0.0.
|
|
8967
|
+
var TAGGED_VERSION = "0.0.98";
|
|
8968
8968
|
var DEFAULT_PROTOCOL = function() {
|
|
8969
8969
|
if (typeof window !== "undefined" && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z === window && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z.location) {
|
|
8970
8970
|
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.0.
|
|
3
|
+
"version": "0.0.98",
|
|
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": [
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"start:dev:yalc": "run build:react:dev --watch --yalc"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@wistia/wistia-player": "0.0.
|
|
48
|
+
"@wistia/wistia-player": "0.0.98"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@babel/core": "^7.26.8",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"npm-run-all": "^4.1.5",
|
|
61
61
|
"react": "^18.3.1",
|
|
62
62
|
"read-package-json": "^7.0.1",
|
|
63
|
-
"typescript": "5.7.
|
|
63
|
+
"typescript": "5.7.3",
|
|
64
64
|
"zx": "^8.3.0"
|
|
65
65
|
}
|
|
66
66
|
}
|