putout 41.13.3 → 41.13.5
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 +16 -0
- package/package.json +5 -5
package/ChangeLog
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
2026.01.28, v41.13.5
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- e107c68a2 putout: @putout/plugin-convert-concat-to-flat v2.0.0
|
|
5
|
+
- 703ccb0da @putout/plugin-convert-concat-to-flat: migrate to ESM
|
|
6
|
+
- 2d8b1343a putout: @putout/plugin-apply-template-literals v5.0.0
|
|
7
|
+
- eb0666a27 @putout/plugin-apply-template-literals: migrate to ESM
|
|
8
|
+
- ccdcb29df putout: @putout/plugin-apply-starts-with v2.0.0
|
|
9
|
+
- f96ac7e92 @putout/plugin-apply-starts-with: migrate to ESM
|
|
10
|
+
|
|
11
|
+
2026.01.28, v41.13.4
|
|
12
|
+
|
|
13
|
+
feature:
|
|
14
|
+
- 8ddfc14f5 putout: @putout/plugin-remove-duplicate-case v4.0.0
|
|
15
|
+
- 53f7fae6c @putout/plugin-remove-duplicate-case: migrate to ESM
|
|
16
|
+
|
|
1
17
|
2026.01.28, v41.13.3
|
|
2
18
|
|
|
3
19
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.13.
|
|
3
|
+
"version": "41.13.5",
|
|
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",
|
|
@@ -94,13 +94,13 @@
|
|
|
94
94
|
"@putout/plugin-apply-global-this": "^1.0.0",
|
|
95
95
|
"@putout/plugin-apply-overrides": "^3.0.0",
|
|
96
96
|
"@putout/plugin-apply-shorthand-properties": "^7.0.0",
|
|
97
|
-
"@putout/plugin-apply-starts-with": "^
|
|
98
|
-
"@putout/plugin-apply-template-literals": "^
|
|
97
|
+
"@putout/plugin-apply-starts-with": "^2.0.0",
|
|
98
|
+
"@putout/plugin-apply-template-literals": "^5.0.0",
|
|
99
99
|
"@putout/plugin-arguments": "^1.0.0",
|
|
100
100
|
"@putout/plugin-assignment": "^2.0.0",
|
|
101
101
|
"@putout/plugin-browserlist": "^2.0.0",
|
|
102
102
|
"@putout/plugin-conditions": "^8.0.0",
|
|
103
|
-
"@putout/plugin-convert-concat-to-flat": "^
|
|
103
|
+
"@putout/plugin-convert-concat-to-flat": "^2.0.0",
|
|
104
104
|
"@putout/plugin-convert-index-of-to-includes": "^2.0.0",
|
|
105
105
|
"@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
|
|
106
106
|
"@putout/plugin-convert-object-entries-to-object-keys": "^1.0.0",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"@putout/plugin-regexp": "^13.0.0",
|
|
140
140
|
"@putout/plugin-remove-console": "^6.0.0",
|
|
141
141
|
"@putout/plugin-remove-debugger": "^8.0.0",
|
|
142
|
-
"@putout/plugin-remove-duplicate-case": "^
|
|
142
|
+
"@putout/plugin-remove-duplicate-case": "^4.0.0",
|
|
143
143
|
"@putout/plugin-remove-duplicate-keys": "^8.0.0",
|
|
144
144
|
"@putout/plugin-remove-empty": "^15.0.0",
|
|
145
145
|
"@putout/plugin-remove-iife": "^5.0.0",
|