@nest-omni/core 1.0.56 → 1.0.57

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nest-omni/core",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "description": "framework",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -5,9 +5,9 @@ export declare class ContextProvider {
5
5
  private static readonly routerKey;
6
6
  private static readonly languageKey;
7
7
  private static readonly requestKey;
8
- private static get;
9
- private static set;
10
- private static getKeyWithNamespace;
8
+ static get<T>(key: string): import("nestjs-cls/dist/src/types/type-if-type.type").TypeIfUndefined<T, import("nestjs-cls").ClsStore, T>;
9
+ static set(key: string, value: any): void;
10
+ static getKeyWithNamespace(key: string): string;
11
11
  static setRouter(user: any): void;
12
12
  static getCanLog(): boolean;
13
13
  static getRouter(): {