@mojir/lits 2.0.6 → 2.0.7

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
@@ -3162,7 +3162,7 @@ var mathNormalExpression = {
3162
3162
  },
3163
3163
  };
3164
3164
 
3165
- var version = "2.0.6";
3165
+ var version = "2.0.7";
3166
3166
 
3167
3167
  var uuidTemplate = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx';
3168
3168
  var xyRegexp = /[xy]/g;
@@ -8851,7 +8851,7 @@ var Lits = /** @class */ (function () {
8851
8851
  Lits.prototype.apply = function (fn, fnParams, params) {
8852
8852
  var _a;
8853
8853
  if (params === void 0) { params = {}; }
8854
- var fnName = 'FN_2eb7b316-471c-5bfa-90cb-d3dfd9164a59';
8854
+ var fnName = 'FN_2eb7b316_471c_5bfa_90cb_d3dfd9164a59';
8855
8855
  var program = this.generateApplyFunctionCall(fnName, fnParams);
8856
8856
  var ast = this.generateAst(program, params);
8857
8857
  var hostValues = fnParams.reduce(function (result, param, index) {