@player-ui/async-node-plugin 0.15.5 → 0.15.7
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.
|
@@ -5424,7 +5424,7 @@ var AsyncNodePlugin = function() {
|
|
|
5424
5424
|
}
|
|
5425
5425
|
return void 0;
|
|
5426
5426
|
};
|
|
5427
|
-
if (node && (node.type === "view" || node.type === "asset") && Array.isArray(node.children)) {
|
|
5427
|
+
if (node && (node.type === "view" || node.type === "asset" || node.type === "value") && Array.isArray(node.children)) {
|
|
5428
5428
|
node.children = node.children.sort(function(a, b) {
|
|
5429
5429
|
var aPath = a.path.join();
|
|
5430
5430
|
var bPath = b.path.join();
|
|
@@ -7636,8 +7636,8 @@ var AsyncNodePlugin = function() {
|
|
|
7636
7636
|
ref: Symbol("not-started"),
|
|
7637
7637
|
status: "not-started"
|
|
7638
7638
|
};
|
|
7639
|
-
var PLAYER_VERSION = true ? "0.15.
|
|
7640
|
-
var COMMIT = true ? "
|
|
7639
|
+
var PLAYER_VERSION = true ? "0.15.7" : "unknown";
|
|
7640
|
+
var COMMIT = true ? "f9c758d7daa84aa56345189709e1a2f7e8a80967" : "unknown";
|
|
7641
7641
|
var _Player = /*#__PURE__*/ function() {
|
|
7642
7642
|
function _Player2(config) {
|
|
7643
7643
|
var _this = this;
|