putout 42.4.4 → 42.4.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.
- package/ChangeLog +19 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
2026.04.18, v42.4.6
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 35cb1a9fe @putout/plugin-npmignore: add: *.loc -> *.lock
|
|
5
|
+
- e50cb69b8 @putout/plugin-remove-useless-escape: report
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- d6066d3b7 putout: @putout/plugin-npmignore v8.0.0
|
|
9
|
+
- 50a733a32 @putout/plugin-npmignore: drop support of 🐊 < 42
|
|
10
|
+
- b8f84d12f @putout/plugin-remove-useless-escape: template: \$( -> $(
|
|
11
|
+
- c1cf1c947 @putout/processor-toml: oxfmt v0.45.0
|
|
12
|
+
|
|
13
|
+
2026.04.15, v42.4.5
|
|
14
|
+
|
|
15
|
+
feature:
|
|
16
|
+
- 91e1beffd putout: @putout/plugin-remove-duplicate-case v5.0.0
|
|
17
|
+
- 868e5f2a2 @putout/plugin-remove-duplicate-case: drop support of 🐊 < 42
|
|
18
|
+
- 578221c5b @putout/plugin-remove-duplicate-case: no node
|
|
19
|
+
|
|
1
20
|
2026.04.15, v42.4.4
|
|
2
21
|
|
|
3
22
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.4.
|
|
3
|
+
"version": "42.4.6",
|
|
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",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"@putout/plugin-montag": "^5.0.0",
|
|
135
135
|
"@putout/plugin-new": "^5.0.0",
|
|
136
136
|
"@putout/plugin-nodejs": "^21.0.0",
|
|
137
|
-
"@putout/plugin-npmignore": "^
|
|
137
|
+
"@putout/plugin-npmignore": "^8.0.0",
|
|
138
138
|
"@putout/plugin-optional-chaining": "^3.0.0",
|
|
139
139
|
"@putout/plugin-package-json": "^11.0.0",
|
|
140
140
|
"@putout/plugin-parens": "^5.0.0",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"@putout/plugin-regexp": "^14.0.0",
|
|
145
145
|
"@putout/plugin-remove-console": "^7.0.0",
|
|
146
146
|
"@putout/plugin-remove-debugger": "^9.0.0",
|
|
147
|
-
"@putout/plugin-remove-duplicate-case": "^
|
|
147
|
+
"@putout/plugin-remove-duplicate-case": "^5.0.0",
|
|
148
148
|
"@putout/plugin-remove-duplicate-elements": "^1.0.0",
|
|
149
149
|
"@putout/plugin-remove-duplicate-keys": "^9.0.0",
|
|
150
150
|
"@putout/plugin-remove-empty": "^15.0.0",
|