@wistia/wistia-player 0.7.19 → 0.7.20
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/CHANGELOG.md +6 -0
- package/dist/wistia-player.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/wistia-player.js
CHANGED
|
@@ -6834,8 +6834,8 @@ const PROD_EMBED_HOST = 'embed.wistia.com';
|
|
|
6834
6834
|
const PROD_SSL_EMBED_HOST = 'embed-ssl.wistia.com';
|
|
6835
6835
|
const PROD_FASTLY_SSL_HOST = 'embed-fastly.wistia.com';
|
|
6836
6836
|
const SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
6837
|
-
const TAGGED_VERSION = "0.7.
|
|
6838
|
-
const CURRENT_SHA = "
|
|
6837
|
+
const TAGGED_VERSION = "0.7.20" || 0;
|
|
6838
|
+
const CURRENT_SHA = "eab186da891dfa5f4fcc723eecf3b7d99c4042c0" || 0;
|
|
6839
6839
|
const DEFAULT_PROTOCOL = (() => {
|
|
6840
6840
|
if (typeof window !== 'undefined' && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__/* .root */ .z === window && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__/* .root */ .z.location) {
|
|
6841
6841
|
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.20",
|
|
4
4
|
"packageManager": "yarn@4.18.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": [
|