@swc/plugin-jest 1.5.116 → 1.5.117

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.117
4
+
5
+ ### Patch Changes
6
+
7
+ - 6096d6d: Fix plugin version schema issue
8
+
3
9
  ## 1.5.116
4
10
 
5
11
  ### Patch Changes
package/Cargo.toml CHANGED
@@ -13,10 +13,10 @@ crate-type = ["cdylib", "rlib"]
13
13
  [dependencies]
14
14
  phf = { version = "0.10.0", features = ["macros"] }
15
15
  serde = { version = "1.0.130", features = ["derive"] }
16
- swc_common = { version = "0.33.16", features = ["concurrent"] }
17
- swc_core = { version = "0.90.0", features = ["ecma_plugin_transform"] }
18
- swc_ecma_ast = "0.112.0"
19
- swc_ecma_utils = "0.127.0"
20
- swc_ecma_visit = "0.98.0"
16
+ swc_common = { version = "0.33.17", features = ["concurrent"] }
17
+ swc_core = { version = "0.90.6", features = ["ecma_plugin_transform"] }
18
+ swc_ecma_ast = "0.112.2"
19
+ swc_ecma_utils = "0.127.3"
20
+ swc_ecma_visit = "0.98.2"
21
21
  swc_plugin_macro = "0.9.16"
22
22
  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.117
6
+
7
+ ### Patch Changes
8
+
9
+ - 6096d6d: Fix plugin version schema issue
10
+
5
11
  ## 1.5.116
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.116",
3
+ "version": "1.5.117",
4
4
  "description": "SWC plugin for jest",
5
5
  "main": "swc_plugin_jest.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file