@fileverse-dev/formulajs 4.4.17-fix-sort-fn-2 → 4.4.17-fix-sort-fn-4

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.
@@ -1,4 +1,4 @@
1
- /* @fileverse-dev/formulajs v4.4.17-fix-sort-fn-2 */
1
+ /* @fileverse-dev/formulajs v4.4.17-fix-sort-fn-3 */
2
2
  var _excluded = [ "confirmations", "dataDecoded" ];
3
3
 
4
4
  function _objectWithoutProperties(e, t) {
@@ -4917,7 +4917,9 @@ function _typeof(o) {
4917
4917
  var sorted = decorated.map((function(d) {
4918
4918
  return d.row;
4919
4919
  }));
4920
- return byCol ? transpose(sorted) : sorted;
4920
+ var xxxxxx = byCol ? transpose(sorted) : sorted;
4921
+ console.log("SORT result:", xxxxxx);
4922
+ return xxxxxx;
4921
4923
  }
4922
4924
  function TRANSPOSE(array) {
4923
4925
  if (!array) {