@intlayer/core 7.0.6 → 7.0.7

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.
@@ -1,5 +1,5 @@
1
1
  import { DeepTransformContent, NodeProps, Plugins } from "../interpreter/getContent/plugins.js";
2
- import * as _intlayer_types2 from "@intlayer/types";
2
+ import * as _intlayer_types6 from "@intlayer/types";
3
3
  import { ContentNode, DeclaredLocales, Dictionary, LocalesValues } from "@intlayer/types";
4
4
 
5
5
  //#region src/deepTransformPlugins/getFilterTranslationsOnlyContent.d.ts
@@ -17,8 +17,8 @@ declare const getFilterTranslationsOnlyDictionary: (dictionary: Dictionary, loca
17
17
  $schema?: string;
18
18
  id?: string;
19
19
  projectIds?: string[];
20
- localId?: _intlayer_types2.LocalDictionaryId;
21
- localIds?: _intlayer_types2.LocalDictionaryId[];
20
+ localId?: _intlayer_types6.LocalDictionaryId;
21
+ localIds?: _intlayer_types6.LocalDictionaryId[];
22
22
  key: string;
23
23
  title?: string;
24
24
  description?: string;
@@ -27,7 +27,7 @@ declare const getFilterTranslationsOnlyDictionary: (dictionary: Dictionary, loca
27
27
  filePath?: string;
28
28
  tags?: string[];
29
29
  locale?: LocalesValues;
30
- fill?: _intlayer_types2.Fill;
30
+ fill?: _intlayer_types6.Fill;
31
31
  filled?: true;
32
32
  priority?: number;
33
33
  live?: boolean;
@@ -1,5 +1,5 @@
1
1
  import { NodeProps } from "../interpreter/getContent/plugins.js";
2
- import * as _intlayer_types6 from "@intlayer/types";
2
+ import * as _intlayer_types2 from "@intlayer/types";
3
3
  import { ContentNode, Dictionary, LocalesValues } from "@intlayer/types";
4
4
 
5
5
  //#region src/deepTransformPlugins/getFilteredLocalesContent.d.ts
@@ -9,8 +9,8 @@ declare const getFilteredLocalesDictionary: (dictionary: Dictionary, locale: Loc
9
9
  $schema?: string;
10
10
  id?: string;
11
11
  projectIds?: string[];
12
- localId?: _intlayer_types6.LocalDictionaryId;
13
- localIds?: _intlayer_types6.LocalDictionaryId[];
12
+ localId?: _intlayer_types2.LocalDictionaryId;
13
+ localIds?: _intlayer_types2.LocalDictionaryId[];
14
14
  key: string;
15
15
  title?: string;
16
16
  description?: string;
@@ -19,7 +19,7 @@ declare const getFilteredLocalesDictionary: (dictionary: Dictionary, locale: Loc
19
19
  filePath?: string;
20
20
  tags?: string[];
21
21
  locale?: LocalesValues;
22
- fill?: _intlayer_types6.Fill;
22
+ fill?: _intlayer_types2.Fill;
23
23
  filled?: true;
24
24
  priority?: number;
25
25
  live?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/core",
3
- "version": "7.0.6",
3
+ "version": "7.0.7",
4
4
  "private": false,
5
5
  "description": "Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.",
6
6
  "keywords": [
@@ -98,29 +98,29 @@
98
98
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
99
99
  },
100
100
  "dependencies": {
101
- "@intlayer/api": "7.0.6",
102
- "@intlayer/config": "7.0.6",
103
- "@intlayer/dictionaries-entry": "7.0.6",
104
- "@intlayer/types": "7.0.6",
105
- "@intlayer/unmerged-dictionaries-entry": "7.0.6",
101
+ "@intlayer/api": "7.0.7",
102
+ "@intlayer/config": "7.0.7",
103
+ "@intlayer/dictionaries-entry": "7.0.7",
104
+ "@intlayer/types": "7.0.7",
105
+ "@intlayer/unmerged-dictionaries-entry": "7.0.7",
106
106
  "deepmerge": "4.3.1"
107
107
  },
108
108
  "devDependencies": {
109
109
  "@types/node": "24.9.2",
110
- "@utils/ts-config": "7.0.6",
111
- "@utils/ts-config-types": "7.0.6",
112
- "@utils/tsdown-config": "7.0.6",
110
+ "@utils/ts-config": "7.0.7",
111
+ "@utils/ts-config-types": "7.0.7",
112
+ "@utils/tsdown-config": "7.0.7",
113
113
  "rimraf": "6.0.1",
114
114
  "tsdown": "0.15.11",
115
115
  "typescript": "5.9.3",
116
116
  "vitest": "4.0.5"
117
117
  },
118
118
  "peerDependencies": {
119
- "@intlayer/api": "7.0.6",
120
- "@intlayer/config": "7.0.6",
121
- "@intlayer/dictionaries-entry": "7.0.6",
122
- "@intlayer/types": "7.0.6",
123
- "@intlayer/unmerged-dictionaries-entry": "7.0.6"
119
+ "@intlayer/api": "7.0.7",
120
+ "@intlayer/config": "7.0.7",
121
+ "@intlayer/dictionaries-entry": "7.0.7",
122
+ "@intlayer/types": "7.0.7",
123
+ "@intlayer/unmerged-dictionaries-entry": "7.0.7"
124
124
  },
125
125
  "engines": {
126
126
  "node": ">=14.18"