putout 39.0.5 → 39.0.6

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 +7 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2025.03.22, v39.0.6
2
+
3
+ feature:
4
+ - 851b52a36 putout: @putout/processor-filesystem v6.0.0
5
+ - 2308a4b0d @putout/processor-filesystem: drop support of node < 20
6
+ - 0ebf92ded @putout/processor-filesystem: @putout/operator-filesystem v7.0.0
7
+
1
8
  2025.03.22, v39.0.5
2
9
 
3
10
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.0.5",
3
+ "version": "39.0.6",
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",
@@ -190,7 +190,7 @@
190
190
  "@putout/plugin-typescript": "^11.0.0",
191
191
  "@putout/plugin-webpack": "^3.0.0",
192
192
  "@putout/processor-css": "^10.0.0",
193
- "@putout/processor-filesystem": "^5.0.0",
193
+ "@putout/processor-filesystem": "^6.0.0",
194
194
  "@putout/processor-ignore": "^6.0.0",
195
195
  "@putout/processor-javascript": "^5.0.0",
196
196
  "@putout/processor-json": "^9.0.0",