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