angular-intlayer 9.4.1 → 9.4.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.
Files changed (35) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/UI/IntlayerNode.component.cjs +2 -2
  3. package/dist/cjs/_virtual/{_@oxc-project_runtime@0.143.0 → _@oxc-project_runtime@0.147.0}/helpers/esm/decorate.cjs +1 -1
  4. package/dist/cjs/_virtual/{_@oxc-project_runtime@0.143.0 → _@oxc-project_runtime@0.147.0}/helpers/esm/decorateMetadata.cjs +1 -1
  5. package/dist/cjs/editor/ContentSelector.component.cjs +2 -2
  6. package/dist/cjs/editor/EditorProvider.component.cjs +2 -2
  7. package/dist/cjs/html/installIntlayerHTML.cjs +1 -1
  8. package/dist/cjs/markdown/installIntlayerMarkdown.cjs +1 -1
  9. package/dist/esm/UI/IntlayerNode.component.mjs +2 -2
  10. package/dist/esm/_virtual/{_@oxc-project_runtime@0.143.0 → _@oxc-project_runtime@0.147.0}/helpers/esm/decorate.mjs +1 -1
  11. package/dist/esm/_virtual/{_@oxc-project_runtime@0.143.0 → _@oxc-project_runtime@0.147.0}/helpers/esm/decorateMetadata.mjs +1 -1
  12. package/dist/esm/editor/ContentSelector.component.mjs +2 -2
  13. package/dist/esm/editor/EditorProvider.component.mjs +2 -2
  14. package/dist/esm/html/installIntlayerHTML.mjs +1 -1
  15. package/dist/esm/markdown/installIntlayerMarkdown.mjs +1 -1
  16. package/dist/types/client/useLocaleStorage.d.ts +5 -4
  17. package/dist/types/client/useLocaleStorage.d.ts.map +1 -1
  18. package/dist/types/format/useCompact.d.ts +2 -1
  19. package/dist/types/format/useCompact.d.ts.map +1 -1
  20. package/dist/types/format/useCurrency.d.ts +2 -1
  21. package/dist/types/format/useCurrency.d.ts.map +1 -1
  22. package/dist/types/format/useDate.d.ts +2 -1
  23. package/dist/types/format/useDate.d.ts.map +1 -1
  24. package/dist/types/format/useList.d.ts +2 -1
  25. package/dist/types/format/useList.d.ts.map +1 -1
  26. package/dist/types/format/useNumber.d.ts +2 -1
  27. package/dist/types/format/useNumber.d.ts.map +1 -1
  28. package/dist/types/format/usePercentage.d.ts +2 -1
  29. package/dist/types/format/usePercentage.d.ts.map +1 -1
  30. package/dist/types/format/useRelativeTime.d.ts +2 -1
  31. package/dist/types/format/useRelativeTime.d.ts.map +1 -1
  32. package/dist/types/format/useUnit.d.ts +2 -1
  33. package/dist/types/format/useUnit.d.ts.map +1 -1
  34. package/dist/types/intlayer/dist/types/index.d.ts +14 -0
  35. package/package.json +10 -10
package/README.md CHANGED
@@ -330,4 +330,4 @@ Contribute on [GitHub](https://github.com/aymericzip/intlayer), [GitLab](https:/
330
330
 
331
331
  If you like Intlayer, give us a ⭐ on GitHub. It helps others discover the project! [See why GitHub Stars matter](https://github.com/aymericzip/intlayer/blob/main/CONTRIBUTING.md#why-github-stars-matter-).
332
332
 
333
- [![Star History Chart](https://star-history.dera.page/svg?repos=aymericzip/intlayer&type=Date)](https://star-history.dera.page/#aymericzip/intlayer&Date)
333
+ [![Star History Chart](https://api.star-history.com/svg?repos=aymericzip/intlayer&type=Date)](https://api.star-history.com/#aymericzip/intlayer&Date)
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_decorateMetadata = require('../_virtual/_@oxc-project_runtime@0.143.0/helpers/esm/decorateMetadata.cjs');
3
- const require_decorate = require('../_virtual/_@oxc-project_runtime@0.143.0/helpers/esm/decorate.cjs');
2
+ const require_decorateMetadata = require('../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/decorateMetadata.cjs');
3
+ const require_decorate = require('../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/decorate.cjs');
4
4
  let _angular_core = require("@angular/core");
5
5
 
6
6
  //#region src/UI/IntlayerNode.component.ts
@@ -1,4 +1,4 @@
1
- //#region \0@oxc-project+runtime@0.143.0/helpers/esm/decorate.js
1
+ //#region \0@oxc-project+runtime@0.147.0/helpers/esm/decorate.js
2
2
  function __decorate(decorators, target, key, desc) {
3
3
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
4
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -1,4 +1,4 @@
1
- //#region \0@oxc-project+runtime@0.143.0/helpers/esm/decorateMetadata.js
1
+ //#region \0@oxc-project+runtime@0.147.0/helpers/esm/decorateMetadata.js
2
2
  function __decorateMetadata(k, v) {
3
3
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
4
4
  }
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_decorateMetadata = require('../_virtual/_@oxc-project_runtime@0.143.0/helpers/esm/decorateMetadata.cjs');
3
- const require_decorate = require('../_virtual/_@oxc-project_runtime@0.143.0/helpers/esm/decorate.cjs');
2
+ const require_decorateMetadata = require('../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/decorateMetadata.cjs');
3
+ const require_decorate = require('../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/decorate.cjs');
4
4
  let _angular_core = require("@angular/core");
5
5
 
6
6
  //#region src/editor/ContentSelector.component.ts
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_decorateMetadata = require('../_virtual/_@oxc-project_runtime@0.143.0/helpers/esm/decorateMetadata.cjs');
3
- const require_decorate = require('../_virtual/_@oxc-project_runtime@0.143.0/helpers/esm/decorate.cjs');
2
+ const require_decorateMetadata = require('../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/decorateMetadata.cjs');
3
+ const require_decorate = require('../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/decorate.cjs');
4
4
  const require_editor_useEditor = require('./useEditor.cjs');
5
5
  let _angular_core = require("@angular/core");
6
6
 
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_decorate = require('../_virtual/_@oxc-project_runtime@0.143.0/helpers/esm/decorate.cjs');
2
+ const require_decorate = require('../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/decorate.cjs');
3
3
  let _angular_core = require("@angular/core");
4
4
 
5
5
  //#region src/html/installIntlayerHTML.ts
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_decorate = require('../_virtual/_@oxc-project_runtime@0.143.0/helpers/esm/decorate.cjs');
2
+ const require_decorate = require('../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/decorate.cjs');
3
3
  let _intlayer_core_markdown = require("@intlayer/core/markdown");
4
4
  let _angular_core = require("@angular/core");
5
5
 
@@ -1,5 +1,5 @@
1
- import __decorateMetadata from "../_virtual/_@oxc-project_runtime@0.143.0/helpers/esm/decorateMetadata.mjs";
2
- import __decorate from "../_virtual/_@oxc-project_runtime@0.143.0/helpers/esm/decorate.mjs";
1
+ import __decorateMetadata from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/decorateMetadata.mjs";
2
+ import __decorate from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/decorate.mjs";
3
3
  import { ChangeDetectorRef, Component, ElementRef, Input, ViewContainerRef, inject } from "@angular/core";
4
4
 
5
5
  //#region src/UI/IntlayerNode.component.ts
@@ -1,4 +1,4 @@
1
- //#region \0@oxc-project+runtime@0.143.0/helpers/esm/decorate.js
1
+ //#region \0@oxc-project+runtime@0.147.0/helpers/esm/decorate.js
2
2
  function __decorate(decorators, target, key, desc) {
3
3
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
4
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -1,4 +1,4 @@
1
- //#region \0@oxc-project+runtime@0.143.0/helpers/esm/decorateMetadata.js
1
+ //#region \0@oxc-project+runtime@0.147.0/helpers/esm/decorateMetadata.js
2
2
  function __decorateMetadata(k, v) {
3
3
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
4
4
  }
@@ -1,5 +1,5 @@
1
- import __decorateMetadata from "../_virtual/_@oxc-project_runtime@0.143.0/helpers/esm/decorateMetadata.mjs";
2
- import __decorate from "../_virtual/_@oxc-project_runtime@0.143.0/helpers/esm/decorate.mjs";
1
+ import __decorateMetadata from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/decorateMetadata.mjs";
2
+ import __decorate from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/decorate.mjs";
3
3
  import { CUSTOM_ELEMENTS_SCHEMA, Component, Input } from "@angular/core";
4
4
 
5
5
  //#region src/editor/ContentSelector.component.ts
@@ -1,5 +1,5 @@
1
- import __decorateMetadata from "../_virtual/_@oxc-project_runtime@0.143.0/helpers/esm/decorateMetadata.mjs";
2
- import __decorate from "../_virtual/_@oxc-project_runtime@0.143.0/helpers/esm/decorate.mjs";
1
+ import __decorateMetadata from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/decorateMetadata.mjs";
2
+ import __decorate from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/decorate.mjs";
3
3
  import { useEditor } from "./useEditor.mjs";
4
4
  import { Component } from "@angular/core";
5
5
 
@@ -1,4 +1,4 @@
1
- import __decorate from "../_virtual/_@oxc-project_runtime@0.143.0/helpers/esm/decorate.mjs";
1
+ import __decorate from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/decorate.mjs";
2
2
  import { Injectable, InjectionToken, inject } from "@angular/core";
3
3
 
4
4
  //#region src/html/installIntlayerHTML.ts
@@ -1,4 +1,4 @@
1
- import __decorate from "../_virtual/_@oxc-project_runtime@0.143.0/helpers/esm/decorate.mjs";
1
+ import __decorate from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/decorate.mjs";
2
2
  import { compile, parseMarkdown as parseMarkdown$1, renderMarkdownAst } from "@intlayer/core/markdown";
3
3
  import { Injectable, InjectionToken, inject } from "@angular/core";
4
4
 
@@ -1,3 +1,4 @@
1
+ import { Locale } from "../intlayer/dist/types/index.js";
1
2
  import { LocalesValues } from "@intlayer/types/module_augmentation";
2
3
  //#region src/client/useLocaleStorage.d.ts
3
4
  /**
@@ -6,13 +7,13 @@ import { LocalesValues } from "@intlayer/types/module_augmentation";
6
7
  /**
7
8
  * Get the locale cookie
8
9
  */
9
- declare const localeInStorage: import("@intlayer/types").Locale;
10
+ declare const localeInStorage: Locale;
10
11
  /**
11
12
  * @deprecated Use localeInStorage instead
12
13
  *
13
14
  * Get the locale cookie
14
15
  */
15
- declare const localeCookie: import("@intlayer/types").Locale;
16
+ declare const localeCookie: Locale;
16
17
  /**
17
18
  * Set the locale cookie
18
19
  */
@@ -27,7 +28,7 @@ declare const setLocaleCookie: typeof setLocaleInStorage;
27
28
  * Hook that provides the locale storage and a function to set it
28
29
  */
29
30
  declare const useLocaleStorage: (isCookieEnabled?: boolean) => {
30
- getLocale: () => import("@intlayer/types").Locale;
31
+ getLocale: () => Locale;
31
32
  setLocale: (locale: LocalesValues) => void;
32
33
  };
33
34
  /**
@@ -38,7 +39,7 @@ declare const useLocaleStorage: (isCookieEnabled?: boolean) => {
38
39
  * Hook that provides the locale cookie and a function to set it
39
40
  */
40
41
  declare const useLocaleCookie: (isCookieEnabled?: boolean) => {
41
- localeCookie: import("@intlayer/types").Locale;
42
+ localeCookie: Locale;
42
43
  setLocaleCookie: (locale: LocalesValues) => void;
43
44
  };
44
45
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"useLocaleStorage.d.ts","names":[],"sources":["../../../src/client/useLocaleStorage.ts"],"mappings":";;;;;;;;cAca,2CAAe;;;;;;cAMf,wCAAY;;;;cAKZ,qBAAkB,QACrB,eAAa;;;;;;cAaV,wBAAe;;;;cAKf,mBAAgB;;sBAAhB;;;;;;;;;cAaA,kBAAe;EAIxB,wCAAY;EACZ,kBAAe,QAAA"}
1
+ {"version":3,"file":"useLocaleStorage.d.ts","names":[],"sources":["../../../src/client/useLocaleStorage.ts"],"mappings":";;;;;;;;;cAca,iBAAA;;;;;;cAMA,cAAA;;;;cAKA,qBAAkB,QACrB,eAAa;;;;;;cAaV,wBAAe;;;;cAKf,mBAAgB;mBAAhB;sBAAA;;;;;;;;;cAaA,kBAAe;EAIxB,cAJS;EAKT,kBAAe,QAAA"}
@@ -1,6 +1,7 @@
1
+ import { LocalesValues } from "../intlayer/dist/types/index.js";
1
2
  //#region src/format/useCompact.d.ts
2
3
  declare const useCompact: () => import("@angular/core").Signal<(value: string | number, options?: Intl.NumberFormatOptions & {
3
- locale?: import("@intlayer/types").LocalesValues;
4
+ locale?: LocalesValues;
4
5
  }) => string>;
5
6
  //#endregion
6
7
  export { useCompact };
@@ -1 +1 @@
1
- {"version":3,"file":"useCompact.d.ts","names":[],"sources":["../../../src/format/useCompact.ts"],"mappings":";cAIa,0CAAU,QAAA,wBAAA,UAAA,KAAA"}
1
+ {"version":3,"file":"useCompact.d.ts","names":[],"sources":["../../../src/format/useCompact.ts"],"mappings":";;cAIa,0CAAU,QAAA,wBAAA,UAAA,KAAA;WAAA"}
@@ -1,6 +1,7 @@
1
+ import { LocalesValues } from "../intlayer/dist/types/index.js";
1
2
  //#region src/format/useCurrency.d.ts
2
3
  declare const useCurrency: () => import("@angular/core").Signal<(value: string | number, options?: Intl.NumberFormatOptions & {
3
- locale?: import("@intlayer/types").LocalesValues;
4
+ locale?: LocalesValues;
4
5
  }) => string>;
5
6
  //#endregion
6
7
  export { useCurrency };
@@ -1 +1 @@
1
- {"version":3,"file":"useCurrency.d.ts","names":[],"sources":["../../../src/format/useCurrency.ts"],"mappings":";cAIa,2CAAW,QAAA,wBAAA,UAAA,KAAA"}
1
+ {"version":3,"file":"useCurrency.d.ts","names":[],"sources":["../../../src/format/useCurrency.ts"],"mappings":";;cAIa,2CAAW,QAAA,wBAAA,UAAA,KAAA;WAAA"}
@@ -1,9 +1,10 @@
1
+ import { LocalesValues } from "../intlayer/dist/types/index.js";
1
2
  //#region src/format/useDate.d.ts
2
3
  /**
3
4
  * Angular client hook that provides a localized date/time formatter.
4
5
  */
5
6
  declare const useDate: () => import("@angular/core").Signal<(date: string | number | Date, options?: import("@intlayer/core/formatters").DateTimePreset | (Intl.DateTimeFormatOptions & {
6
- locale?: import("@intlayer/types").LocalesValues;
7
+ locale?: LocalesValues;
7
8
  })) => string>;
8
9
  //#endregion
9
10
  export { useDate };
@@ -1 +1 @@
1
- {"version":3,"file":"useDate.d.ts","names":[],"sources":["../../../src/format/useDate.ts"],"mappings":";;;;cAOa,uCAAO,QAAA,wBAAA,MAAA,8CAAA,kBAAA,KAAA"}
1
+ {"version":3,"file":"useDate.d.ts","names":[],"sources":["../../../src/format/useDate.ts"],"mappings":";;;;;cAOa,uCAAO,QAAA,wBAAA,MAAA,8CAAA,kBAAA,KAAA;WAAA"}
@@ -1,10 +1,11 @@
1
+ import { LocalesValues } from "../intlayer/dist/types/index.js";
1
2
  //#region src/format/useList.d.ts
2
3
  declare const useList: () => import("@angular/core").Signal<(values: (string | number)[], options?: {
3
4
  localeMatcher?: 'lookup' | 'best fit';
4
5
  type?: 'conjunction' | 'disjunction' | 'unit';
5
6
  style?: 'long' | 'short' | 'narrow';
6
7
  } & {
7
- locale?: import("@intlayer/types").LocalesValues;
8
+ locale?: LocalesValues;
8
9
  }) => string>;
9
10
  //#endregion
10
11
  export { useList };
@@ -1 +1 @@
1
- {"version":3,"file":"useList.d.ts","names":[],"sources":["../../../src/format/useList.ts"],"mappings":";cAIa,uCAAO,QAAA,6BAAA"}
1
+ {"version":3,"file":"useList.d.ts","names":[],"sources":["../../../src/format/useList.ts"],"mappings":";;cAIa,uCAAO,QAAA,6BAAA;;;;;WAAP"}
@@ -1,9 +1,10 @@
1
+ import { LocalesValues } from "../intlayer/dist/types/index.js";
1
2
  //#region src/format/useNumber.d.ts
2
3
  /**
3
4
  * Angular client hook that provides a localized number formatter.
4
5
  */
5
6
  declare const useNumber: () => import("@angular/core").Signal<(value: string | number, args_1?: Intl.NumberFormatOptions & {
6
- locale?: import("@intlayer/types").LocalesValues;
7
+ locale?: LocalesValues;
7
8
  }) => string>;
8
9
  //#endregion
9
10
  export { useNumber };
@@ -1 +1 @@
1
- {"version":3,"file":"useNumber.d.ts","names":[],"sources":["../../../src/format/useNumber.ts"],"mappings":";;;;cAOa,yCAAS,QAAA,wBAAA,SAAA,KAAA"}
1
+ {"version":3,"file":"useNumber.d.ts","names":[],"sources":["../../../src/format/useNumber.ts"],"mappings":";;;;;cAOa,yCAAS,QAAA,wBAAA,SAAA,KAAA;WAAA"}
@@ -1,6 +1,7 @@
1
+ import { LocalesValues } from "../intlayer/dist/types/index.js";
1
2
  //#region src/format/usePercentage.d.ts
2
3
  declare const usePercentage: () => import("@angular/core").Signal<(value: string | number, args_1?: Intl.NumberFormatOptions & {
3
- locale?: import("@intlayer/types").LocalesValues;
4
+ locale?: LocalesValues;
4
5
  }) => string>;
5
6
  //#endregion
6
7
  export { usePercentage };
@@ -1 +1 @@
1
- {"version":3,"file":"usePercentage.d.ts","names":[],"sources":["../../../src/format/usePercentage.ts"],"mappings":";cAIa,6CAAa,QAAA,wBAAA,SAAA,KAAA"}
1
+ {"version":3,"file":"usePercentage.d.ts","names":[],"sources":["../../../src/format/usePercentage.ts"],"mappings":";;cAIa,6CAAa,QAAA,wBAAA,SAAA,KAAA;WAAA"}
@@ -1,6 +1,7 @@
1
+ import { LocalesValues } from "../intlayer/dist/types/index.js";
1
2
  //#region src/format/useRelativeTime.d.ts
2
3
  declare const useRelativeTime: () => import("@angular/core").Signal<(from: string | number | Date, to?: string | number | Date, options?: Intl.RelativeTimeFormatOptions & {
3
- locale?: import("@intlayer/types").LocalesValues;
4
+ locale?: LocalesValues;
4
5
  unit?: Intl.RelativeTimeFormatUnit;
5
6
  }) => string>;
6
7
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"useRelativeTime.d.ts","names":[],"sources":["../../../src/format/useRelativeTime.ts"],"mappings":";cAIa,+CAAe,QAAA,wBAAA,MAAA,uBAAA,MAAA,UAAA,KAAA"}
1
+ {"version":3,"file":"useRelativeTime.d.ts","names":[],"sources":["../../../src/format/useRelativeTime.ts"],"mappings":";;cAIa,+CAAe,QAAA,wBAAA,MAAA,uBAAA,MAAA,UAAA,KAAA;WAAA"}
@@ -1,6 +1,7 @@
1
+ import { LocalesValues } from "../intlayer/dist/types/index.js";
1
2
  //#region src/format/useUnit.d.ts
2
3
  declare const useUnit: () => import("@angular/core").Signal<(value: string | number, options?: Intl.NumberFormatOptions & {
3
- locale?: import("@intlayer/types").LocalesValues;
4
+ locale?: LocalesValues;
4
5
  }) => string>;
5
6
  //#endregion
6
7
  export { useUnit };
@@ -1 +1 @@
1
- {"version":3,"file":"useUnit.d.ts","names":[],"sources":["../../../src/format/useUnit.ts"],"mappings":";cAIa,uCAAO,QAAA,wBAAA,UAAA,KAAA"}
1
+ {"version":3,"file":"useUnit.d.ts","names":[],"sources":["../../../src/format/useUnit.ts"],"mappings":";;cAIa,uCAAO,QAAA,wBAAA,UAAA,KAAA;WAAA"}
@@ -0,0 +1,14 @@
1
+ import { LocalesValues as LocalesValues$1 } from "@intlayer/types/module_augmentation";
2
+ import { Dictionary } from "@intlayer/types/dictionary";
3
+ import "@intlayer/core/interpreter";
4
+ import "@intlayer/types/config";
5
+ import { Locale } from "@intlayer/types/allLocales";
6
+ import "@intlayer/types/locales";
7
+ import "@intlayer/config/built";
8
+ import "@intlayer/core/file";
9
+ import "@intlayer/core/formatters";
10
+ import "@intlayer/core/localization";
11
+ import "@intlayer/core/markdown";
12
+ import "@intlayer/core/transpiler";
13
+ import "@intlayer/core/utils";
14
+ export type { Locale, LocalesValues$1 as LocalesValues };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-intlayer",
3
- "version": "9.4.1",
3
+ "version": "9.4.3",
4
4
  "private": false,
5
5
  "description": "Easily internationalize i18n your Angular applications with type-safe multilingual content management.",
6
6
  "keywords": [
@@ -119,20 +119,20 @@
119
119
  "@babel/core": "^7.26.9",
120
120
  "@babel/plugin-syntax-import-attributes": "7.28.6",
121
121
  "@babel/preset-env": "7.29.2",
122
- "@intlayer/config": "9.4.1",
123
- "@intlayer/core": "9.4.1",
124
- "@intlayer/dictionaries-entry": "9.4.1",
125
- "@intlayer/editor": "9.4.1",
126
- "@intlayer/engine": "9.4.1",
127
- "@intlayer/types": "9.4.1",
128
- "@intlayer/webpack": "9.4.1",
122
+ "@intlayer/config": "9.4.3",
123
+ "@intlayer/core": "9.4.3",
124
+ "@intlayer/dictionaries-entry": "9.4.3",
125
+ "@intlayer/editor": "9.4.3",
126
+ "@intlayer/engine": "9.4.3",
127
+ "@intlayer/types": "9.4.3",
128
+ "@intlayer/webpack": "9.4.3",
129
129
  "babel-loader": "10.1.1",
130
130
  "defu": "6.1.7"
131
131
  },
132
132
  "devDependencies": {
133
133
  "@angular/common": "19.2.25",
134
134
  "@angular/core": "19.2.25",
135
- "@types/node": "26.3.0",
135
+ "@types/node": "26.4.1",
136
136
  "@types/webpack": "5.28.5",
137
137
  "@utils/ts-config": "1.0.4",
138
138
  "@utils/ts-config-types": "1.0.4",
@@ -155,7 +155,7 @@
155
155
  }
156
156
  },
157
157
  "optionalDependencies": {
158
- "@intlayer/analytics": "9.4.1"
158
+ "@intlayer/analytics": "9.4.3"
159
159
  },
160
160
  "engines": {
161
161
  "node": ">=14.18"