@wistia/wistia-player 0.6.0 → 0.6.1
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
|
@@ -7138,8 +7138,8 @@ var PROD_EMBED_HOST = 'embed.wistia.com';
|
|
|
7138
7138
|
var PROD_SSL_EMBED_HOST = 'embed-ssl.wistia.com';
|
|
7139
7139
|
var PROD_FASTLY_SSL_HOST = 'embed-fastly.wistia.com';
|
|
7140
7140
|
var SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
7141
|
-
var TAGGED_VERSION = "0.6.
|
|
7142
|
-
var CURRENT_SHA = (/* unused pure expression or super */ null && ("
|
|
7141
|
+
var TAGGED_VERSION = "0.6.1" || 0;
|
|
7142
|
+
var CURRENT_SHA = (/* unused pure expression or super */ null && ("6cf78b1a48f2d22eb663a4a71b3c5333324dbaa4" || 0));
|
|
7143
7143
|
var DEFAULT_PROTOCOL = function () {
|
|
7144
7144
|
if (typeof window !== 'undefined' && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__/* .root */ .z === window && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__/* .root */ .z.location) {
|
|
7145
7145
|
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.6.
|
|
3
|
+
"version": "0.6.1",
|
|
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": [
|