@erpp/react-api-cronos-frontend 1.0.21 → 1.0.22
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/dist/index.d.mts +107 -1
- package/dist/index.d.ts +107 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/readme.md +4 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
# Caracteristicas
|
|
4
4
|
|
|
5
|
+
- v0.1.22
|
|
6
|
+
- Se agrega el soporte para la entidad `DashboardGraficaGrupoEstilo` en la generación automática de APIs y hooks.
|
|
7
|
+
- Se actualiza el script de generación de exportaciones de hooks para incluir la nueva entidad `DashboardGraficaGrupoEstilo`.
|
|
8
|
+
|
|
5
9
|
- v0.1.21
|
|
6
10
|
- Se mejora el hook `useFetchList` para manejar errores de solicitud y estados de carga.
|
|
7
11
|
|