@xrystal/core 3.8.3 → 3.8.4

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,7 +1,7 @@
1
1
  {
2
2
  "author": "Yusuf Yasir KAYGUSUZ",
3
3
  "name": "@xrystal/core",
4
- "version": "3.8.3",
4
+ "version": "3.8.4",
5
5
  "description": "Project core for xrystal",
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -1,4 +1,4 @@
1
- export declare const coreInıt: ({ locales }: {
1
+ export declare const coreInit: ({ locales }: {
2
2
  locales: Record<string, any>;
3
3
  }) => Promise<void>;
4
4
  declare const coreLoader: ({}: {}) => Promise<{
@@ -4,7 +4,7 @@ import { SystemService, ConfigsService, LoggerService, EventsService, Localizati
4
4
  import { packageName, tmpFileDefaultName, tmpFileDefaultExt, findFileRecursively, TmpFileLoader, x, kafkaBrokers, systemLoggerLayer, } from '../utils/index';
5
5
  //
6
6
  let coreHasRun = false;
7
- export const coreInıt = async ({ locales }) => {
7
+ export const coreInit = async ({ locales }) => {
8
8
  globalThis.__LOCAL_MESSAGES__ = locales;
9
9
  };
10
10
  const coreLoader = async ({}) => {