@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.
@@ -3125,7 +3125,7 @@ var mathNormalExpression = {
3125
3125
  },
3126
3126
  };
3127
3127
 
3128
- var version = "2.0.6";
3128
+ var version = "2.0.7";
3129
3129
 
3130
3130
  var uuidTemplate = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx';
3131
3131
  var xyRegexp = /[xy]/g;
@@ -8812,7 +8812,7 @@ var Lits = /** @class */ (function () {
8812
8812
  Lits.prototype.apply = function (fn, fnParams, params) {
8813
8813
  var _a;
8814
8814
  if (params === void 0) { params = {}; }
8815
- var fnName = 'FN_2eb7b316-471c-5bfa-90cb-d3dfd9164a59';
8815
+ var fnName = 'FN_2eb7b316_471c_5bfa_90cb_d3dfd9164a59';
8816
8816
  var program = this.generateApplyFunctionCall(fnName, fnParams);
8817
8817
  var ast = this.generateAst(program, params);
8818
8818
  var hostValues = fnParams.reduce(function (result, param, index) {