mp-front-cli 0.0.33 → 0.0.34
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/{custom-validator-185d0ac8.js → custom-validator-d4c8885a.js} +1 -1
- package/dist/mp-front-cli-all.es.js +1 -1
- package/dist/mp-front-cli-catch-error.es.js +1 -1
- package/dist/mp-front-cli-core.es.js +2 -2
- package/dist/mp-front-cli-header.es.js +1 -1
- package/dist/mp-front-cli-validator.es.js +1 -1
- package/package.json +1 -1
|
@@ -4689,7 +4689,7 @@ class Is extends Zr {
|
|
|
4689
4689
|
this.logDebug("entra validate Token Front");
|
|
4690
4690
|
const r = await rr.getToken({ req: e });
|
|
4691
4691
|
if (this.logDebug("Token Front", JSON.stringify(r)), !r)
|
|
4692
|
-
throw new tr("UNAUTHORIZED")
|
|
4692
|
+
throw new tr("UNAUTHORIZED");
|
|
4693
4693
|
return e;
|
|
4694
4694
|
}
|
|
4695
4695
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as m, M as s } from "./custom-validator-
|
|
1
|
+
import { E as m, M as s } from "./custom-validator-d4c8885a.js";
|
|
2
2
|
import { ApiMiddleware as x, FetchServiceBE as M, FetchServiceFE as d } from "./mp-front-cli-core.es.js";
|
|
3
3
|
import { S as g } from "./custom-header-bb082c8e.js";
|
|
4
4
|
import { M as E, R as F } from "./message-handler-d90f2bb6.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EMPTY as t } from "rxjs";
|
|
2
|
-
import { C as o, M as e } from "./custom-validator-
|
|
2
|
+
import { C as o, M as e } from "./custom-validator-d4c8885a.js";
|
|
3
3
|
import { M as s } from "./message-handler-d90f2bb6.js";
|
|
4
4
|
import "./custom-encoder-b2078b5c.js";
|
|
5
5
|
import "./mp-front-cli-logger.es.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
var f = Object.defineProperty;
|
|
2
2
|
var p = (o, s, t) => s in o ? f(o, s, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[s] = t;
|
|
3
3
|
var n = (o, s, t) => (p(o, typeof s != "symbol" ? s + "" : s, t), t);
|
|
4
|
-
import { M as S } from "./custom-validator-
|
|
5
|
-
import { E as R } from "./custom-validator-
|
|
4
|
+
import { M as S } from "./custom-validator-d4c8885a.js";
|
|
5
|
+
import { E as R } from "./custom-validator-d4c8885a.js";
|
|
6
6
|
import { C as b, f as m } from "./custom-header-bb082c8e.js";
|
|
7
7
|
import { S as w } from "./custom-header-bb082c8e.js";
|
|
8
8
|
import { M as c } from "./message-handler-d90f2bb6.js";
|
|
@@ -2,7 +2,7 @@ import "rxjs";
|
|
|
2
2
|
import { C } from "./custom-header-bb082c8e.js";
|
|
3
3
|
import "./mp-front-cli-catch-error.es.js";
|
|
4
4
|
import "./mp-front-cli-logger.es.js";
|
|
5
|
-
import "./custom-validator-
|
|
5
|
+
import "./custom-validator-d4c8885a.js";
|
|
6
6
|
import "./custom-encoder-b2078b5c.js";
|
|
7
7
|
import "./index-6f6eb615.js";
|
|
8
8
|
import "./message-handler-d90f2bb6.js";
|