@arquimedes.co/eureka-forms 1.1.2-test → 1.1.3-test

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.
@@ -225,8 +225,8 @@ var updateValue = function (idStep, values, form, customSteps) {
225
225
  // eslint-disable-next-line no-console
226
226
  console.log(customSteps);
227
227
  // eslint-disable-next-line no-console
228
- console.log('TYPE', step.type);
229
- var custom = customSteps[step.type];
228
+ console.log('TYPE', step === null || step === void 0 ? void 0 : step.type);
229
+ var custom = customSteps[step === null || step === void 0 ? void 0 : step.type];
230
230
  // eslint-disable-next-line no-console
231
231
  console.log('UPDATE:', custom);
232
232
  if (custom !== undefined) {
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":"1.1.2-test",
4
+ "version":"1.1.3-test",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",