@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
package/dist/testFramework.js
CHANGED
|
@@ -3125,7 +3125,7 @@ var mathNormalExpression = {
|
|
|
3125
3125
|
},
|
|
3126
3126
|
};
|
|
3127
3127
|
|
|
3128
|
-
var version = "2.0.
|
|
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 = '
|
|
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) {
|