@formatjs/cli 6.3.7 → 6.3.9
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 +3 -1
- package/package.json +2 -2
package/bin/formatjs
CHANGED
|
@@ -227760,7 +227760,9 @@ async function extract(files, extractOpts) {
|
|
|
227760
227760
|
warn(String(e));
|
|
227761
227761
|
}
|
|
227762
227762
|
}
|
|
227763
|
-
const formatter = await resolveBuiltinFormatter(
|
|
227763
|
+
const formatter = await resolveBuiltinFormatter(
|
|
227764
|
+
opts.format
|
|
227765
|
+
);
|
|
227764
227766
|
const extractionResults = rawResults.filter((r) => !!r);
|
|
227765
227767
|
const extractedMessages = /* @__PURE__ */ new Map();
|
|
227766
227768
|
for (const { messages: messages2 } of extractionResults) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formatjs/cli",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.9",
|
|
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.6.
|
|
36
|
+
"@formatjs/cli-lib": "6.6.4"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@glimmer/env": "^0.1.7",
|