@player-ui/player 0.15.5 → 0.15.6

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.
@@ -3507,7 +3507,7 @@ var TemplatePlugin = class {
3507
3507
  }
3508
3508
  return void 0;
3509
3509
  }
3510
- if (node && (node.type === "view" /* View */ || node.type === "asset" /* Asset */) && Array.isArray(node.children)) {
3510
+ if (node && (node.type === "view" /* View */ || node.type === "asset" /* Asset */ || node.type === "value" /* Value */) && Array.isArray(node.children)) {
3511
3511
  node.children = node.children.sort((a, b) => {
3512
3512
  const aPath = a.path.join();
3513
3513
  const bPath = b.path.join();
@@ -5415,8 +5415,8 @@ var NOT_STARTED_STATE = {
5415
5415
  };
5416
5416
 
5417
5417
  // ../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/core/player/src/player.ts
5418
- var PLAYER_VERSION = true ? "0.15.5" : "unknown";
5419
- var COMMIT = true ? "69e4f473071f889133b4c9b8414c092d8587fa53" : "unknown";
5418
+ var PLAYER_VERSION = true ? "0.15.6" : "unknown";
5419
+ var COMMIT = true ? "89c7a6c4db123fe5d82d678f4c05230124fd96ca" : "unknown";
5420
5420
  var _Player = class _Player {
5421
5421
  constructor(config) {
5422
5422
  this.logger = new TapableLogger();