@swc/plugin-jest 9.1.0 → 9.5.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/CHANGELOG.md +24 -0
- package/README.md +24 -0
- package/package.json +5 -1
- package/swc_plugin_jest.wasm +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @swc/plugin-jest
|
|
2
2
|
|
|
3
|
+
## 9.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c324a59: Update swc_core to v45
|
|
8
|
+
|
|
9
|
+
## 9.4.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 8bad98d: Update swc_core to v44
|
|
14
|
+
|
|
15
|
+
## 9.3.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- 47be132: Update swc_core to v42
|
|
20
|
+
|
|
21
|
+
## 9.2.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- 0c9d7a1: build: Update swc_core to v39.0.0
|
|
26
|
+
|
|
3
27
|
## 9.1.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
# @swc/plugin-jest
|
|
4
4
|
|
|
5
|
+
## 9.5.0
|
|
6
|
+
|
|
7
|
+
### Minor Changes
|
|
8
|
+
|
|
9
|
+
- c324a59: Update swc_core to v45
|
|
10
|
+
|
|
11
|
+
## 9.4.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 8bad98d: Update swc_core to v44
|
|
16
|
+
|
|
17
|
+
## 9.3.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- 47be132: Update swc_core to v42
|
|
22
|
+
|
|
23
|
+
## 9.2.0
|
|
24
|
+
|
|
25
|
+
### Minor Changes
|
|
26
|
+
|
|
27
|
+
- 0c9d7a1: build: Update swc_core to v39.0.0
|
|
28
|
+
|
|
5
29
|
## 9.1.0
|
|
6
30
|
|
|
7
31
|
### Minor Changes
|
package/package.json
CHANGED
package/swc_plugin_jest.wasm
CHANGED
|
Binary file
|