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