@swc/plugin-jest 12.7.0 → 12.8.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @swc/plugin-jest
2
2
 
3
+ ## 12.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a0fb975: Update swc_core to v61.0.1
8
+
3
9
  ## 12.7.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -1,7 +1,15 @@
1
1
  # @swc/plugin-jest
2
2
 
3
+ `@swc/plugin-jest` is an SWC transform that hoists Jest calls such as `jest.mock`, `jest.unmock`, and `jest.enableAutomock` in the same spirit as Jest's Babel hoist behavior.
4
+
3
5
  # @swc/plugin-jest
4
6
 
7
+ ## 12.8.0
8
+
9
+ ### Minor Changes
10
+
11
+ - a0fb975: Update swc_core to v61.0.1
12
+
5
13
  ## 12.7.0
6
14
 
7
15
  ### Minor Changes
package/README.tmpl.md CHANGED
@@ -1,3 +1,5 @@
1
1
  # @swc/plugin-jest
2
2
 
3
+ `@swc/plugin-jest` is an SWC transform that hoists Jest calls such as `jest.mock`, `jest.unmock`, and `jest.enableAutomock` in the same spirit as Jest's Babel hoist behavior.
4
+
3
5
  ${CHANGELOG}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-jest",
3
- "version": "12.7.0",
3
+ "version": "12.8.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
Binary file