@srgssr/pillarbox-web 1.21.1 → 1.21.2
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/pillarbox.cjs.js
CHANGED
|
@@ -109,7 +109,7 @@ function _objectWithoutProperties(source, excluded) {
|
|
|
109
109
|
return target;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
const version = "1.21.
|
|
112
|
+
const version = "1.21.1";
|
|
113
113
|
|
|
114
114
|
/** @import VJSPlayer from 'video.js/dist/types/player' */
|
|
115
115
|
/** @import AudioTrack from 'video.js/dist/types/tracks/audio-track' */
|
package/dist/pillarbox.es.js
CHANGED
|
@@ -107,7 +107,7 @@ function _objectWithoutProperties(source, excluded) {
|
|
|
107
107
|
return target;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
const version = "1.21.
|
|
110
|
+
const version = "1.21.1";
|
|
111
111
|
|
|
112
112
|
/** @import VJSPlayer from 'video.js/dist/types/player' */
|
|
113
113
|
/** @import AudioTrack from 'video.js/dist/types/tracks/audio-track' */
|
package/dist/pillarbox.umd.js
CHANGED
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
return target;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
const version$8 = "1.21.
|
|
113
|
+
const version$8 = "1.21.1";
|
|
114
114
|
|
|
115
115
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
116
116
|
|