@intlayer/chokidar 8.1.3 → 8.1.5

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 (64) hide show
  1. package/dist/cjs/cli.cjs +1 -1
  2. package/dist/cjs/getContentDeclarationFileTemplate/index.cjs +1 -0
  3. package/dist/cjs/index.cjs +1 -1
  4. package/dist/cjs/installSkills/index.cjs +1 -1
  5. package/dist/cjs/listGitFiles.cjs +3 -3
  6. package/dist/cjs/loadDictionaries/loadContentDeclaration.cjs +2 -2
  7. package/dist/cjs/loadDictionaries/loadContentDeclaration.cjs.map +1 -1
  8. package/dist/cjs/loadDictionaries/logTypeScriptErrors.cjs +3 -0
  9. package/dist/cjs/loadDictionaries/logTypeScriptErrors.cjs.map +1 -0
  10. package/dist/cjs/transformFiles/index.cjs +1 -1
  11. package/dist/cjs/transformFiles/transformFiles.cjs +1 -1
  12. package/dist/cjs/transformFiles/transformFiles.cjs.map +1 -1
  13. package/dist/cjs/utils/index.cjs +1 -1
  14. package/dist/cjs/utils/mergeChunks.cjs +2 -0
  15. package/dist/cjs/utils/mergeChunks.cjs.map +1 -0
  16. package/dist/cjs/watcher.cjs +1 -1
  17. package/dist/cjs/watcher.cjs.map +1 -1
  18. package/dist/cjs/writeContentDeclaration/processContentDeclarationContent.cjs +1 -1
  19. package/dist/cjs/writeContentDeclaration/writeContentDeclaration.cjs +1 -1
  20. package/dist/cjs/writeContentDeclaration/writeContentDeclaration.cjs.map +1 -1
  21. package/dist/cjs/writeContentDeclaration/writeJSFile.cjs +1 -1
  22. package/dist/cjs/writeContentDeclaration/writeJSFile.cjs.map +1 -1
  23. package/dist/cjs/writeFileIfChanged.cjs +1 -1
  24. package/dist/cjs/writeFileIfChanged.cjs.map +1 -1
  25. package/dist/esm/cli.mjs +1 -1
  26. package/dist/esm/getContentDeclarationFileTemplate/index.mjs +1 -0
  27. package/dist/esm/index.mjs +1 -1
  28. package/dist/esm/installSkills/index.mjs +1 -1
  29. package/dist/esm/listGitFiles.mjs +3 -3
  30. package/dist/esm/loadDictionaries/loadContentDeclaration.mjs +2 -2
  31. package/dist/esm/loadDictionaries/loadContentDeclaration.mjs.map +1 -1
  32. package/dist/esm/loadDictionaries/logTypeScriptErrors.mjs +3 -0
  33. package/dist/esm/loadDictionaries/logTypeScriptErrors.mjs.map +1 -0
  34. package/dist/esm/transformFiles/index.mjs +1 -1
  35. package/dist/esm/transformFiles/transformFiles.mjs +1 -1
  36. package/dist/esm/transformFiles/transformFiles.mjs.map +1 -1
  37. package/dist/esm/utils/index.mjs +1 -1
  38. package/dist/esm/utils/mergeChunks.mjs +2 -0
  39. package/dist/esm/utils/mergeChunks.mjs.map +1 -0
  40. package/dist/esm/watcher.mjs +1 -1
  41. package/dist/esm/watcher.mjs.map +1 -1
  42. package/dist/esm/writeContentDeclaration/processContentDeclarationContent.mjs +1 -1
  43. package/dist/esm/writeContentDeclaration/writeContentDeclaration.mjs +1 -1
  44. package/dist/esm/writeContentDeclaration/writeContentDeclaration.mjs.map +1 -1
  45. package/dist/esm/writeContentDeclaration/writeJSFile.mjs +1 -1
  46. package/dist/esm/writeContentDeclaration/writeJSFile.mjs.map +1 -1
  47. package/dist/esm/writeFileIfChanged.mjs +1 -1
  48. package/dist/esm/writeFileIfChanged.mjs.map +1 -1
  49. package/dist/types/cli.d.ts +4 -2
  50. package/dist/types/getContentDeclarationFileTemplate/index.d.ts +2 -0
  51. package/dist/types/index.d.ts +6 -3
  52. package/dist/types/loadDictionaries/loadContentDeclaration.d.ts.map +1 -1
  53. package/dist/types/loadDictionaries/logTypeScriptErrors.d.ts +7 -0
  54. package/dist/types/loadDictionaries/logTypeScriptErrors.d.ts.map +1 -0
  55. package/dist/types/transformFiles/index.d.ts +2 -2
  56. package/dist/types/transformFiles/transformFiles.d.ts +1 -5
  57. package/dist/types/transformFiles/transformFiles.d.ts.map +1 -1
  58. package/dist/types/utils/index.d.ts +2 -1
  59. package/dist/types/utils/mergeChunks.d.ts +5 -0
  60. package/dist/types/utils/mergeChunks.d.ts.map +1 -0
  61. package/dist/types/watcher.d.ts.map +1 -1
  62. package/dist/types/writeFileIfChanged.d.ts +4 -2
  63. package/dist/types/writeFileIfChanged.d.ts.map +1 -1
  64. package/package.json +11 -11
@@ -24,14 +24,16 @@ import { transformJSFile } from "./writeContentDeclaration/transformJSFile.js";
24
24
  import { writeContentDeclaration } from "./writeContentDeclaration/writeContentDeclaration.js";
25
25
  import { writeJSFile } from "./writeContentDeclaration/writeJSFile.js";
26
26
  import "./build.js";
27
+ import { Extension, Format, getExtensionFromFormat, getFormatFromExtension } from "./utils/getFormatFromExtension.js";
28
+ import { getContentDeclarationFileTemplate } from "./getContentDeclarationFileTemplate/getContentDeclarationFileTemplate.js";
27
29
  import { initIntlayer } from "./init/index.js";
28
30
  import { Platform, SKILLS, SKILLS_METADATA, Skill, installSkills } from "./installSkills/index.js";
31
+ import { listDictionaries, listDictionariesWithStats } from "./listDictionariesPath.js";
29
32
  import { DiffMode, ListGitFilesOptions, ListGitLinesOptions, listGitFiles, listGitLines } from "./listGitFiles.js";
30
33
  import { ListProjectsOptions, listProjects } from "./listProjects.js";
31
34
  import { extractDictionaryKey } from "./transformFiles/extractDictionaryKey.js";
32
- import { ATTRIBUTES_TO_EXTRACT, ExtractIntlayerOptions, PackageName, extractIntlayer, generateKey, shouldExtract, transformFiles } from "./transformFiles/transformFiles.js";
35
+ import { ATTRIBUTES_TO_EXTRACT, ExtractIntlayerOptions, PackageName, extractIntlayer, shouldExtract, transformFiles } from "./transformFiles/transformFiles.js";
33
36
  import "./cli.js";
34
- import { Extension, Format, getExtensionFromFormat, getFormatFromExtension } from "./utils/getFormatFromExtension.js";
35
37
  import { autoDecorateContent } from "./utils/autoDecorateContent.js";
36
38
  import { BuildFilesListOptions, buildFilesList } from "./utils/buildFilesList.js";
37
39
  import { JSONObject, JsonChunk, assembleJSON, chunkJSON, reconstructFromSingleChunk } from "./utils/chunkJSON.js";
@@ -39,6 +41,7 @@ import { formatLocale, formatPath } from "./utils/formatter.js";
39
41
  import { getChunk } from "./utils/getChunk.js";
40
42
  import { getComponentTransformPattern, getComponentTransformPatternSync } from "./utils/getComponentTransformPattern.js";
41
43
  import { getFileHash } from "./utils/getFileHash.js";
44
+ import { mergeChunks } from "./utils/mergeChunks.js";
42
45
  import { parallelize } from "./utils/parallelize.js";
43
46
  import { Queue, pLimit } from "./utils/pLimit.js";
44
47
  import { getGlobalLimiter, getTaskLimiter, parallelizeGlobal } from "./utils/parallelizeGlobal.js";
@@ -51,4 +54,4 @@ import { splitTextByLines } from "./utils/splitTextByLine.js";
51
54
  import { verifyIdenticObjectFormat } from "./utils/verifyIdenticObjectFormat.js";
52
55
  import "./utils/index.js";
53
56
  import { buildAndWatchIntlayer, watch } from "./watcher.js";
54
- export { ATTRIBUTES_TO_EXTRACT, BuildFilesListOptions, CreateDictionaryEntryPointOptions, DictionariesStatus, DictionaryStatus, DiffMode, Extension, ExtractIntlayerOptions, Format, JSONObject, JsonChunk, ListGitFilesOptions, ListGitLinesOptions, ListProjectsOptions, PackageName, ParallelHandle, Platform, Queue, SKILLS, SKILLS_METADATA, Skill, assembleJSON, autoDecorateContent, buildAndWatchIntlayer, buildDictionary, buildFilesList, chunkJSON, cleanOutputDir, createDictionaryEntryPoint, createModuleAugmentation, createTypes, detectExportedComponentName, detectFormatCommand, extractDictionaryKey, extractIntlayer, formatDictionaries, formatDictionariesOutput, formatDictionary, formatDictionaryOutput, formatDistantDictionaries, formatLocalDictionaries, formatLocale, formatPath, generateDictionaryListContent, generateKey, generateTypeScriptType, getBuiltDictionariesPath, getBuiltDynamicDictionariesPath, getBuiltFetchDictionariesPath, getBuiltRemoteDictionariesPath, getBuiltUnmergedDictionariesPath, getChunk, getComponentTransformPattern, getComponentTransformPatternSync, getExtensionFromFormat, getFileHash, getFormatFromExtension, getGlobalLimiter, getTaskLimiter, getTypeName, initIntlayer, installSkills, isCachedConfigurationUpToDate, listGitFiles, listGitLines, listProjects, loadContentDeclarations, loadDictionaries, loadLocalDictionaries, loadRemoteDictionaries, pLimit, parallelize, parallelizeGlobal, prepareIntlayer, processContentDeclaration, reconstructFromSingleChunk, reduceObjectFormat, resolveObjectPromises, runOnce, runParallel, shouldExtract, sortAlphabetically, splitTextByLines, transformFiles, transformJSFile, verifyIdenticObjectFormat, watch, writeConfiguration, writeContentDeclaration, writeJSFile };
57
+ export { ATTRIBUTES_TO_EXTRACT, BuildFilesListOptions, CreateDictionaryEntryPointOptions, DictionariesStatus, DictionaryStatus, DiffMode, Extension, ExtractIntlayerOptions, Format, JSONObject, JsonChunk, ListGitFilesOptions, ListGitLinesOptions, ListProjectsOptions, PackageName, ParallelHandle, Platform, Queue, SKILLS, SKILLS_METADATA, Skill, assembleJSON, autoDecorateContent, buildAndWatchIntlayer, buildDictionary, buildFilesList, chunkJSON, cleanOutputDir, createDictionaryEntryPoint, createModuleAugmentation, createTypes, detectExportedComponentName, detectFormatCommand, extractDictionaryKey, extractIntlayer, formatDictionaries, formatDictionariesOutput, formatDictionary, formatDictionaryOutput, formatDistantDictionaries, formatLocalDictionaries, formatLocale, formatPath, generateDictionaryListContent, generateTypeScriptType, getBuiltDictionariesPath, getBuiltDynamicDictionariesPath, getBuiltFetchDictionariesPath, getBuiltRemoteDictionariesPath, getBuiltUnmergedDictionariesPath, getChunk, getComponentTransformPattern, getComponentTransformPatternSync, getContentDeclarationFileTemplate, getExtensionFromFormat, getFileHash, getFormatFromExtension, getGlobalLimiter, getTaskLimiter, getTypeName, initIntlayer, installSkills, isCachedConfigurationUpToDate, listDictionaries, listDictionariesWithStats, listGitFiles, listGitLines, listProjects, loadContentDeclarations, loadDictionaries, loadLocalDictionaries, loadRemoteDictionaries, mergeChunks, pLimit, parallelize, parallelizeGlobal, prepareIntlayer, processContentDeclaration, reconstructFromSingleChunk, reduceObjectFormat, resolveObjectPromises, runOnce, runParallel, shouldExtract, sortAlphabetically, splitTextByLines, transformFiles, transformJSFile, verifyIdenticObjectFormat, watch, writeConfiguration, writeContentDeclaration, writeJSFile };
@@ -1 +1 @@
1
- {"version":3,"file":"loadContentDeclaration.d.ts","names":[],"sources":["../../../src/loadDictionaries/loadContentDeclaration.ts"],"mappings":";;;;cAWa,uBAAA,GACX,kBAAA,EAAoB,MAAA,SAAe,UAAA,GACnC,aAAA,EAAe,cAAA,KACd,UAAA;AAAA,cAQU,uBAAA,GACX,0BAAA,YACA,aAAA,EAAe,cAAA,EACf,cAAA,IAAkB,MAAA,EAAQ,kBAAA,gBACzB,OAAA,CAAQ,UAAA"}
1
+ {"version":3,"file":"loadContentDeclaration.d.ts","names":[],"sources":["../../../src/loadDictionaries/loadContentDeclaration.ts"],"mappings":";;;;cAYa,uBAAA,GACX,kBAAA,EAAoB,MAAA,SAAe,UAAA,GACnC,aAAA,EAAe,cAAA,KACd,UAAA;AAAA,cAQU,uBAAA,GACX,0BAAA,YACA,aAAA,EAAe,cAAA,EACf,cAAA,IAAkB,MAAA,EAAQ,kBAAA,gBACzB,OAAA,CAAQ,UAAA"}
@@ -0,0 +1,7 @@
1
+ import { IntlayerConfig } from "@intlayer/types";
2
+
3
+ //#region src/loadDictionaries/logTypeScriptErrors.d.ts
4
+ declare const logTypeScriptErrors: (filePaths: string[], configuration: IntlayerConfig) => Promise<void>;
5
+ //#endregion
6
+ export { logTypeScriptErrors };
7
+ //# sourceMappingURL=logTypeScriptErrors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logTypeScriptErrors.d.ts","names":[],"sources":["../../../src/loadDictionaries/logTypeScriptErrors.ts"],"mappings":";;;cAMa,mBAAA,GACX,SAAA,YAEA,aAAA,EAAe,cAAA,KAAc,OAAA"}
@@ -1,3 +1,3 @@
1
1
  import { extractDictionaryKey } from "./extractDictionaryKey.js";
2
- import { ATTRIBUTES_TO_EXTRACT, ExtractIntlayerOptions, PackageName, extractIntlayer, generateKey, shouldExtract, transformFiles } from "./transformFiles.js";
3
- export { ATTRIBUTES_TO_EXTRACT, ExtractIntlayerOptions, PackageName, extractDictionaryKey, extractIntlayer, generateKey, shouldExtract, transformFiles };
2
+ import { ATTRIBUTES_TO_EXTRACT, ExtractIntlayerOptions, PackageName, extractIntlayer, shouldExtract, transformFiles } from "./transformFiles.js";
3
+ export { ATTRIBUTES_TO_EXTRACT, ExtractIntlayerOptions, PackageName, extractDictionaryKey, extractIntlayer, shouldExtract, transformFiles };
@@ -10,10 +10,6 @@ declare const ATTRIBUTES_TO_EXTRACT: string[];
10
10
  * Default function to determine if a string should be extracted for localization
11
11
  */
12
12
  declare const shouldExtract: (text: string) => boolean;
13
- /**
14
- * Generate a unique key from text for use as a dictionary key
15
- */
16
- declare const generateKey: (text: string, existingKeys: Set<string>) => string;
17
13
  type PackageName = 'next-intlayer' | 'react-intlayer' | 'vue-intlayer' | 'svelte-intlayer' | 'preact-intlayer' | 'solid-intlayer' | 'angular-intlayer' | 'express-intlayer';
18
14
  type ExtractIntlayerOptions = {
19
15
  configOptions?: GetConfigurationOptions;
@@ -24,5 +20,5 @@ type ExtractIntlayerOptions = {
24
20
  declare const extractIntlayer: (filePath: string, packageName: PackageName, options?: ExtractIntlayerOptions, project?: Project) => Promise<void>;
25
21
  declare const transformFiles: (filePaths: string[], packageName: PackageName, options?: ExtractIntlayerOptions) => Promise<void>;
26
22
  //#endregion
27
- export { ATTRIBUTES_TO_EXTRACT, ExtractIntlayerOptions, PackageName, extractIntlayer, generateKey, shouldExtract, transformFiles };
23
+ export { ATTRIBUTES_TO_EXTRACT, ExtractIntlayerOptions, PackageName, extractIntlayer, shouldExtract, transformFiles };
28
24
  //# sourceMappingURL=transformFiles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"transformFiles.d.ts","names":[],"sources":["../../../src/transformFiles/transformFiles.ts"],"mappings":";;;;;;AA0BA;cAAa,qBAAA;;;;cAWA,aAAA,GAAiB,IAAA;;;;cAcjB,WAAA,GACX,IAAA,UACA,YAAA,EAAc,GAAA;AAAA,KAkRJ,WAAA;AAAA,KAUA,sBAAA;EACV,aAAA,GAAgB,uBAAA;EAChB,SAAA;EACA,QAAA;EACA,eAAA;AAAA;AAAA,cAGW,eAAA,GACX,QAAA,UACA,WAAA,EAAa,WAAA,EACb,OAAA,GAAU,sBAAA,EACV,OAAA,GAAU,OAAA,KAAO,OAAA;AAAA,cA8HN,cAAA,GACX,SAAA,YACA,WAAA,EAAa,WAAA,EACb,OAAA,GAAU,sBAAA,KAAsB,OAAA"}
1
+ {"version":3,"file":"transformFiles.d.ts","names":[],"sources":["../../../src/transformFiles/transformFiles.ts"],"mappings":";;;;;;AA2BA;cAAa,qBAAA;;;;cAWA,aAAA,GAAiB,IAAA;AAAA,KAiQlB,WAAA;AAAA,KAUA,sBAAA;EACV,aAAA,GAAgB,uBAAA;EAChB,SAAA;EACA,QAAA;EACA,eAAA;AAAA;AAAA,cAGW,eAAA,GACX,QAAA,UACA,WAAA,EAAa,WAAA,EACb,OAAA,GAAU,sBAAA,EACV,OAAA,GAAU,OAAA,KAAO,OAAA;AAAA,cA8HN,cAAA,GACX,SAAA,YACA,WAAA,EAAa,WAAA,EACb,OAAA,GAAU,sBAAA,KAAsB,OAAA"}
@@ -6,6 +6,7 @@ import { formatLocale, formatPath } from "./formatter.js";
6
6
  import { getChunk } from "./getChunk.js";
7
7
  import { getComponentTransformPattern, getComponentTransformPatternSync } from "./getComponentTransformPattern.js";
8
8
  import { getFileHash } from "./getFileHash.js";
9
+ import { mergeChunks } from "./mergeChunks.js";
9
10
  import { parallelize } from "./parallelize.js";
10
11
  import { Queue, pLimit } from "./pLimit.js";
11
12
  import { getGlobalLimiter, getTaskLimiter, parallelizeGlobal } from "./parallelizeGlobal.js";
@@ -16,4 +17,4 @@ import { ParallelHandle, runParallel } from "./runParallel/index.js";
16
17
  import { sortAlphabetically } from "./sortAlphabetically.js";
17
18
  import { splitTextByLines } from "./splitTextByLine.js";
18
19
  import { verifyIdenticObjectFormat } from "./verifyIdenticObjectFormat.js";
19
- export { BuildFilesListOptions, Extension, Format, JSONObject, JsonChunk, ParallelHandle, Queue, assembleJSON, autoDecorateContent, buildFilesList, chunkJSON, formatLocale, formatPath, getChunk, getComponentTransformPattern, getComponentTransformPatternSync, getExtensionFromFormat, getFileHash, getFormatFromExtension, getGlobalLimiter, getTaskLimiter, pLimit, parallelize, parallelizeGlobal, reconstructFromSingleChunk, reduceObjectFormat, resolveObjectPromises, runOnce, runParallel, sortAlphabetically, splitTextByLines, verifyIdenticObjectFormat };
20
+ export { BuildFilesListOptions, Extension, Format, JSONObject, JsonChunk, ParallelHandle, Queue, assembleJSON, autoDecorateContent, buildFilesList, chunkJSON, formatLocale, formatPath, getChunk, getComponentTransformPattern, getComponentTransformPatternSync, getExtensionFromFormat, getFileHash, getFormatFromExtension, getGlobalLimiter, getTaskLimiter, mergeChunks, pLimit, parallelize, parallelizeGlobal, reconstructFromSingleChunk, reduceObjectFormat, resolveObjectPromises, runOnce, runParallel, sortAlphabetically, splitTextByLines, verifyIdenticObjectFormat };
@@ -0,0 +1,5 @@
1
+ //#region src/utils/mergeChunks.d.ts
2
+ declare const mergeChunks: (chunks: any[]) => any;
3
+ //#endregion
4
+ export { mergeChunks };
5
+ //# sourceMappingURL=mergeChunks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mergeChunks.d.ts","names":[],"sources":["../../../src/utils/mergeChunks.ts"],"mappings":";cAAa,WAAA,GAAe,MAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"watcher.d.ts","names":[],"sources":["../../src/watcher.ts"],"mappings":";;;;;;KAuBK,YAAA,GAAe,eAAA;EAClB,aAAA,GAAgB,cAAA;EAChB,aAAA,GAAgB,uBAAA;EAChB,WAAA;AAAA;AAAA,cAIW,KAAA,GAAS,OAAA,GAAU,YAAA,KAAY,QAAA,CAAA,SAAA;AAAA,cA0H/B,qBAAA,GAA+B,OAAA,GAAU,YAAA,KAAY,OAAA"}
1
+ {"version":3,"file":"watcher.d.ts","names":[],"sources":["../../src/watcher.ts"],"mappings":";;;;;;KAmCK,YAAA,GAAe,eAAA;EAClB,aAAA,GAAgB,cAAA;EAChB,aAAA,GAAgB,uBAAA;EAChB,WAAA;AAAA;AAAA,cAIW,KAAA,GAAS,OAAA,GAAU,YAAA,KAAY,QAAA,CAAA,SAAA;AAAA,cA4H/B,qBAAA,GAA+B,OAAA,GAAU,YAAA,KAAY,OAAA"}
@@ -1,8 +1,10 @@
1
1
  //#region src/writeFileIfChanged.d.ts
2
- declare const writeFileIfChanged: (path: string, dataOrStream: string, {
3
- encoding
2
+ declare const writeFileIfChanged: (path: string, data: string, {
3
+ encoding,
4
+ tempDir
4
5
  }?: {
5
6
  encoding?: BufferEncoding;
7
+ tempDir?: string;
6
8
  }) => Promise<boolean>;
7
9
  //#endregion
8
10
  export { writeFileIfChanged };
@@ -1 +1 @@
1
- {"version":3,"file":"writeFileIfChanged.d.ts","names":[],"sources":["../../src/writeFileIfChanged.ts"],"mappings":";cAqBa,kBAAA,GACX,IAAA,UACA,YAAA;EACA;AAAA;EAAyB,QAAA,GAAW,cAAA;AAAA,MACnC,OAAA"}
1
+ {"version":3,"file":"writeFileIfChanged.d.ts","names":[],"sources":["../../src/writeFileIfChanged.ts"],"mappings":";cA2Ba,kBAAA,GACX,IAAA,UACA,IAAA;EACA,QAAA;EAAA;AAAA;EAGK,QAAA,GAAW,cAAA;EAAgB,OAAA;AAAA,MAC/B,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/chokidar",
3
- "version": "8.1.3",
3
+ "version": "8.1.5",
4
4
  "private": false,
5
5
  "description": "Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.",
6
6
  "keywords": [
@@ -102,13 +102,13 @@
102
102
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
103
103
  },
104
104
  "dependencies": {
105
- "@intlayer/api": "8.1.3",
106
- "@intlayer/config": "8.1.3",
107
- "@intlayer/core": "8.1.3",
108
- "@intlayer/dictionaries-entry": "8.1.3",
109
- "@intlayer/remote-dictionaries-entry": "8.1.3",
110
- "@intlayer/types": "8.1.3",
111
- "@intlayer/unmerged-dictionaries-entry": "8.1.3",
105
+ "@intlayer/api": "8.1.5",
106
+ "@intlayer/config": "8.1.4",
107
+ "@intlayer/core": "8.1.4",
108
+ "@intlayer/dictionaries-entry": "8.1.5",
109
+ "@intlayer/remote-dictionaries-entry": "8.1.5",
110
+ "@intlayer/types": "8.1.4",
111
+ "@intlayer/unmerged-dictionaries-entry": "8.1.4",
112
112
  "chokidar": "3.6.0",
113
113
  "crypto-js": "4.2.0",
114
114
  "defu": "6.1.4",
@@ -119,7 +119,7 @@
119
119
  },
120
120
  "devDependencies": {
121
121
  "@types/crypto-js": "4.2.2",
122
- "@types/node": "25.2.3",
122
+ "@types/node": "25.3.0",
123
123
  "@utils/ts-config": "1.0.4",
124
124
  "@utils/ts-config-types": "1.0.4",
125
125
  "@utils/tsdown-config": "1.0.4",
@@ -130,8 +130,8 @@
130
130
  "zod": "4.3.6"
131
131
  },
132
132
  "peerDependencies": {
133
- "@intlayer/svelte-transformer": "8.1.3",
134
- "@intlayer/vue-transformer": "8.1.3"
133
+ "@intlayer/svelte-transformer": "8.1.4",
134
+ "@intlayer/vue-transformer": "8.1.4"
135
135
  },
136
136
  "peerDependenciesMeta": {
137
137
  "@intlayer/svelte-transformer": {