@player-ui/check-path-plugin 1.0.1-next.0 → 1.0.1
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.
|
@@ -7865,8 +7865,8 @@ var CheckPathPlugin = function() {
|
|
|
7865
7865
|
ref: Symbol("not-started"),
|
|
7866
7866
|
status: "not-started"
|
|
7867
7867
|
};
|
|
7868
|
-
var PLAYER_VERSION = true ? "1.0.1
|
|
7869
|
-
var COMMIT = true ? "
|
|
7868
|
+
var PLAYER_VERSION = true ? "1.0.1" : "unknown";
|
|
7869
|
+
var COMMIT = true ? "b2d81e4bf7bb035fa6edbe65d21641d79631c53d" : "unknown";
|
|
7870
7870
|
var _Player = /*#__PURE__*/ function() {
|
|
7871
7871
|
function _Player2(config) {
|
|
7872
7872
|
var _this = this;
|