@wistia/wistia-player-react 0.0.114 → 0.0.115
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.
|
@@ -8674,7 +8674,7 @@ var init_wistia_player = __esm({
|
|
|
8674
8674
|
var PROD_SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
8675
8675
|
var PROD_FASTLY_SSL_HOST = "embed-fastly.wistia.com";
|
|
8676
8676
|
var SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
8677
|
-
var TAGGED_VERSION2 = "0.0.
|
|
8677
|
+
var TAGGED_VERSION2 = "0.0.115";
|
|
8678
8678
|
var CURRENT_SHA2 = (
|
|
8679
8679
|
/* unused pure expression or super */
|
|
8680
8680
|
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-PHGW7WIS.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-L3FGFFN4.mjs");
|
|
26
26
|
void customElements.whenDefined("wistia-player").then(() => {
|
|
27
27
|
setIsWistiaPlayerDefined(true);
|
|
28
28
|
});
|
|
@@ -7692,7 +7692,7 @@ var __webpack_modules__ = {
|
|
|
7692
7692
|
var PROD_SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
7693
7693
|
var PROD_FASTLY_SSL_HOST = "embed-fastly.wistia.com";
|
|
7694
7694
|
var SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
7695
|
-
var TAGGED_VERSION2 = "0.0.
|
|
7695
|
+
var TAGGED_VERSION2 = "0.0.115";
|
|
7696
7696
|
var CURRENT_SHA2 = (
|
|
7697
7697
|
/* unused pure expression or super */
|
|
7698
7698
|
null
|
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.115",
|
|
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": [
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"custom element",
|
|
13
13
|
"react"
|
|
14
14
|
],
|
|
15
|
-
"license": "
|
|
15
|
+
"license": "MIT",
|
|
16
16
|
"author": "Wistia Engineering",
|
|
17
17
|
"main": "./dist/mjs/WistiaPlayer.mjs",
|
|
18
18
|
"module": "./dist/mjs/WistiaPlayer.mjs",
|
|
@@ -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.115"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@babel/core": "^7.26.9",
|