@swc/plugin-formatjs 3.1.0 → 3.1.2

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @swc/plugin-formatjs
2
2
 
3
+ ## 3.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - d51d525: Update swc_core to v22.0.0
8
+
9
+ ## 3.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - cb94b92: Update swc_core to v21.0.1
14
+
3
15
  ## 3.1.0
4
16
 
5
17
  ### Minor Changes
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
+ ## 3.1.2
8
+
9
+ ### Patch Changes
10
+
11
+ - d51d525: Update swc_core to v22.0.0
12
+
13
+ ## 3.1.1
14
+
15
+ ### Patch Changes
16
+
17
+ - cb94b92: Update swc_core to v21.0.1
18
+
7
19
  ## 3.1.0
8
20
 
9
21
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-formatjs",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "FormatJS SWC plugin",
5
5
  "main": "swc_plugin_formatjs.wasm",
6
6
  "homepage": "https://swc.rs",
@@ -22,6 +22,6 @@
22
22
  "scripts": {
23
23
  "build": "cargo build --release -p swc_plugin_formatjs --target wasm32-wasip1 && cp ../../target/wasm32-wasip1/release/swc_plugin_formatjs.wasm .",
24
24
  "build:debug": "cargo build -p swc_plugin_formatjs --target wasm32-wasip1 && cp ../../target/wasm32-wasip1/debug/swc_plugin_formatjs.wasm .",
25
- "test": "pnpm run build:debug && vitest run"
25
+ "test": "pnpm run build:debug && vitest run --testTimeout=0"
26
26
  }
27
27
  }
Binary file