@player-ui/check-path-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.
|
@@ -7412,8 +7412,8 @@ var CheckPathPlugin = function() {
|
|
|
7412
7412
|
ref: Symbol("not-started"),
|
|
7413
7413
|
status: "not-started"
|
|
7414
7414
|
};
|
|
7415
|
-
var PLAYER_VERSION = true ? "0.15.0
|
|
7416
|
-
var COMMIT = true ? "
|
|
7415
|
+
var PLAYER_VERSION = true ? "0.15.0" : "unknown";
|
|
7416
|
+
var COMMIT = true ? "42891c40875b011e707e0ac48a14c995518f84fe" : "unknown";
|
|
7417
7417
|
var _Player = /*#__PURE__*/ function() {
|
|
7418
7418
|
function _Player2(config) {
|
|
7419
7419
|
var _this = this;
|