@lingui/swc-plugin 5.4.0 → 5.5.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
@@ -106,6 +106,7 @@ Below is a table referencing the swc_core version used during the plugin build,
106
106
  | `4.1.0`, `5.0.0` ~ `5.2.0` | [`0.106.3`](https://plugins.swc.rs/versions/range/95) |
107
107
  | `5.3.0` | [`5.0.4`](https://plugins.swc.rs/versions/range/116) |
108
108
  | `5.4.0` | [`14.1.0`](https://plugins.swc.rs/versions/range/138) |
109
+ | `5.5.0` | [`15.0.1`](https://plugins.swc.rs/versions/range/271) |
109
110
 
110
111
 
111
112
  > **Note**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/swc-plugin",
3
- "version": "5.4.0",
3
+ "version": "5.5.0",
4
4
  "description": "A SWC Plugin for LinguiJS",
5
5
  "author": {
6
6
  "name": "Timofei Iatsenko",