putout 42.4.5 → 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 +12 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
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
|
+
|
|
1
13
|
2026.04.15, v42.4.5
|
|
2
14
|
|
|
3
15
|
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",
|