mp-front-cli 0.0.94 → 0.0.95

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.
@@ -469,7 +469,7 @@ const e = {
469
469
  message: "Por favor contacte con soporte"
470
470
  },
471
471
  "PERSONALDATA-CU-ERROR-01": {
472
- title: "PERSONALDATA-CU-ERROR-01",
472
+ title: "Error interno",
473
473
  message: "Por favor contacte con soporte"
474
474
  },
475
475
  "PERSONALDATA-INVALID-RFC-01": {
@@ -2,7 +2,7 @@ import { ApiMiddleware as g, ErrorCatalog as l, FetchServiceBE as x, FetchServic
2
2
  import { LoadingHandler as v, MessageHandler as E, RxSubjectManager as F } from "./mp-front-cli-utils-rxjs.es.js";
3
3
  import { S as h } from "./index-def0b487.js";
4
4
  import "i18next";
5
- import "./index-410bfbf7.js";
5
+ import "./index-4a2fb91a.js";
6
6
  import "./mp-front-cli-logger.es.js";
7
7
  import "rxjs";
8
8
  import "./mp-front-cli-encrypter.es.js";
@@ -6,7 +6,7 @@ import { RxSubjectManager as z } from "./mp-front-cli-utils-rxjs.es.js";
6
6
  import { f as U } from "./index-def0b487.js";
7
7
  import { S as ee } from "./index-def0b487.js";
8
8
  import d, { t as m } from "i18next";
9
- import { t as P } from "./index-410bfbf7.js";
9
+ import { t as P } from "./index-4a2fb91a.js";
10
10
  import { CustomLogger as B } from "./mp-front-cli-logger.es.js";
11
11
  import { of as o, switchMap as R, forkJoin as S, catchError as I, EMPTY as C, filter as M } from "rxjs";
12
12
  import { CustomEncrypter as u } from "./mp-front-cli-encrypter.es.js";
@@ -924,7 +924,7 @@ const Q = {
924
924
  message: "errors.PERSONALDATA-CU-ERROR-01.message",
925
925
  code: 420,
926
926
  type: "modal",
927
- level: "warning"
927
+ level: "error"
928
928
  },
929
929
  "PERSONALDATA-INVALID-RFC-01": {
930
930
  title: "errors.PERSONALDATA-INVALID-RFC-01.title",
@@ -1,4 +1,4 @@
1
- import { t } from "./index-410bfbf7.js";
1
+ import { t } from "./index-4a2fb91a.js";
2
2
  const e = {
3
3
  errors: {}
4
4
  }, a = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mp-front-cli",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {