@player-ui/async-node-plugin 0.15.3-next.3 → 0.15.3
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.
|
@@ -7626,8 +7626,8 @@ var AsyncNodePlugin = function() {
|
|
|
7626
7626
|
ref: Symbol("not-started"),
|
|
7627
7627
|
status: "not-started"
|
|
7628
7628
|
};
|
|
7629
|
-
var PLAYER_VERSION = true ? "0.15.3
|
|
7630
|
-
var COMMIT = true ? "
|
|
7629
|
+
var PLAYER_VERSION = true ? "0.15.3" : "unknown";
|
|
7630
|
+
var COMMIT = true ? "635ec38f97e5afa4d5f7ff4ddd3e4f7a6fbe0988" : "unknown";
|
|
7631
7631
|
var _Player = /*#__PURE__*/ function() {
|
|
7632
7632
|
function _Player2(config) {
|
|
7633
7633
|
var _this = this;
|