@player-ui/beacon-plugin 0.15.0-next.7 → 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.
|
@@ -7459,8 +7459,8 @@ var BeaconPlugin = function() {
|
|
|
7459
7459
|
ref: Symbol("not-started"),
|
|
7460
7460
|
status: "not-started"
|
|
7461
7461
|
};
|
|
7462
|
-
var PLAYER_VERSION = true ? "0.15.0
|
|
7463
|
-
var COMMIT = true ? "
|
|
7462
|
+
var PLAYER_VERSION = true ? "0.15.0" : "unknown";
|
|
7463
|
+
var COMMIT = true ? "42891c40875b011e707e0ac48a14c995518f84fe" : "unknown";
|
|
7464
7464
|
var _Player = /*#__PURE__*/ function() {
|
|
7465
7465
|
function _Player2(config) {
|
|
7466
7466
|
var _this = this;
|