putout 42.0.21 → 42.0.22
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.
- package/ChangeLog +9 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
2026.02.28, v42.0.22
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- fac228965 putout: @putout/plugin-conditions v9.0.0
|
|
5
|
+
- d88df6685 putout: @putout/cli-choose-formatter v7.0.0
|
|
6
|
+
- eb8d22603 @putout/plugin-cli-choose-formatter: drop support of 🐊 < 42
|
|
7
|
+
- 064bb8096 @putout/plugin-conditions: drop support of 🐊 < 42
|
|
8
|
+
- 8e4fd98ec @putout/plugin-condition: apply-early-return: add
|
|
9
|
+
|
|
1
10
|
2026.02.28, v42.0.21
|
|
2
11
|
|
|
3
12
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.0.
|
|
3
|
+
"version": "42.0.22",
|
|
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",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@putout/babel": "^5.0.0",
|
|
53
53
|
"@putout/cli-cache": "^6.0.0",
|
|
54
|
-
"@putout/cli-choose-formatter": "^
|
|
54
|
+
"@putout/cli-choose-formatter": "^7.0.0",
|
|
55
55
|
"@putout/cli-keypress": "^4.0.0",
|
|
56
56
|
"@putout/cli-match": "^3.0.0",
|
|
57
57
|
"@putout/cli-process-file": "^6.0.0",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@putout/plugin-arguments": "^1.0.0",
|
|
103
103
|
"@putout/plugin-assignment": "^2.0.0",
|
|
104
104
|
"@putout/plugin-browserlist": "^2.0.0",
|
|
105
|
-
"@putout/plugin-conditions": "^
|
|
105
|
+
"@putout/plugin-conditions": "^9.0.0",
|
|
106
106
|
"@putout/plugin-convert-concat-to-flat": "^2.0.0",
|
|
107
107
|
"@putout/plugin-convert-index-of-to-includes": "^3.0.0",
|
|
108
108
|
"@putout/plugin-convert-object-entries-to-array-entries": "^4.0.0",
|