next-intl-swc-plugin-extractor 4.8.3 → 4.9.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
@@ -1,3 +1,5 @@
1
1
  # next-intl-swc-plugin-extractor
2
2
 
3
3
  SWC plugin for extracting inline messages.
4
+
5
+ **Important:** This package is only intended for internal use and it's API may change at any time.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-intl-swc-plugin-extractor",
3
- "version": "4.8.3",
3
+ "version": "4.9.0",
4
4
  "sideEffects": false,
5
5
  "author": "강동윤 <kdy1997.dev@gmail.com>",
6
6
  "contributors": [
@@ -22,5 +22,5 @@
22
22
  "files": [
23
23
  "target/wasm32-wasip1/release/swc_plugin_extractor.wasm"
24
24
  ],
25
- "gitHead": "099bfebe5048b036a76520381daac7635d2640e1"
25
+ "gitHead": "b65f8c4e88ad3f2ac8df3443b6cdd66c08c19e60"
26
26
  }