@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/cli/cli.js +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/lits.iife.js +2 -2
- package/dist/lits.iife.js.map +1 -1
- package/dist/testFramework.esm.js +2 -2
- package/dist/testFramework.esm.js.map +1 -1
- package/dist/testFramework.js +2 -2
- package/dist/testFramework.js.map +1 -1
- package/package.json +1 -1
|
@@ -3123,7 +3123,7 @@ var mathNormalExpression = {
|
|
|
3123
3123
|
},
|
|
3124
3124
|
};
|
|
3125
3125
|
|
|
3126
|
-
var version = "2.0.
|
|
3126
|
+
var version = "2.0.7";
|
|
3127
3127
|
|
|
3128
3128
|
var uuidTemplate = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx';
|
|
3129
3129
|
var xyRegexp = /[xy]/g;
|
|
@@ -8810,7 +8810,7 @@ var Lits = /** @class */ (function () {
|
|
|
8810
8810
|
Lits.prototype.apply = function (fn, fnParams, params) {
|
|
8811
8811
|
var _a;
|
|
8812
8812
|
if (params === void 0) { params = {}; }
|
|
8813
|
-
var fnName = '
|
|
8813
|
+
var fnName = 'FN_2eb7b316_471c_5bfa_90cb_d3dfd9164a59';
|
|
8814
8814
|
var program = this.generateApplyFunctionCall(fnName, fnParams);
|
|
8815
8815
|
var ast = this.generateAst(program, params);
|
|
8816
8816
|
var hostValues = fnParams.reduce(function (result, param, index) {
|