@leyyo/common 1.3.11 → 1.3.12

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/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- export declare const defLogger: import("./common/index.types.js").Logger;
2
1
  export declare const deployCommon: import("./common/index.types.js").DeployCommonLike;
3
2
  export declare const enumPool: import("./common/index.types.js").EnumPoolLike;
4
3
  export declare const errorCommon: import("./common/index.types.js").ErrorCommonLike;
package/dist/index.js CHANGED
@@ -1,8 +1,11 @@
1
1
  // noinspection JSUnusedGlobalSymbols
2
2
  import { init } from "./init/index.js";
3
3
  import { leyyo } from "./base/index.js";
4
+ import { setFqn } from "./function/index.js";
5
+ import { FQN } from "./internal.js";
6
+ import { List } from "./class/index.js";
7
+ import { LoggerInstance } from "./class/logger.instance.js";
4
8
  init();
5
- export const defLogger = leyyo.logger;
6
9
  export const deployCommon = leyyo.deployCommon;
7
10
  export const enumPool = leyyo.enumPool;
8
11
  export const errorCommon = leyyo.errorCommon;
@@ -12,6 +15,17 @@ export const literalPool = leyyo.literalPool;
12
15
  export const lifecycleCommon = leyyo.lifecycleCommon;
13
16
  export const logCommon = leyyo.logCommon;
14
17
  export const repoCommon = leyyo.repoCommon;
18
+ setFqn(deployCommon.constructor, FQN);
19
+ setFqn(enumPool.constructor, FQN);
20
+ setFqn(errorCommon.constructor, FQN);
21
+ setFqn(errorPool.constructor, FQN);
22
+ setFqn(eventCommon.constructor, FQN);
23
+ setFqn(literalPool.constructor, FQN);
24
+ setFqn(lifecycleCommon.constructor, FQN);
25
+ setFqn(logCommon.constructor, FQN);
26
+ setFqn(repoCommon.constructor, FQN);
27
+ setFqn(LoggerInstance, FQN);
28
+ setFqn(List, FQN);
15
29
  export * from './base/index.js';
16
30
  export * from './class/index.js';
17
31
  export * from './common/index.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leyyo/common",
3
- "version": "1.3.11",
3
+ "version": "1.3.12",
4
4
  "description": "Leyyo common library",
5
5
  "keywords": [
6
6
  "common"