putout 36.1.0 → 36.1.1
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 +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
2024.08.24, v36.1.1
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 2496b126c @putout/plugin-remove-useless-delete: report: Remove -> Avoid
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- cc32d29a7 package: @putout/plugin-convert-label-to-object v2.0.0
|
|
8
|
+
- d4792680b @putout/plugin-convert-label-to-object: drop support of 🐊 < 36
|
|
9
|
+
|
|
1
10
|
2024.08.23, v36.1.0
|
|
2
11
|
|
|
3
12
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "36.1.
|
|
3
|
+
"version": "36.1.1",
|
|
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",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"@putout/plugin-convert-concat-to-flat": "^1.0.0",
|
|
106
106
|
"@putout/plugin-convert-const-to-let": "^3.0.0",
|
|
107
107
|
"@putout/plugin-convert-index-of-to-includes": "^2.0.0",
|
|
108
|
-
"@putout/plugin-convert-label-to-object": "^
|
|
108
|
+
"@putout/plugin-convert-label-to-object": "^2.0.0",
|
|
109
109
|
"@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
|
|
110
110
|
"@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
|
|
111
111
|
"@putout/plugin-convert-optional-to-logical": "^4.0.0",
|