@digital-alchemy/core 24.11.2 → 24.11.3

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.
@@ -81,7 +81,7 @@ export type TInjectedConfig = {
81
81
  [ModuleName in keyof ModuleConfigs]: ConfigTypes<ModuleConfigs[ModuleName]>;
82
82
  };
83
83
  export interface AsyncLogData {
84
- logger: ILogger;
84
+ logger?: ILogger;
85
85
  }
86
86
  export interface AsyncLocalData {
87
87
  logs: AsyncLogData;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "repository": {
6
6
  "url": "git+https://github.com/Digital-Alchemy-TS/core"
7
7
  },
8
- "version": "24.11.2",
8
+ "version": "24.11.3",
9
9
  "author": {
10
10
  "url": "https://github.com/zoe-codez",
11
11
  "name": "Zoe Codez"