mp-front-cli 0.0.52 → 0.0.54
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/core/interfaces/api-response.d.ts +24 -6
- package/dist/core/interfaces/api-response.d.ts.map +1 -1
- package/dist/core/utils/api-request/fetch-service-be.d.ts +3 -3
- package/dist/core/utils/api-request/fetch-service-be.d.ts.map +1 -1
- package/dist/core/utils/custom-cache.d.ts +0 -1
- package/dist/core/utils/custom-cache.d.ts.map +1 -1
- package/dist/{custom-encoder-70a77460.js → custom-encoder-05d6a9f1.js} +947 -969
- package/dist/{custom-encrypter-8d9d2783.js → custom-encrypter-1573699a.js} +2 -3
- package/dist/{custom-header-17ded9ec.js → custom-header-eeb04e28.js} +1 -1
- package/dist/mp-front-cli-all.es.js +3 -3
- package/dist/mp-front-cli-cache.es.js +36 -6808
- package/dist/mp-front-cli-core.es.js +6 -6
- package/dist/mp-front-cli-encoder.es.js +1 -1
- package/dist/mp-front-cli-encrypter.es.js +2 -2
- package/dist/mp-front-cli-header.es.js +3 -3
- package/package.json +19 -13
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var nv = Object.defineProperty;
|
|
2
2
|
var av = (e, t, r) => t in e ? nv(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
3
|
var Bu = (e, t, r) => (av(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
4
|
-
import { c as tr,
|
|
4
|
+
import { c as tr, g as iv, C as sv } from "./custom-encoder-05d6a9f1.js";
|
|
5
5
|
import mf, { createHash as ov } from "crypto";
|
|
6
6
|
function fv(e) {
|
|
7
7
|
throw new Error('Could not dynamically require "' + e + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
@@ -20313,6 +20313,5 @@ class Kk extends sv {
|
|
|
20313
20313
|
}
|
|
20314
20314
|
export {
|
|
20315
20315
|
Kk as C,
|
|
20316
|
-
Uh as c
|
|
20317
|
-
lv as r
|
|
20316
|
+
Uh as c
|
|
20318
20317
|
};
|
|
@@ -3,7 +3,7 @@ var J = (r, t, e) => t in r ? G(r, t, { enumerable: !0, configurable: !0, writab
|
|
|
3
3
|
var v = (r, t, e) => (J(r, typeof t != "symbol" ? t + "" : t, e), e);
|
|
4
4
|
import { switchMap as g, of as T, catchError as V } from "rxjs";
|
|
5
5
|
import { CustomLogger as q } from "./mp-front-cli-logger.es.js";
|
|
6
|
-
import { C as z } from "./custom-encrypter-
|
|
6
|
+
import { C as z } from "./custom-encrypter-1573699a.js";
|
|
7
7
|
var O = function(r, t) {
|
|
8
8
|
return O = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e, n) {
|
|
9
9
|
e.__proto__ = n;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ApiMiddleware as c, ErrorCatalog as d, FetchServiceBE as n, FetchServiceFE as S } from "./mp-front-cli-core.es.js";
|
|
2
|
-
import { S as l } from "./custom-header-
|
|
2
|
+
import { S as l } from "./custom-header-eeb04e28.js";
|
|
3
3
|
import { LoadingHandler as f, MessageHandler as s, RxSubjectManager as v } from "./mp-front-cli-utils-rxjs.es.js";
|
|
4
4
|
import "./index-df4e0539.js";
|
|
5
5
|
import "./mp-front-cli-logger.es.js";
|
|
6
6
|
import "rxjs";
|
|
7
|
-
import "./custom-encrypter-
|
|
8
|
-
import "./custom-encoder-
|
|
7
|
+
import "./custom-encrypter-1573699a.js";
|
|
8
|
+
import "./custom-encoder-05d6a9f1.js";
|
|
9
9
|
import "crypto";
|
|
10
10
|
export {
|
|
11
11
|
c as ApiMiddleware,
|