@wistia/wistia-player 0.6.11 → 0.6.12
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 +2 -2
package/dist/wistia-player.js
CHANGED
|
@@ -7173,8 +7173,8 @@ var PROD_EMBED_HOST = 'embed.wistia.com';
|
|
|
7173
7173
|
var PROD_SSL_EMBED_HOST = 'embed-ssl.wistia.com';
|
|
7174
7174
|
var PROD_FASTLY_SSL_HOST = 'embed-fastly.wistia.com';
|
|
7175
7175
|
var SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
7176
|
-
var TAGGED_VERSION = "0.6.
|
|
7177
|
-
var CURRENT_SHA = "
|
|
7176
|
+
var TAGGED_VERSION = "0.6.12" || 0;
|
|
7177
|
+
var CURRENT_SHA = "03096ef064ce4a7072f5100190f8a37e505dc30c" || 0;
|
|
7178
7178
|
var DEFAULT_PROTOCOL = function () {
|
|
7179
7179
|
if (typeof window !== 'undefined' && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__/* .root */ .z === window && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__/* .root */ .z.location) {
|
|
7180
7180
|
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.12",
|
|
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": [
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"start:dev:yalc": "yarn run build:player:dev --env yalc=true --watch "
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"dotenv-webpack": "^
|
|
34
|
+
"dotenv-webpack": "^9.0.0",
|
|
35
35
|
"iso8601-duration": "^2.1.3",
|
|
36
36
|
"lodash.merge": "^4.6.2",
|
|
37
37
|
"mux-embed": "^5.15.0",
|