@player-ui/markdown-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.
@@ -9558,7 +9558,7 @@ var MarkdownPlugin = function() {
9558
9558
  }
9559
9559
  return void 0;
9560
9560
  };
9561
- if (node2 && (node2.type === "view" || node2.type === "asset") && Array.isArray(node2.children)) {
9561
+ if (node2 && (node2.type === "view" || node2.type === "asset" || node2.type === "value") && Array.isArray(node2.children)) {
9562
9562
  node2.children = node2.children.sort(function(a, b) {
9563
9563
  var aPath = a.path.join();
9564
9564
  var bPath = b.path.join();
@@ -11770,8 +11770,8 @@ var MarkdownPlugin = function() {
11770
11770
  ref: Symbol("not-started"),
11771
11771
  status: "not-started"
11772
11772
  };
11773
- var PLAYER_VERSION = true ? "0.15.5" : "unknown";
11774
- var COMMIT = true ? "69e4f473071f889133b4c9b8414c092d8587fa53" : "unknown";
11773
+ var PLAYER_VERSION = true ? "0.15.6" : "unknown";
11774
+ var COMMIT = true ? "89c7a6c4db123fe5d82d678f4c05230124fd96ca" : "unknown";
11775
11775
  var _Player = /*#__PURE__*/ function() {
11776
11776
  function _Player2(config) {
11777
11777
  var _this = this;