@swc/plugin-noop 1.5.112 → 1.5.114

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-noop
2
2
 
3
+ ## 1.5.114
4
+
5
+ ### Patch Changes
6
+
7
+ - 37d3aaf: Depend on the swc download counter package
8
+
9
+ ## 1.5.113
10
+
11
+ ### Patch Changes
12
+
13
+ - 8bd92c7: swc_core 0.90.x
14
+
3
15
  ## 1.5.112
4
16
 
5
17
  ### Patch Changes
package/Cargo.toml CHANGED
@@ -5,16 +5,16 @@ edition = "2021"
5
5
  license = "Apache-2.0"
6
6
  name = "swc_plugin_noop"
7
7
  publish = false
8
- version = "0.18.0"
8
+ version = "0.18.4"
9
9
 
10
10
  [lib]
11
11
  crate-type = ["cdylib", "rlib"]
12
12
 
13
13
  [dependencies]
14
- swc_common = { version = "0.33.14", features = ["concurrent"] }
15
- swc_core = { version = "0.88.0", features = ["ecma_plugin_transform"] }
16
- swc_ecma_ast = "0.111.0"
17
- swc_ecma_utils = "0.126.0"
18
- swc_ecma_visit = "0.97.0"
14
+ swc_common = { version = "0.33.16", features = ["concurrent"] }
15
+ swc_core = { version = "0.90.0", features = ["ecma_plugin_transform"] }
16
+ swc_ecma_ast = "0.112.0"
17
+ swc_ecma_utils = "0.127.0"
18
+ swc_ecma_visit = "0.98.0"
19
19
  swc_plugin_macro = "0.9.16"
20
20
  tracing = { version = "0.1.37", features = ["release_max_level_off"] }
package/README.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # @swc/plugin-noop
4
4
 
5
+ ## 1.5.114
6
+
7
+ ### Patch Changes
8
+
9
+ - 37d3aaf: Depend on the swc download counter package
10
+
11
+ ## 1.5.113
12
+
13
+ ### Patch Changes
14
+
15
+ - 8bd92c7: swc_core 0.90.x
16
+
5
17
  ## 1.5.112
6
18
 
7
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-noop",
3
- "version": "1.5.112",
3
+ "version": "1.5.114",
4
4
  "description": "Noop SWC plugin, for debugging",
5
5
  "main": "swc_plugin_noop.wasm",
6
6
  "homepage": "https://swc.rs",
@@ -15,5 +15,8 @@
15
15
  "keywords": [],
16
16
  "license": "Apache-2.0",
17
17
  "preferUnplugged": true,
18
+ "dependencies": {
19
+ "@swc/counter": "^0.1.3"
20
+ },
18
21
  "scripts": {}
19
22
  }
Binary file