@formatjs/cli 6.0.3 → 6.0.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/bin/formatjs +1 -1
- package/package.json +2 -2
package/bin/formatjs
CHANGED
|
@@ -159272,7 +159272,7 @@ async function compile7(inputFiles, opts = {}) {
|
|
|
159272
159272
|
throw new Error(`Conflicting ID "${id}" with different translation found in these 2 files:
|
|
159273
159273
|
ID: ${id}
|
|
159274
159274
|
Message from ${idsWithFileName[id]}: ${messages[id]}
|
|
159275
|
-
Message from ${
|
|
159275
|
+
Message from ${inputFile}: ${compiled[id]}
|
|
159276
159276
|
`);
|
|
159277
159277
|
}
|
|
159278
159278
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formatjs/cli",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.4",
|
|
4
4
|
"description": "A CLI for formatjs.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"intl",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"url": "https://github.com/formatjs/formatjs/issues"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@formatjs/cli-lib": "6.0.
|
|
36
|
+
"@formatjs/cli-lib": "6.0.3"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@vue/compiler-sfc": "^3.2.34"
|