@wistia/wistia-player 0.7.10 → 0.7.11
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/wistia-player.js +2 -2
- package/package.json +1 -1
package/dist/wistia-player.js
CHANGED
|
@@ -7338,8 +7338,8 @@ var PROD_EMBED_HOST = 'embed.wistia.com';
|
|
|
7338
7338
|
var PROD_SSL_EMBED_HOST = 'embed-ssl.wistia.com';
|
|
7339
7339
|
var PROD_FASTLY_SSL_HOST = 'embed-fastly.wistia.com';
|
|
7340
7340
|
var SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
7341
|
-
var TAGGED_VERSION = "0.7.
|
|
7342
|
-
var CURRENT_SHA = "
|
|
7341
|
+
var TAGGED_VERSION = "0.7.11" || 0;
|
|
7342
|
+
var CURRENT_SHA = "e2b1e0432986d2868cf12a063602f2fbf0b88593" || 0;
|
|
7343
7343
|
var DEFAULT_PROTOCOL = function () {
|
|
7344
7344
|
if (typeof window !== 'undefined' && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__/* .root */ .z === window && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__/* .root */ .z.location) {
|
|
7345
7345
|
return utilities_root_js__WEBPACK_IMPORTED_MODULE_0__/* .root */ .z.location.protocol;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/wistia-player",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.11",
|
|
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": [
|