putout 42.0.10 → 42.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 +14 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,17 @@
1
+ 2026.02.20, v42.0.11
2
+
3
+ fix:
4
+ - 9ef96fa12 @putout/engine-runner: validate: returns -> does not return
5
+
6
+ feature:
7
+ - 262c69cb1 putout: @putout/operator-add-args v15.0.0
8
+ - fa6e0f1c7 @putout/operator-add-args: drop support of 🐊 < 42
9
+ - bf961e9ef @putout/plugin-operator-add-args: config: add
10
+ - 3dfa8fce8 @putout/plugin-putout: add-path-arg-to-match: filter: exclude
11
+ - 9933c6e4e @putout/plugin-putotu-config: remove-empty: match support
12
+ - 7d6b6c75e @putout/engine-runner: include: returns: not array
13
+ - c1d9dd533 @putout/plugin-putout: remove-useless-source-argument: transformAsync
14
+
1
15
  2026.02.19, v42.0.10
2
16
 
3
17
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.10",
3
+ "version": "42.0.11",
4
4
  "type": "module",
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",
@@ -74,7 +74,7 @@
74
74
  "@putout/formatter-stream": "^6.0.0",
75
75
  "@putout/formatter-time": "^4.0.0",
76
76
  "@putout/operate": "^15.0.0",
77
- "@putout/operator-add-args": "^14.0.0",
77
+ "@putout/operator-add-args": "^15.0.0",
78
78
  "@putout/operator-declare": "^16.0.0",
79
79
  "@putout/operator-filesystem": "^11.0.0",
80
80
  "@putout/operator-find-file-up": "^2.0.0",