@swc/plugin-jest 1.5.120 → 1.5.121

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
+ ## 1.5.121
4
+
5
+ ### Patch Changes
6
+
7
+ - f4df366: Update swc_core
8
+
3
9
  ## 1.5.120
4
10
 
5
11
  ### Patch Changes
package/Cargo.toml CHANGED
@@ -17,10 +17,10 @@ crate-type = ["cdylib", "rlib"]
17
17
  [dependencies]
18
18
  phf = { version = "0.10.0", features = ["macros"] }
19
19
  serde = { version = "1.0.130", features = ["derive"] }
20
- swc_common = { version = "0.33.19", features = ["concurrent"] }
21
- swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] }
22
- swc_ecma_ast = "0.112.5"
23
- swc_ecma_utils = "0.127.12"
24
- swc_ecma_visit = "0.98.6"
20
+ swc_common = { version = "0.33.21", features = ["concurrent"] }
21
+ swc_core = { version = "0.90.26", features = ["ecma_plugin_transform"] }
22
+ swc_ecma_ast = "0.112.6"
23
+ swc_ecma_utils = "0.127.15"
24
+ swc_ecma_visit = "0.98.7"
25
25
  swc_plugin_macro = "0.9.16"
26
26
  tracing = { version = "0.1.37", features = ["release_max_level_off"] }
package/README.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  # @swc/plugin-jest
4
4
 
5
+ ## 1.5.121
6
+
7
+ ### Patch Changes
8
+
9
+ - f4df366: Update swc_core
10
+
5
11
  ## 1.5.120
6
12
 
7
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-jest",
3
- "version": "1.5.120",
3
+ "version": "1.5.121",
4
4
  "description": "SWC plugin for jest",
5
5
  "main": "swc_plugin_jest.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file