@wistia/wistia-player-react 0.1.2 → 0.1.3
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.
|
@@ -8762,7 +8762,7 @@ var init_wistia_player = __esm({
|
|
|
8762
8762
|
var PROD_SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
8763
8763
|
var PROD_FASTLY_SSL_HOST = "embed-fastly.wistia.com";
|
|
8764
8764
|
var SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
8765
|
-
var TAGGED_VERSION2 = "0.1.
|
|
8765
|
+
var TAGGED_VERSION2 = "0.1.3";
|
|
8766
8766
|
var CURRENT_SHA2 = (
|
|
8767
8767
|
/* unused pure expression or super */
|
|
8768
8768
|
null
|
|
@@ -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-SUD6AKPK.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-CA3ZQHXK.mjs");
|
|
26
26
|
void customElements.whenDefined("wistia-player").then(() => {
|
|
27
27
|
setIsWistiaPlayerDefined(true);
|
|
28
28
|
});
|
|
@@ -7764,7 +7764,7 @@ var __webpack_modules__ = {
|
|
|
7764
7764
|
var PROD_SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
7765
7765
|
var PROD_FASTLY_SSL_HOST = "embed-fastly.wistia.com";
|
|
7766
7766
|
var SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
7767
|
-
var TAGGED_VERSION2 = "0.1.
|
|
7767
|
+
var TAGGED_VERSION2 = "0.1.3";
|
|
7768
7768
|
var CURRENT_SHA2 = (
|
|
7769
7769
|
/* unused pure expression or super */
|
|
7770
7770
|
null
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/wistia-player-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
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.1.
|
|
48
|
+
"@wistia/wistia-player": "0.1.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@babel/core": "^7.26.9",
|