putout 39.0.10 → 39.0.11

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 +8 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2025.03.23, v39.0.11
2
+
3
+ feature:
4
+ - 69c35c650 putout: @putout/plugin-for-of v9.0.0
5
+ - c6d2ca2ea @putout/plugin-for-of: drop support of node < 20
6
+ - bfb25a8c9 @putout/plugin-for-of: convert to ESM
7
+ - 702ac92ac @putout/plugin-putout: check-replace-code: exclude BlockStatement
8
+
1
9
  2025.03.22, v39.0.10
2
10
 
3
11
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.0.10",
3
+ "version": "39.0.11",
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, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -122,7 +122,7 @@
122
122
  "@putout/plugin-extract-object-properties": "^9.0.0",
123
123
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
124
124
  "@putout/plugin-filesystem": "^9.0.0",
125
- "@putout/plugin-for-of": "^8.0.0",
125
+ "@putout/plugin-for-of": "^9.0.0",
126
126
  "@putout/plugin-generators": "^1.0.0",
127
127
  "@putout/plugin-github": "^15.0.0",
128
128
  "@putout/plugin-gitignore": "^6.0.0",