@arquimedes.co/eureka-forms 2.0.111-test → 2.0.111

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.
@@ -208,7 +208,7 @@ export var calcMapperSubSteps = function (step, elements, customSteps) {
208
208
  return newSteps;
209
209
  };
210
210
  function calcStepDependency(idStep, steps, values, customSteps) {
211
- var _a, _b, _c, _d;
211
+ var _a, _b, _c;
212
212
  var depStep = steps[idStep];
213
213
  if (!depStep) {
214
214
  var originalValue_1 = values.global[idStep];
@@ -226,7 +226,7 @@ function calcStepDependency(idStep, steps, values, customSteps) {
226
226
  console.error('Missing stepPath', depStep);
227
227
  return {
228
228
  type: depStep.type,
229
- idOriginal: (_d = (_c = depStep.stepPath) === null || _c === void 0 ? void 0 : _c[0]) !== null && _d !== void 0 ? _d : [idStep],
229
+ idOriginal: (_c = depStep.stepPath[0]) !== null && _c !== void 0 ? _c : [idStep],
230
230
  value: calcStepDependencyValue(depStep, originalValue, customSteps),
231
231
  dependents: [],
232
232
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arquimedes.co/eureka-forms",
3
3
  "repository": "git://github.com/Arquimede5/Eureka-Forms.git",
4
- "version":"2.0.111-test",
4
+ "version": "2.0.111",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",