@swc/plugin-jest 1.5.113 → 1.5.115

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,17 @@
1
1
  # @swc/plugin-jest
2
2
 
3
+ ## 1.5.115
4
+
5
+ ### Patch Changes
6
+
7
+ - 8bd92c7: swc_core 0.90.x
8
+
9
+ ## 1.5.114
10
+
11
+ ### Patch Changes
12
+
13
+ - 4ef0b7f: Add changelog to the readme
14
+
3
15
  ## 1.5.113
4
16
 
5
17
  ### Patch Changes
package/Cargo.toml CHANGED
@@ -5,7 +5,7 @@ edition = "2021"
5
5
  license = "Apache-2.0"
6
6
  name = "swc_plugin_jest"
7
7
  publish = false
8
- version = "0.30.0"
8
+ version = "0.31.3"
9
9
 
10
10
  [lib]
11
11
  crate-type = ["cdylib", "rlib"]
@@ -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.14", features = ["concurrent"] }
17
- swc_core = { version = "0.88.0", features = ["ecma_plugin_transform"] }
18
- swc_ecma_ast = "0.111.0"
19
- swc_ecma_utils = "0.126.0"
20
- swc_ecma_visit = "0.97.0"
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"
21
21
  swc_plugin_macro = "0.9.16"
22
22
  tracing = { version = "0.1.37", features = ["release_max_level_off"] }
package/README.md ADDED
@@ -0,0 +1,27 @@
1
+ # @swc/plugin-jest
2
+
3
+ # @swc/plugin-jest
4
+
5
+ ## 1.5.115
6
+
7
+ ### Patch Changes
8
+
9
+ - 8bd92c7: swc_core 0.90.x
10
+
11
+ ## 1.5.114
12
+
13
+ ### Patch Changes
14
+
15
+ - 4ef0b7f: Add changelog to the readme
16
+
17
+ ## 1.5.113
18
+
19
+ ### Patch Changes
20
+
21
+ - 4e72680: swc_core@0.88.0
22
+
23
+ ## 1.5.112
24
+
25
+ ### Patch Changes
26
+
27
+ - 16bb4d8: swc_core@0.82.x
package/README.md.tmpl ADDED
@@ -0,0 +1,3 @@
1
+ # @swc/plugin-jest
2
+
3
+ ${CHANGELOG}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-jest",
3
- "version": "1.5.113",
3
+ "version": "1.5.115",
4
4
  "description": "SWC plugin for jest",
5
5
  "main": "swc_plugin_jest.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file