@player-ui/stage-revert-data-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.
@@ -5192,7 +5192,7 @@ var StageRevertDataPlugin = function() {
5192
5192
  }
5193
5193
  return void 0;
5194
5194
  };
5195
- if (node && (node.type === "view" || node.type === "asset") && Array.isArray(node.children)) {
5195
+ if (node && (node.type === "view" || node.type === "asset" || node.type === "value") && Array.isArray(node.children)) {
5196
5196
  node.children = node.children.sort(function(a, b) {
5197
5197
  var aPath = a.path.join();
5198
5198
  var bPath = b.path.join();
@@ -7404,8 +7404,8 @@ var StageRevertDataPlugin = function() {
7404
7404
  ref: Symbol("not-started"),
7405
7405
  status: "not-started"
7406
7406
  };
7407
- var PLAYER_VERSION = true ? "0.15.5" : "unknown";
7408
- var COMMIT = true ? "69e4f473071f889133b4c9b8414c092d8587fa53" : "unknown";
7407
+ var PLAYER_VERSION = true ? "0.15.6" : "unknown";
7408
+ var COMMIT = true ? "89c7a6c4db123fe5d82d678f4c05230124fd96ca" : "unknown";
7409
7409
  var _Player = /*#__PURE__*/ function() {
7410
7410
  function _Player2(config) {
7411
7411
  var _this = this;