flit-modulo-exportacoes 2.0.21 → 2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -410,7 +410,7 @@ function retornaValorEvento(tipoEvento, valoresEventos) {
410
410
  return {
411
411
  Dias: Math.abs(valoresEventos.ValorFaltas.Dias),
412
412
  Horas: Math.abs(valoresEventos.ValorFaltas.Horas),
413
- Minutos: Math.abs(valoresEventos.ValorAtraso.Minutos)
413
+ Minutos: Math.abs(valoresEventos.ValorFaltas.Minutos)
414
414
  };
415
415
  default:
416
416
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flit-modulo-exportacoes",
3
- "version": "2.0.21",
3
+ "version": "2.0.22",
4
4
  "description": "",
5
5
  "main": "dist/lib/index.js",
6
6
  "directories": {
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "devDependencies": {
18
18
  "@elastic/elasticsearch": "^8.8.1",
19
- "@types/luxon": "^3.3.0",
20
- "flit-calcular-jornada": "^2.1.7",
19
+ "@types/luxon": "^3.3.1",
20
+ "flit-calcular-jornada": "^2.1.13",
21
21
  "prettier": "^3.0.0",
22
22
  "tsc-alias": "^1.8.7",
23
23
  "typescript": "^5.1.6"