@player-ui/player 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.
@@ -5656,7 +5656,7 @@ var Player = function() {
5656
5656
  }
5657
5657
  return void 0;
5658
5658
  };
5659
- if (node && (node.type === "view" /* View */ || node.type === "asset" /* Asset */ ) && Array.isArray(node.children)) {
5659
+ if (node && (node.type === "view" /* View */ || node.type === "asset" /* Asset */ || node.type === "value" /* Value */ ) && Array.isArray(node.children)) {
5660
5660
  node.children = node.children.sort(function(a, b) {
5661
5661
  var aPath = a.path.join();
5662
5662
  var bPath = b.path.join();
@@ -8028,8 +8028,8 @@ var Player = function() {
8028
8028
  status: "not-started"
8029
8029
  };
8030
8030
  // ../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/core/player/src/player.ts
8031
- var PLAYER_VERSION = true ? "0.15.5" : "unknown";
8032
- var COMMIT = true ? "69e4f473071f889133b4c9b8414c092d8587fa53" : "unknown";
8031
+ var PLAYER_VERSION = true ? "0.15.7" : "unknown";
8032
+ var COMMIT = true ? "f9c758d7daa84aa56345189709e1a2f7e8a80967" : "unknown";
8033
8033
  var _Player = /*#__PURE__*/ function() {
8034
8034
  function _Player(config) {
8035
8035
  var _this = this;