@wistia/wistia-player-react 0.0.18 → 0.0.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.
package/dist/WistiaPlayer.cjs
CHANGED
|
@@ -8748,7 +8748,7 @@ var init_wistia_player = __esm({
|
|
|
8748
8748
|
case 0:
|
|
8749
8749
|
options = _args.length > 1 && _args[1] !== void 0 ? _args[1] : {};
|
|
8750
8750
|
host = (_options$host = options.host) !== null && _options$host !== void 0 ? _options$host : (0, _hosts_js__WEBPACK_IMPORTED_MODULE_0__.eV1HostWithPort)();
|
|
8751
|
-
taggedVersion = "0.0.
|
|
8751
|
+
taggedVersion = "0.0.19";
|
|
8752
8752
|
if (!(taggedVersion !== "" && taggedVersion.length > 0 && options.mediaData !== true)) {
|
|
8753
8753
|
_context.next = 5;
|
|
8754
8754
|
break;
|
|
@@ -14489,7 +14489,7 @@ var init_wistia_player = __esm({
|
|
|
14489
14489
|
if (this.isValidKey(this._eventKey)) {
|
|
14490
14490
|
return this._eventKey;
|
|
14491
14491
|
}
|
|
14492
|
-
this._eventKey = uniqId("
|
|
14492
|
+
this._eventKey = uniqId("e56e83b19fc0d109dea83d3d5c09c1e3".substring(0, 7) + "_");
|
|
14493
14493
|
this.publicApi.trigger("eventkeychange", this._eventKey);
|
|
14494
14494
|
return this._eventKey;
|
|
14495
14495
|
};
|
|
@@ -15936,7 +15936,7 @@ var init_wistia_player = __esm({
|
|
|
15936
15936
|
var first = (0, _util_getOrSetIsFirst_js__WEBPACK_IMPORTED_MODULE_3__.u)(_this.hashedId, _ds_index_js__WEBPACK_IMPORTED_MODULE_2__.p.Scope.LIVE_EVENT, "load");
|
|
15937
15937
|
_classPrivateFieldSet(_playSession, _this, _ds_index_js__WEBPACK_IMPORTED_MODULE_2__.p.load(_classPrivateFieldGet(_clockStart, _this), {
|
|
15938
15938
|
visitor_key: _classPrivateFieldGet(_api, _this).visitorKey(),
|
|
15939
|
-
session_key: (0, utilities_uniqId_js__WEBPACK_IMPORTED_MODULE_5__.b)("".concat("
|
|
15939
|
+
session_key: (0, utilities_uniqId_js__WEBPACK_IMPORTED_MODULE_5__.b)("".concat("e56e83b19fc0d109dea83d3d5c09c1e3".substring(0, 7), "_")),
|
|
15940
15940
|
embed_url: _classPrivateFieldGet(_api, _this)._attrs.pageUrl,
|
|
15941
15941
|
referrer_url: _classPrivateFieldGet(_api, _this)._attrs.referrerUrl,
|
|
15942
15942
|
account_id: mediaData.accountId,
|
|
@@ -20130,7 +20130,7 @@ var init_wistia_player = __esm({
|
|
|
20130
20130
|
}, {
|
|
20131
20131
|
key: "generate",
|
|
20132
20132
|
value: function generate() {
|
|
20133
|
-
return (0, utilities_uniqId_js__WEBPACK_IMPORTED_MODULE_4__.b)("".concat("
|
|
20133
|
+
return (0, utilities_uniqId_js__WEBPACK_IMPORTED_MODULE_4__.b)("".concat("e56e83b19fc0d109dea83d3d5c09c1e3".substring(0, 7), "_"));
|
|
20134
20134
|
}
|
|
20135
20135
|
}]);
|
|
20136
20136
|
}();
|
|
@@ -26996,7 +26996,7 @@ var init_wistia_player = __esm({
|
|
|
26996
26996
|
Object.keys(optionSources).forEach(function(key) {
|
|
26997
26997
|
optionSources[key] = ensureOptionsAreNonCircular(optionSources[key]);
|
|
26998
26998
|
});
|
|
26999
|
-
var playerVersion = "0.0.
|
|
26999
|
+
var playerVersion = "0.0.19".length > 0 ? "0.0.19" : _utilities_player_version_js__WEBPACK_IMPORTED_MODULE_44__.H;
|
|
27000
27000
|
var data = {
|
|
27001
27001
|
player_version: playerVersion,
|
|
27002
27002
|
media_key: this._mediaData.mediaKey,
|
|
@@ -40548,7 +40548,7 @@ var init_wistia_player = __esm({
|
|
|
40548
40548
|
/* harmony export */
|
|
40549
40549
|
});
|
|
40550
40550
|
var runScript = function runScript2(src2, timeout) {
|
|
40551
|
-
var taggedVersion = "0.0.
|
|
40551
|
+
var taggedVersion = "0.0.19";
|
|
40552
40552
|
return new Promise(function(resolve, reject) {
|
|
40553
40553
|
if (timeout == null) {
|
|
40554
40554
|
timeout = 8e3;
|
package/dist/WistiaPlayer.mjs
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
import { forwardRef, Suspense, lazy } from "react";
|
|
8
8
|
import { jsx } from "react/jsx-runtime";
|
|
9
9
|
var WistiaPlayerWrapper = lazy(
|
|
10
|
-
async () => import("./WistiaPlayerWrapper-
|
|
10
|
+
async () => import("./WistiaPlayerWrapper-LBKY3R6P.mjs").then((module) => ({
|
|
11
11
|
default: module.WistiaPlayerWrapper
|
|
12
12
|
}))
|
|
13
13
|
);
|
|
@@ -32,7 +32,7 @@ var WistiaPlayerWrapper = forwardRef(
|
|
|
32
32
|
setSwatchAspectRatio(ratio);
|
|
33
33
|
});
|
|
34
34
|
}
|
|
35
|
-
void import("./wistia-player-
|
|
35
|
+
void import("./wistia-player-QGVKLUOT.mjs").then(() => {
|
|
36
36
|
setIsWistiaPlayerImported(true);
|
|
37
37
|
});
|
|
38
38
|
void customElements.whenDefined("wistia-player").then(() => {
|
|
@@ -8631,7 +8631,7 @@ var __webpack_modules__ = {
|
|
|
8631
8631
|
case 0:
|
|
8632
8632
|
options = _args.length > 1 && _args[1] !== void 0 ? _args[1] : {};
|
|
8633
8633
|
host = (_options$host = options.host) !== null && _options$host !== void 0 ? _options$host : (0, _hosts_js__WEBPACK_IMPORTED_MODULE_0__.eV1HostWithPort)();
|
|
8634
|
-
taggedVersion = "0.0.
|
|
8634
|
+
taggedVersion = "0.0.19";
|
|
8635
8635
|
if (!(taggedVersion !== "" && taggedVersion.length > 0 && options.mediaData !== true)) {
|
|
8636
8636
|
_context.next = 5;
|
|
8637
8637
|
break;
|
|
@@ -14372,7 +14372,7 @@ var __webpack_modules__ = {
|
|
|
14372
14372
|
if (this.isValidKey(this._eventKey)) {
|
|
14373
14373
|
return this._eventKey;
|
|
14374
14374
|
}
|
|
14375
|
-
this._eventKey = uniqId("
|
|
14375
|
+
this._eventKey = uniqId("e56e83b19fc0d109dea83d3d5c09c1e3".substring(0, 7) + "_");
|
|
14376
14376
|
this.publicApi.trigger("eventkeychange", this._eventKey);
|
|
14377
14377
|
return this._eventKey;
|
|
14378
14378
|
};
|
|
@@ -15819,7 +15819,7 @@ var __webpack_modules__ = {
|
|
|
15819
15819
|
var first = (0, _util_getOrSetIsFirst_js__WEBPACK_IMPORTED_MODULE_3__.u)(_this.hashedId, _ds_index_js__WEBPACK_IMPORTED_MODULE_2__.p.Scope.LIVE_EVENT, "load");
|
|
15820
15820
|
_classPrivateFieldSet(_playSession, _this, _ds_index_js__WEBPACK_IMPORTED_MODULE_2__.p.load(_classPrivateFieldGet(_clockStart, _this), {
|
|
15821
15821
|
visitor_key: _classPrivateFieldGet(_api, _this).visitorKey(),
|
|
15822
|
-
session_key: (0, utilities_uniqId_js__WEBPACK_IMPORTED_MODULE_5__.b)("".concat("
|
|
15822
|
+
session_key: (0, utilities_uniqId_js__WEBPACK_IMPORTED_MODULE_5__.b)("".concat("e56e83b19fc0d109dea83d3d5c09c1e3".substring(0, 7), "_")),
|
|
15823
15823
|
embed_url: _classPrivateFieldGet(_api, _this)._attrs.pageUrl,
|
|
15824
15824
|
referrer_url: _classPrivateFieldGet(_api, _this)._attrs.referrerUrl,
|
|
15825
15825
|
account_id: mediaData.accountId,
|
|
@@ -20013,7 +20013,7 @@ var __webpack_modules__ = {
|
|
|
20013
20013
|
}, {
|
|
20014
20014
|
key: "generate",
|
|
20015
20015
|
value: function generate() {
|
|
20016
|
-
return (0, utilities_uniqId_js__WEBPACK_IMPORTED_MODULE_4__.b)("".concat("
|
|
20016
|
+
return (0, utilities_uniqId_js__WEBPACK_IMPORTED_MODULE_4__.b)("".concat("e56e83b19fc0d109dea83d3d5c09c1e3".substring(0, 7), "_"));
|
|
20017
20017
|
}
|
|
20018
20018
|
}]);
|
|
20019
20019
|
}();
|
|
@@ -26879,7 +26879,7 @@ var __webpack_modules__ = {
|
|
|
26879
26879
|
Object.keys(optionSources).forEach(function(key) {
|
|
26880
26880
|
optionSources[key] = ensureOptionsAreNonCircular(optionSources[key]);
|
|
26881
26881
|
});
|
|
26882
|
-
var playerVersion = "0.0.
|
|
26882
|
+
var playerVersion = "0.0.19".length > 0 ? "0.0.19" : _utilities_player_version_js__WEBPACK_IMPORTED_MODULE_44__.H;
|
|
26883
26883
|
var data = {
|
|
26884
26884
|
player_version: playerVersion,
|
|
26885
26885
|
media_key: this._mediaData.mediaKey,
|
|
@@ -40431,7 +40431,7 @@ var __webpack_modules__ = {
|
|
|
40431
40431
|
/* harmony export */
|
|
40432
40432
|
});
|
|
40433
40433
|
var runScript = function runScript2(src2, timeout) {
|
|
40434
|
-
var taggedVersion = "0.0.
|
|
40434
|
+
var taggedVersion = "0.0.19";
|
|
40435
40435
|
return new Promise(function(resolve, reject) {
|
|
40436
40436
|
if (timeout == null) {
|
|
40437
40437
|
timeout = 8e3;
|
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.19",
|
|
4
4
|
"packageManager": "yarn@4.2.2",
|
|
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": [
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"build:prod": "npm-run-all 'prebuild' 'build:react:base:prod' 'build:types'"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@wistia/wistia-player": "0.0.
|
|
35
|
+
"@wistia/wistia-player": "0.0.19"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@babel/core": "^7.24.5",
|