@lingui/swc-plugin 5.6.1 → 5.8.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
@@ -109,7 +109,8 @@ Below is a table referencing the swc_core version used during the plugin build,
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
111
  | `5.6.0` ~ `5.6.1` | [`27.0.6`](https://plugins.swc.rs/versions/range/364) |
112
-
112
+ | `5.7.0` | [`39.0.3`](https://plugins.swc.rs/versions/range/426) |
113
+ | `5.8.0` | [`45.0.2`](https://plugins.swc.rs/versions/range/497) |
113
114
 
114
115
  > **Note**
115
116
  > next `v13.2.4` ~ `v13.3.1` cannot execute SWC Wasm plugins, due to a [bug of next-swc](https://github.com/vercel/next.js/issues/46989#issuecomment-1486989081).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/swc-plugin",
3
- "version": "5.6.1",
3
+ "version": "5.8.0",
4
4
  "description": "A SWC Plugin for LinguiJS",
5
5
  "author": {
6
6
  "name": "Timofei Iatsenko",