@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.
@@ -3403,7 +3403,7 @@ var TemplatePlugin = class {
3403
3403
  }
3404
3404
  return void 0;
3405
3405
  }
3406
- if (node && (node.type === "view" /* View */ || node.type === "asset" /* Asset */) && Array.isArray(node.children)) {
3406
+ if (node && (node.type === "view" /* View */ || node.type === "asset" /* Asset */ || node.type === "value" /* Value */) && Array.isArray(node.children)) {
3407
3407
  node.children = node.children.sort((a, b) => {
3408
3408
  const aPath = a.path.join();
3409
3409
  const bPath = b.path.join();
@@ -5311,8 +5311,8 @@ var NOT_STARTED_STATE = {
5311
5311
  };
5312
5312
 
5313
5313
  // ../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/core/player/src/player.ts
5314
- var PLAYER_VERSION = true ? "0.15.5" : "unknown";
5315
- var COMMIT = true ? "69e4f473071f889133b4c9b8414c092d8587fa53" : "unknown";
5314
+ var PLAYER_VERSION = true ? "0.15.7" : "unknown";
5315
+ var COMMIT = true ? "f9c758d7daa84aa56345189709e1a2f7e8a80967" : "unknown";
5316
5316
  var _Player = class _Player {
5317
5317
  constructor(config) {
5318
5318
  this.logger = new TapableLogger();
package/dist/index.mjs CHANGED
@@ -3403,7 +3403,7 @@ var TemplatePlugin = class {
3403
3403
  }
3404
3404
  return void 0;
3405
3405
  }
3406
- if (node && (node.type === "view" /* View */ || node.type === "asset" /* Asset */) && Array.isArray(node.children)) {
3406
+ if (node && (node.type === "view" /* View */ || node.type === "asset" /* Asset */ || node.type === "value" /* Value */) && Array.isArray(node.children)) {
3407
3407
  node.children = node.children.sort((a, b) => {
3408
3408
  const aPath = a.path.join();
3409
3409
  const bPath = b.path.join();
@@ -5311,8 +5311,8 @@ var NOT_STARTED_STATE = {
5311
5311
  };
5312
5312
 
5313
5313
  // ../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/core/player/src/player.ts
5314
- var PLAYER_VERSION = true ? "0.15.5" : "unknown";
5315
- var COMMIT = true ? "69e4f473071f889133b4c9b8414c092d8587fa53" : "unknown";
5314
+ var PLAYER_VERSION = true ? "0.15.7" : "unknown";
5315
+ var COMMIT = true ? "f9c758d7daa84aa56345189709e1a2f7e8a80967" : "unknown";
5316
5316
  var _Player = class _Player {
5317
5317
  constructor(config) {
5318
5318
  this.logger = new TapableLogger();