@intlayer/chokidar 8.3.0-canary.4 → 8.3.0
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,7 +1,7 @@
|
|
|
1
|
+
import { LocalesValues } from "./intlayer/dist/types/index.js";
|
|
1
2
|
import * as _intlayer_types_dictionary0 from "@intlayer/types/dictionary";
|
|
2
3
|
import { Dictionary } from "@intlayer/types/dictionary";
|
|
3
4
|
import * as _intlayer_core_messageFormat0 from "@intlayer/core/messageFormat";
|
|
4
|
-
import * as _intlayer_types_module_augmentation0 from "@intlayer/types/module_augmentation";
|
|
5
5
|
|
|
6
6
|
//#region src/formatDictionary.d.ts
|
|
7
7
|
declare const formatDictionary: (dictionary: Dictionary) => Dictionary;
|
|
@@ -21,7 +21,7 @@ declare const formatDictionaryOutput: (dictionary: Dictionary) => Dictionary | {
|
|
|
21
21
|
version?: string;
|
|
22
22
|
filePath?: string;
|
|
23
23
|
tags?: string[];
|
|
24
|
-
locale?:
|
|
24
|
+
locale?: LocalesValues;
|
|
25
25
|
contentAutoTransformation?: _intlayer_types_dictionary0.ContentAutoTransformation;
|
|
26
26
|
fill?: _intlayer_types_dictionary0.Fill;
|
|
27
27
|
filled?: true;
|
|
@@ -45,7 +45,7 @@ declare const formatDictionariesOutput: (dictionaries: Dictionary[]) => (Diction
|
|
|
45
45
|
version?: string;
|
|
46
46
|
filePath?: string;
|
|
47
47
|
tags?: string[];
|
|
48
|
-
locale?:
|
|
48
|
+
locale?: LocalesValues;
|
|
49
49
|
contentAutoTransformation?: _intlayer_types_dictionary0.ContentAutoTransformation;
|
|
50
50
|
fill?: _intlayer_types_dictionary0.Fill;
|
|
51
51
|
filled?: true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/chokidar",
|
|
3
|
-
"version": "8.3.0
|
|
3
|
+
"version": "8.3.0",
|
|
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
|
},
|
|
103
103
|
"dependencies": {
|
|
104
104
|
"@babel/parser": "7.29.0",
|
|
105
|
-
"@intlayer/api": "8.3.0
|
|
106
|
-
"@intlayer/config": "8.3.0
|
|
107
|
-
"@intlayer/core": "8.3.0
|
|
108
|
-
"@intlayer/dictionaries-entry": "8.3.0
|
|
109
|
-
"@intlayer/remote-dictionaries-entry": "8.3.0
|
|
110
|
-
"@intlayer/types": "8.3.0
|
|
111
|
-
"@intlayer/unmerged-dictionaries-entry": "8.3.0
|
|
105
|
+
"@intlayer/api": "8.3.0",
|
|
106
|
+
"@intlayer/config": "8.3.0",
|
|
107
|
+
"@intlayer/core": "8.3.0",
|
|
108
|
+
"@intlayer/dictionaries-entry": "8.3.0",
|
|
109
|
+
"@intlayer/remote-dictionaries-entry": "8.3.0",
|
|
110
|
+
"@intlayer/types": "8.3.0",
|
|
111
|
+
"@intlayer/unmerged-dictionaries-entry": "8.3.0",
|
|
112
112
|
"chokidar": "3.6.0",
|
|
113
113
|
"defu": "6.1.4",
|
|
114
114
|
"fast-glob": "3.3.3",
|