@player-ui/common-expressions-plugin 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.
@@ -5315,7 +5315,7 @@ var CommonExpressionsPlugin = function() {
5315
5315
  }
5316
5316
  return void 0;
5317
5317
  };
5318
- if (node && (node.type === "view" || node.type === "asset") && Array.isArray(node.children)) {
5318
+ if (node && (node.type === "view" || node.type === "asset" || node.type === "value") && Array.isArray(node.children)) {
5319
5319
  node.children = node.children.sort(function(a, b) {
5320
5320
  var aPath = a.path.join();
5321
5321
  var bPath = b.path.join();
@@ -7527,8 +7527,8 @@ var CommonExpressionsPlugin = function() {
7527
7527
  ref: Symbol("not-started"),
7528
7528
  status: "not-started"
7529
7529
  };
7530
- var PLAYER_VERSION = true ? "0.15.5" : "unknown";
7531
- var COMMIT = true ? "69e4f473071f889133b4c9b8414c092d8587fa53" : "unknown";
7530
+ var PLAYER_VERSION = true ? "0.15.6" : "unknown";
7531
+ var COMMIT = true ? "89c7a6c4db123fe5d82d678f4c05230124fd96ca" : "unknown";
7532
7532
  var _Player = /*#__PURE__*/ function() {
7533
7533
  function _Player2(config) {
7534
7534
  var _this = this;