@player-ui/metrics-plugin 0.15.0-next.8 → 0.15.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.
|
@@ -7471,8 +7471,8 @@ var MetricsPlugin = function() {
|
|
|
7471
7471
|
ref: Symbol("not-started"),
|
|
7472
7472
|
status: "not-started"
|
|
7473
7473
|
};
|
|
7474
|
-
var PLAYER_VERSION = true ? "0.15.0
|
|
7475
|
-
var COMMIT = true ? "
|
|
7474
|
+
var PLAYER_VERSION = true ? "0.15.0" : "unknown";
|
|
7475
|
+
var COMMIT = true ? "42891c40875b011e707e0ac48a14c995518f84fe" : "unknown";
|
|
7476
7476
|
var _Player = /*#__PURE__*/ function() {
|
|
7477
7477
|
function _Player2(config) {
|
|
7478
7478
|
var _this = this;
|