@player-ui/async-node-plugin 1.0.2--canary.897.38579 → 1.0.2-next.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.
|
@@ -8062,8 +8062,8 @@ var AsyncNodePlugin = function() {
|
|
|
8062
8062
|
ref: Symbol("not-started"),
|
|
8063
8063
|
status: "not-started"
|
|
8064
8064
|
};
|
|
8065
|
-
var PLAYER_VERSION = true ? "1.0.2
|
|
8066
|
-
var COMMIT = true ? "
|
|
8065
|
+
var PLAYER_VERSION = true ? "1.0.2-next.0" : "unknown";
|
|
8066
|
+
var COMMIT = true ? "0b9f67e6751582fa73e2f1dcdbc21d174bff69df" : "unknown";
|
|
8067
8067
|
var _Player = /*#__PURE__*/ function() {
|
|
8068
8068
|
function _Player2(config) {
|
|
8069
8069
|
var _this = this;
|