@drax/crud-vue 3.25.0 → 3.25.1

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.25.0",
6
+ "version": "3.25.1",
7
7
  "type": "module",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -24,10 +24,10 @@
24
24
  "format": "prettier --write src/"
25
25
  },
26
26
  "dependencies": {
27
- "@drax/common-front": "^3.25.0",
27
+ "@drax/common-front": "^3.25.1",
28
28
  "@drax/crud-front": "^3.21.0",
29
29
  "@drax/crud-share": "^3.21.0",
30
- "@drax/media-vue": "^3.25.0"
30
+ "@drax/media-vue": "^3.25.1"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "pinia": "^3.0.4",
@@ -50,5 +50,5 @@
50
50
  "vue-tsc": "^3.2.4",
51
51
  "vuetify": "^3.11.8"
52
52
  },
53
- "gitHead": "e5a5d6869b9446e15e2942fdd5386207bf2867b2"
53
+ "gitHead": "3a0fbd6094e1869b18c6c09a1d7bbdc0aee63288"
54
54
  }
@@ -265,7 +265,7 @@ async function generateSuggestions() {
265
265
  },
266
266
  currentValues: currentForm.value,
267
267
  fields: editableFields.value.map(normalizeField),
268
- }, {}) as CrudAiResponse
268
+ }, {timeout: 360000}) as CrudAiResponse
269
269
  } catch (e: any) {
270
270
  error.value = e?.message || 'No se pudo obtener una sugerencia de IA'
271
271
  response.value = null