mp-front-cli 0.0.40 → 0.0.42

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.
@@ -1,19 +1,20 @@
1
- import { E as m } from "./custom-validator-8a042f7f.js";
2
- import { ApiMiddleware as d, FetchServiceBE as n, FetchServiceFE as x } from "./mp-front-cli-core.es.js";
3
- import { S as f } from "./custom-header-1fcfa265.js";
4
- import { LoadingHandler as l, MessageHandler as s, RxSubjectManager as E } from "./mp-front-cli-utils-rxjs.es.js";
1
+ import { E as c } from "./custom-validator-8a042f7f.js";
2
+ import { ApiMiddleware as n, FetchServiceBE as x, FetchServiceFE as S } from "./mp-front-cli-core.es.js";
3
+ import { S as g } from "./custom-header-4f5b8f1b.js";
4
+ import { LoadingHandler as s, MessageHandler as E, RxSubjectManager as v } from "./mp-front-cli-utils-rxjs.es.js";
5
5
  import "./custom-encoder-70a77460.js";
6
6
  import "./mp-front-cli-logger.es.js";
7
7
  import "./index-df4e0539.js";
8
8
  import "rxjs";
9
+ import "./custom-encrypter-53d456d5.js";
9
10
  import "crypto";
10
11
  export {
11
- d as ApiMiddleware,
12
- m as ErrorCatalog,
13
- n as FetchServiceBE,
14
- x as FetchServiceFE,
15
- l as LoadingHandler,
16
- s as MessageHandler,
17
- E as RxSubjectManager,
18
- f as ServiceToken
12
+ n as ApiMiddleware,
13
+ c as ErrorCatalog,
14
+ x as FetchServiceBE,
15
+ S as FetchServiceFE,
16
+ s as LoadingHandler,
17
+ E as MessageHandler,
18
+ v as RxSubjectManager,
19
+ g as ServiceToken
19
20
  };
@@ -2,16 +2,17 @@ var x = Object.defineProperty;
2
2
  var E = (d, n, t) => n in d ? x(d, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : d[n] = t;
3
3
  var u = (d, n, t) => (E(d, typeof n != "symbol" ? n + "" : n, t), t);
4
4
  import { E as l, C as B } from "./custom-validator-8a042f7f.js";
5
- import { C as y, a as O, f as S, v as g } from "./custom-header-1fcfa265.js";
6
- import { S as v } from "./custom-header-1fcfa265.js";
5
+ import { C as y, f as S } from "./custom-header-4f5b8f1b.js";
6
+ import { S as C } from "./custom-header-4f5b8f1b.js";
7
7
  import { MessageHandler as m, LoadingHandler as c } from "./mp-front-cli-utils-rxjs.es.js";
8
- import { RxSubjectManager as C } from "./mp-front-cli-utils-rxjs.es.js";
8
+ import { RxSubjectManager as T } from "./mp-front-cli-utils-rxjs.es.js";
9
9
  import { of as a, switchMap as o, catchError as p, EMPTY as f, filter as b } from "rxjs";
10
+ import { C as O, v as g } from "./custom-encrypter-53d456d5.js";
10
11
  import "./custom-encoder-70a77460.js";
11
12
  import "./mp-front-cli-logger.es.js";
12
13
  import "./index-df4e0539.js";
13
14
  import "crypto";
14
- class J extends y {
15
+ class I extends O {
15
16
  constructor() {
16
17
  super(...arguments);
17
18
  u(this, "uuid", "");
@@ -51,7 +52,7 @@ class J extends y {
51
52
  };
52
53
  }
53
54
  }
54
- class I extends O {
55
+ class H extends y {
55
56
  constructor(t, i) {
56
57
  super();
57
58
  u(this, "apiUrl");
@@ -88,7 +89,7 @@ class I extends O {
88
89
  );
89
90
  }
90
91
  }
91
- class H extends B {
92
+ class L extends B {
92
93
  constructor(t, i = "POST", r = {}) {
93
94
  super();
94
95
  u(this, "apiUrl");
@@ -127,12 +128,12 @@ class H extends B {
127
128
  }
128
129
  }
129
130
  export {
130
- J as ApiMiddleware,
131
+ I as ApiMiddleware,
131
132
  l as ErrorCatalog,
132
- I as FetchServiceBE,
133
- H as FetchServiceFE,
133
+ H as FetchServiceBE,
134
+ L as FetchServiceFE,
134
135
  c as LoadingHandler,
135
136
  m as MessageHandler,
136
- C as RxSubjectManager,
137
- v as ServiceToken
137
+ T as RxSubjectManager,
138
+ C as ServiceToken
138
139
  };
@@ -0,0 +1,9 @@
1
+ import { C as s } from "./custom-encrypter-53d456d5.js";
2
+ import "crypto";
3
+ import "./custom-validator-8a042f7f.js";
4
+ import "./custom-encoder-70a77460.js";
5
+ import "./mp-front-cli-logger.es.js";
6
+ import "./index-df4e0539.js";
7
+ export {
8
+ s as CustomEncrypter
9
+ };
@@ -1,10 +1,11 @@
1
1
  import "rxjs";
2
- import { a as s } from "./custom-header-1fcfa265.js";
2
+ import { C } from "./custom-header-4f5b8f1b.js";
3
+ import "./custom-encrypter-53d456d5.js";
3
4
  import "./mp-front-cli-logger.es.js";
4
5
  import "./custom-encoder-70a77460.js";
5
6
  import "crypto";
6
7
  import "./custom-validator-8a042f7f.js";
7
8
  import "./index-df4e0539.js";
8
9
  export {
9
- s as CustomHeader
10
+ C as CustomHeader
10
11
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mp-front-cli",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {