@lingui/cli 6.3.0 → 6.4.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.
@@ -109,6 +109,7 @@ export async function extractFromFileWithBabel(filename, code, onMessageExtracte
109
109
  [
110
110
  linguiExtractMessages,
111
111
  {
112
+ linguiConfig: ctx.linguiConfig,
112
113
  onMessageExtracted: (msg) => {
113
114
  return onMessageExtracted({
114
115
  ...msg,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/cli",
3
- "version": "6.3.0",
3
+ "version": "6.4.0",
4
4
  "description": "Lingui CLI to extract messages, compile catalogs, and manage translation workflows",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -52,12 +52,12 @@
52
52
  "@babel/generator": "^7.28.5",
53
53
  "@babel/parser": "^7.22.0",
54
54
  "@babel/types": "^7.21.2",
55
- "@lingui/babel-plugin-extract-messages": "6.3.0",
56
- "@lingui/babel-plugin-lingui-macro": "6.3.0",
57
- "@lingui/conf": "6.3.0",
58
- "@lingui/core": "6.3.0",
59
- "@lingui/format-po": "6.3.0",
60
- "@lingui/message-utils": "6.3.0",
55
+ "@lingui/babel-plugin-extract-messages": "6.4.0",
56
+ "@lingui/babel-plugin-lingui-macro": "6.4.0",
57
+ "@lingui/conf": "6.4.0",
58
+ "@lingui/core": "6.4.0",
59
+ "@lingui/format-po": "6.4.0",
60
+ "@lingui/message-utils": "6.4.0",
61
61
  "chokidar": "5.0.0",
62
62
  "cli-table3": "^0.6.5",
63
63
  "commander": "^14.0.2",
@@ -81,5 +81,5 @@
81
81
  "msw": "^2.12.7",
82
82
  "vitest": "catalog:"
83
83
  },
84
- "gitHead": "f5f432578a13f07c5e261896eed65ec4f82998d3"
84
+ "gitHead": "e8657bf8cbe6e8abc62a46a24e018ff9812918be"
85
85
  }