@swc/plugin-formatjs 2.0.4 → 2.0.6
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/CHANGELOG.md +12 -0
- package/README.md +12 -0
- package/package.json +3 -2
- package/swc_plugin_formatjs.wasm +0 -0
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -4,6 +4,18 @@ FormatJS SWC plugin, maintained by SWC team.
|
|
|
4
4
|
|
|
5
5
|
# @swc/plugin-formatjs
|
|
6
6
|
|
|
7
|
+
## 2.0.6
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- e8973e8: Update swc_core to v10.2.3
|
|
12
|
+
|
|
13
|
+
## 2.0.5
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- f436a09: Update swc_core to v10.
|
|
18
|
+
|
|
7
19
|
## 2.0.4
|
|
8
20
|
|
|
9
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/plugin-formatjs",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "FormatJS SWC plugin",
|
|
5
5
|
"main": "swc_plugin_formatjs.wasm",
|
|
6
6
|
"homepage": "https://swc.rs",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "+https://github.com/swc-project/plugins.git"
|
|
9
|
+
"url": "git+https://github.com/swc-project/plugins.git",
|
|
10
|
+
"directory": "packages/formatjs"
|
|
10
11
|
},
|
|
11
12
|
"bugs": {
|
|
12
13
|
"url": "https://github.com/swc-project/plugins/issues"
|
package/swc_plugin_formatjs.wasm
CHANGED
|
Binary file
|