mp-front-cli 0.0.48 → 0.0.49

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,14 +1,14 @@
1
1
  var ve = Object.defineProperty;
2
2
  var we = (i, e, t) => e in i ? ve(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
3
3
  var $ = (i, e, t) => (we(i, typeof e != "symbol" ? e + "" : e, t), t);
4
- import { C as Re, f as pe } from "./custom-header-525aa4f2.js";
5
- import { S as ht } from "./custom-header-525aa4f2.js";
4
+ import { C as Re, f as pe } from "./custom-header-1e9c94f2.js";
5
+ import { S as ht } from "./custom-header-1e9c94f2.js";
6
6
  import { MessageHandler as ne, LoadingHandler as M } from "./mp-front-cli-utils-rxjs.es.js";
7
7
  import { RxSubjectManager as dt } from "./mp-front-cli-utils-rxjs.es.js";
8
8
  import { t as Ne } from "./index-df4e0539.js";
9
9
  import { CustomLogger as Pe } from "./mp-front-cli-logger.es.js";
10
10
  import { of as w, switchMap as N, forkJoin as ie, catchError as me, EMPTY as ye, filter as be } from "rxjs";
11
- import { C as $e, v as re } from "./custom-encrypter-5ff8df87.js";
11
+ import { C as $e, v as re } from "./custom-encrypter-d0c882f9.js";
12
12
  import { C as Ce } from "./custom-encoder-70a77460.js";
13
13
  import "crypto";
14
14
  const Ee = {
@@ -1,4 +1,4 @@
1
- import { C as i } from "./custom-encrypter-5ff8df87.js";
1
+ import { C as i } from "./custom-encrypter-d0c882f9.js";
2
2
  import "crypto";
3
3
  import "./custom-encoder-70a77460.js";
4
4
  import "./mp-front-cli-logger.es.js";
@@ -1,6 +1,6 @@
1
1
  import "rxjs";
2
- import { C as a } from "./custom-header-525aa4f2.js";
3
- import "./custom-encrypter-5ff8df87.js";
2
+ import { C as a } from "./custom-header-1e9c94f2.js";
3
+ import "./custom-encrypter-d0c882f9.js";
4
4
  import "./mp-front-cli-logger.es.js";
5
5
  import "./custom-encoder-70a77460.js";
6
6
  import "crypto";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mp-front-cli",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -42,6 +42,10 @@
42
42
  "types": "./dist/core/utils/custom-encrypter.d.ts",
43
43
  "import": "./dist/mp-front-cli-encrypter.es.js"
44
44
  },
45
+ "./core/cache": {
46
+ "types": "./dist/core/utils/custom-cache.d.ts",
47
+ "import": "./dist/mp-front-cli-cache.es.js"
48
+ },
45
49
  "./locale": {
46
50
  "types": "./dist/lang/index.d.ts",
47
51
  "import": "./dist/mp-front-cli-locale.es.js"
@@ -51,6 +55,7 @@
51
55
  "@types/node-jose": "^1.1.13",
52
56
  "@types/uuid": "^9.0.8",
53
57
  "i18next": "23.7.20",
58
+ "ioredis": "^5.3.2",
54
59
  "lodash": "^4.17.21",
55
60
  "next": "14.1.0",
56
61
  "node-jose": "^2.2.0",
@@ -69,4 +74,4 @@
69
74
  "vite-plugin-dts": "3.7.1",
70
75
  "vite-tsconfig-paths": "4.2.2"
71
76
  }
72
- }
77
+ }