@swc/plugin-jest 1.5.117 → 1.5.120

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,23 @@
1
1
  # @swc/plugin-jest
2
2
 
3
+ ## 1.5.120
4
+
5
+ ### Patch Changes
6
+
7
+ - c88b22b: Align package metadata
8
+
9
+ ## 1.5.119
10
+
11
+ ### Patch Changes
12
+
13
+ - a3cc4fb: Organize pacakge metadata
14
+
15
+ ## 1.5.118
16
+
17
+ ### Patch Changes
18
+
19
+ - e9e78ef: Update swc crates
20
+
3
21
  ## 1.5.117
4
22
 
5
23
  ### Patch Changes
package/Cargo.toml CHANGED
@@ -1,22 +1,26 @@
1
1
  [package]
2
- authors = ["강동윤 <kdy1997.dev@gmail.com>"]
3
- description = "Jest plugin for https://swc.rs"
4
- edition = "2021"
5
- license = "Apache-2.0"
6
- name = "swc_plugin_jest"
7
- publish = false
8
- version = "0.31.4"
2
+ authors = { workspace = true }
3
+ description = "Jest plugin for https://swc.rs"
4
+ edition = { workspace = true }
5
+ homepage = { workspace = true }
6
+ license = { workspace = true }
7
+ name = "swc_plugin_jest"
8
+ publish = false
9
+ repository = { workspace = true }
10
+ rust-version = { workspace = true }
11
+ version = "0.31.4"
12
+
9
13
 
10
14
  [lib]
11
15
  crate-type = ["cdylib", "rlib"]
12
16
 
13
17
  [dependencies]
14
- phf = { version = "0.10.0", features = ["macros"] }
15
- serde = { version = "1.0.130", features = ["derive"] }
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"
18
+ phf = { version = "0.10.0", features = ["macros"] }
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"
21
25
  swc_plugin_macro = "0.9.16"
22
- tracing = { version = "0.1.37", features = ["release_max_level_off"] }
26
+ tracing = { version = "0.1.37", features = ["release_max_level_off"] }
package/README.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  # @swc/plugin-jest
4
4
 
5
+ ## 1.5.120
6
+
7
+ ### Patch Changes
8
+
9
+ - c88b22b: Align package metadata
10
+
11
+ ## 1.5.119
12
+
13
+ ### Patch Changes
14
+
15
+ - a3cc4fb: Organize pacakge metadata
16
+
17
+ ## 1.5.118
18
+
19
+ ### Patch Changes
20
+
21
+ - e9e78ef: Update swc crates
22
+
5
23
  ## 1.5.117
6
24
 
7
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-jest",
3
- "version": "1.5.117",
3
+ "version": "1.5.120",
4
4
  "description": "SWC plugin for jest",
5
5
  "main": "swc_plugin_jest.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file