@wistia/wistia-player 0.0.92 → 0.0.93
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/README.md +2 -4
- package/dist/wistia-player.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
> ⚠️ **Note:** This package is in active development. Updates may unexpectedly introduce breaking changes. Use in production at your own risk.
|
|
2
|
-
|
|
3
|
-
> 🚧 **Note:** The React Wrapper has been removed from this package. To use the new React Wrapper, please use `@wistia/wistia-player-react`.
|
|
4
|
-
|
|
5
1
|
# Wistia Player Web Component
|
|
6
2
|
|
|
7
3
|
`<wistia-player>` is Wistia's embeddable web component which can be used to add responsive, lightweight, and SEO-friendly videos to your site.
|
|
8
4
|
|
|
5
|
+
For more usage information, check out our [Wistia Player documentation](https://docs.wistia.com/docs/player-quick-start).
|
|
6
|
+
|
|
9
7
|
## Getting started
|
|
10
8
|
|
|
11
9
|
```bash
|
package/dist/wistia-player.js
CHANGED
|
@@ -10115,7 +10115,7 @@ var PROD_EMBED_HOST = 'embed.wistia.com';
|
|
|
10115
10115
|
var PROD_SSL_EMBED_HOST = 'embed-ssl.wistia.com';
|
|
10116
10116
|
var PROD_FASTLY_SSL_HOST = 'embed-fastly.wistia.com';
|
|
10117
10117
|
var SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
10118
|
-
var TAGGED_VERSION = "0.0.
|
|
10118
|
+
var TAGGED_VERSION = "0.0.93" || 0;
|
|
10119
10119
|
var DEFAULT_PROTOCOL = function () {
|
|
10120
10120
|
if (typeof window !== 'undefined' && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__/* .root */ .z === window && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__/* .root */ .z.location) {
|
|
10121
10121
|
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.0.
|
|
3
|
+
"version": "0.0.93",
|
|
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": [
|