@arquimedes.co/eureka-forms 2.0.91 → 2.0.92

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.
@@ -227,7 +227,7 @@ var getEntityValueOptions = function (idOrganization, step, dependencyStore) { r
227
227
  }
228
228
  url = "".concat(idOrganization, "/entities/").concat(step.idEntity).concat(urlPath, "?").concat(params.toString());
229
229
  return [4 /*yield*/, widgetInstance.get(url, {
230
- timeout: 120,
230
+ timeout: 120000,
231
231
  })];
232
232
  case 1:
233
233
  response = _j.sent();
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.91",
4
+ "version": "2.0.92",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",