@player-ui/async-node-plugin 1.1.0-next.3 → 1.1.0-next.4
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.
|
@@ -8072,8 +8072,8 @@ var AsyncNodePlugin = function() {
|
|
|
8072
8072
|
ref: Symbol("not-started"),
|
|
8073
8073
|
status: "not-started"
|
|
8074
8074
|
};
|
|
8075
|
-
var PLAYER_VERSION = true ? "1.1.0-next.
|
|
8076
|
-
var COMMIT = true ? "
|
|
8075
|
+
var PLAYER_VERSION = true ? "1.1.0-next.4" : "unknown";
|
|
8076
|
+
var COMMIT = true ? "c00a0bc3257d918e21b7244a770ae462017f0fae" : "unknown";
|
|
8077
8077
|
var _Player = /*#__PURE__*/ function() {
|
|
8078
8078
|
function _Player2(config) {
|
|
8079
8079
|
var _this = this;
|