@swc/plugin-jest 7.0.1 → 7.0.3

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