putout 39.0.6 → 39.0.7

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 +5 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2025.03.22, v39.0.7
2
+
3
+ feature:
4
+ - 2217f8299 putout: @putout/operator-add-args v11.0.1
5
+
1
6
  2025.03.22, v39.0.6
2
7
 
3
8
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.0.6",
3
+ "version": "39.0.7",
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",
@@ -77,7 +77,7 @@
77
77
  "@putout/formatter-stream": "^5.0.0",
78
78
  "@putout/formatter-time": "^3.0.0",
79
79
  "@putout/operate": "^13.0.0",
80
- "@putout/operator-add-args": "^10.0.1",
80
+ "@putout/operator-add-args": "^11.0.1",
81
81
  "@putout/operator-declare": "^12.0.0",
82
82
  "@putout/operator-filesystem": "^7.0.0",
83
83
  "@putout/operator-ignore": "^2.0.0",