@player-ui/metrics-plugin 1.0.0-next.0 → 1.0.1-next.0
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.
|
@@ -7924,8 +7924,8 @@ var MetricsPlugin = function() {
|
|
|
7924
7924
|
ref: Symbol("not-started"),
|
|
7925
7925
|
status: "not-started"
|
|
7926
7926
|
};
|
|
7927
|
-
var PLAYER_VERSION = true ? "1.0.
|
|
7928
|
-
var COMMIT = true ? "
|
|
7927
|
+
var PLAYER_VERSION = true ? "1.0.1-next.0" : "unknown";
|
|
7928
|
+
var COMMIT = true ? "0597f2dd7c673fc97aaa2146ee2b60b7a900c4cd" : "unknown";
|
|
7929
7929
|
var _Player = /*#__PURE__*/ function() {
|
|
7930
7930
|
function _Player2(config) {
|
|
7931
7931
|
var _this = this;
|