@arquimedes.co/eureka-forms 1.0.5 → 1.0.6-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.
@@ -220,6 +220,7 @@ var updateValue = function (idStep, values, form, customSteps) {
220
220
  }
221
221
  default:
222
222
  var custom = customSteps[idStep];
223
+ console.log('UPDATE:', custom);
223
224
  if (custom !== undefined) {
224
225
  custom.updateValue(idStep, values, form);
225
226
  }
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.0.5",
4
+ "version":"1.0.6-test",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",