@lingui/swc-plugin 5.6.0 → 5.7.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.
package/README.md CHANGED
@@ -108,7 +108,8 @@ Below is a table referencing the swc_core version used during the plugin build,
108
108
  | `5.3.0` | [`5.0.4`](https://plugins.swc.rs/versions/range/116) |
109
109
  | `5.4.0` | [`14.1.0`](https://plugins.swc.rs/versions/range/138) |
110
110
  | `5.5.0` ~ `5.5.2` | [`15.0.1`](https://plugins.swc.rs/versions/range/271) |
111
- | `5.6.0` | [`27.0.6`](https://plugins.swc.rs/versions/range/364) |
111
+ | `5.6.0` ~ `5.6.1` | [`27.0.6`](https://plugins.swc.rs/versions/range/364) |
112
+ | `5.7.0` | [`39.0.3`](https://plugins.swc.rs/versions/range/426) |
112
113
 
113
114
 
114
115
  > **Note**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/swc-plugin",
3
- "version": "5.6.0",
3
+ "version": "5.7.0",
4
4
  "description": "A SWC Plugin for LinguiJS",
5
5
  "author": {
6
6
  "name": "Timofei Iatsenko",