Skip to content

Commit

Permalink
v2.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhrowe committed Feb 1, 2022
1 parent 6a33a2b commit 43d068e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 37 deletions.
23 changes: 7 additions & 16 deletions dist/player.es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! @vimeo/player v2.16.2 | (c) 2021 Vimeo | MIT License | https://github.com/vimeo/player.js */
/*! @vimeo/player v2.16.3 | (c) 2022 Vimeo | MIT License | https://github.com/vimeo/player.js */
function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
Expand Down Expand Up @@ -127,9 +127,9 @@ function createCommonjsModule(fn, module) {
}

/*!
* weakmap-polyfill v2.0.4 - ECMAScript6 WeakMap polyfill
* weakmap-polyfill v2.0.1 - ECMAScript6 WeakMap polyfill
* https://github.com/polygonplanet/weakmap-polyfill
* Copyright (c) 2015-2021 polygonplanet <[email protected]>
* Copyright (c) 2015-2020 Polygon Planet <[email protected]>
* @license MIT
*/
(function (self) {
Expand All @@ -140,17 +140,8 @@ function createCommonjsModule(fn, module) {

var hasOwnProperty = Object.prototype.hasOwnProperty;

var hasDefine = Object.defineProperty && function () {
try {
// Avoid IE8's broken Object.defineProperty
return Object.defineProperty({}, 'x', {
value: 1
}).x === 1;
} catch (e) {}
}();

var defineProperty = function (object, name, value) {
if (hasDefine) {
if (Object.defineProperty) {
Object.defineProperty(object, name, {
configurable: true,
writable: true,
Expand Down Expand Up @@ -265,7 +256,7 @@ function createCommonjsModule(fn, module) {
function isObject(x) {
return Object(x) === x;
}
})(typeof globalThis !== 'undefined' ? globalThis : typeof self !== 'undefined' ? self : typeof window !== 'undefined' ? window : typeof commonjsGlobal !== 'undefined' ? commonjsGlobal : commonjsGlobal);
})(typeof self !== 'undefined' ? self : typeof window !== 'undefined' ? window : typeof commonjsGlobal !== 'undefined' ? commonjsGlobal : commonjsGlobal);

var npo_src = createCommonjsModule(function (module) {
/*! Native Promise Only
Expand All @@ -276,7 +267,7 @@ var npo_src = createCommonjsModule(function (module) {
// special form of UMD for polyfilling across evironments
context[name] = context[name] || definition();

if ( module.exports) {
if (module.exports) {
module.exports = context[name];
}
})("Promise", typeof commonjsGlobal != "undefined" ? commonjsGlobal : commonjsGlobal, function DEF() {
Expand Down Expand Up @@ -726,7 +717,7 @@ function swapCallbacks(oldElement, newElement) {
/**
* @module lib/embed
*/
var oEmbedParameters = ['autopause', 'autoplay', 'background', 'byline', 'color', 'controls', 'dnt', 'height', 'id', 'keyboard', 'loop', 'maxheight', 'maxwidth', 'muted', 'playsinline', 'portrait', 'responsive', 'speed', 'texttrack', 'title', 'transparent', 'url', 'width'];
var oEmbedParameters = ['autopause', 'autoplay', 'background', 'byline', 'color', 'controls', 'dnt', 'height', 'id', 'interactiveparams', 'keyboard', 'loop', 'maxheight', 'maxwidth', 'muted', 'playsinline', 'portrait', 'responsive', 'speed', 'texttrack', 'title', 'transparent', 'url', 'width'];
/**
* Get the 'data-vimeo'-prefixed attributes from an element as an object.
*
Expand Down
23 changes: 7 additions & 16 deletions dist/player.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/player.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/player.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/player.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vimeo/player",
"version": "2.16.2",
"version": "2.16.3",
"description": "Interact with and control an embedded Vimeo Player.",
"license": "MIT",
"author": "Vimeo <https://vimeo.com>",
Expand Down

0 comments on commit 43d068e

Please sign in to comment.