@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/cli/cli.js CHANGED
@@ -92,7 +92,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
92
92
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
93
93
  };
94
94
 
95
- var version = "2.1.7";
95
+ var version = "2.1.8";
96
96
 
97
97
  function getCodeMarker(sourceCodeInfo) {
98
98
  if (!sourceCodeInfo.position || !sourceCodeInfo.code)
@@ -4738,6 +4738,7 @@ var gridNormalExpression = {
4738
4738
  return transpose(grid);
4739
4739
  },
4740
4740
  paramCount: 1,
4741
+ aliases: ['grid:tr'],
4741
4742
  },
4742
4743
  'grid:flip-h': {
4743
4744
  evaluate: function (_a, sourceCodeInfo) {
@@ -19110,6 +19111,7 @@ var gridReference = {
19110
19111
  "grid:transpose(".concat(exampleGrid2, ")"),
19111
19112
  "grid:transpose(".concat(exampleGrid3, ")"),
19112
19113
  ],
19114
+ aliases: ['grid:tr'],
19113
19115
  },
19114
19116
  'grid:flip-h': {
19115
19117
  title: 'grid:flip-h',
package/dist/index.esm.js CHANGED
@@ -4620,6 +4620,7 @@ var gridNormalExpression = {
4620
4620
  return transpose(grid);
4621
4621
  },
4622
4622
  paramCount: 1,
4623
+ aliases: ['grid:tr'],
4623
4624
  },
4624
4625
  'grid:flip-h': {
4625
4626
  evaluate: function (_a, sourceCodeInfo) {
@@ -19011,6 +19012,7 @@ var gridReference = {
19011
19012
  "grid:transpose(".concat(exampleGrid2, ")"),
19012
19013
  "grid:transpose(".concat(exampleGrid3, ")"),
19013
19014
  ],
19015
+ aliases: ['grid:tr'],
19014
19016
  },
19015
19017
  'grid:flip-h': {
19016
19018
  title: 'grid:flip-h',