@mojir/lits 2.1.7 → 2.1.8

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.
package/dist/index.js CHANGED
@@ -4622,6 +4622,7 @@ var gridNormalExpression = {
4622
4622
  return transpose(grid);
4623
4623
  },
4624
4624
  paramCount: 1,
4625
+ aliases: ['grid:tr'],
4625
4626
  },
4626
4627
  'grid:flip-h': {
4627
4628
  evaluate: function (_a, sourceCodeInfo) {
@@ -19013,6 +19014,7 @@ var gridReference = {
19013
19014
  "grid:transpose(".concat(exampleGrid2, ")"),
19014
19015
  "grid:transpose(".concat(exampleGrid3, ")"),
19015
19016
  ],
19017
+ aliases: ['grid:tr'],
19016
19018
  },
19017
19019
  'grid:flip-h': {
19018
19020
  title: 'grid:flip-h',