putout 24.2.1 → 24.2.2

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.
Files changed (2) hide show
  1. package/ChangeLog +13 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,16 @@
1
+ 2022.01.24, v24.2.2
2
+
3
+ fix:
4
+ - (@putout/plugin-declare-undefined-variables) node-js: exclude "promises" as it is to general
5
+ - (@putout/engine-runner) avoid duplication of plugins
6
+
7
+ feature:
8
+ - (package) @putout/plugin-convert-esm-to-commonjs v4.0.0
9
+ - (@putout/plugin-convert-esm-to-commonjs) drop support of putout < 24
10
+ - (@putout/plugin-convert-esm-to-commonjs) Commonjs -> CommonJS
11
+ - (@putout/engine-runner) add ability to debug with "putout:runner:replace"
12
+
13
+
1
14
  2022.01.21, v24.2.1
2
15
 
3
16
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "24.2.1",
3
+ "version": "24.2.2",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊 Pluggable and configurable code transformer with built-in eslint and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
@@ -86,7 +86,7 @@
86
86
  "@putout/plugin-convert-comparison-to-boolean": "^2.0.0",
87
87
  "@putout/plugin-convert-concat-to-flat": "^1.0.0",
88
88
  "@putout/plugin-convert-equal-to-strict-equal": "^1.0.0",
89
- "@putout/plugin-convert-esm-to-commonjs": "^3.0.0",
89
+ "@putout/plugin-convert-esm-to-commonjs": "^4.0.0",
90
90
  "@putout/plugin-convert-for-each-to-for-of": "^7.0.0",
91
91
  "@putout/plugin-convert-for-in-to-for-of": "^2.0.0",
92
92
  "@putout/plugin-convert-for-to-for-of": "^3.0.0",