putout 42.0.7 → 42.0.9
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 +14 -0
- package/lib/operator.js +1 -0
- package/package.json +3 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
2026.02.19, v42.0.9
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 6ea9c1d80 @putout/plugin-rename-properties: add
|
|
5
|
+
- c546f4e4a @putout/plugin-putout: declare: renameProperties
|
|
6
|
+
|
|
7
|
+
2026.02.18, v42.0.8
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- ec2904684 @putout/operator-ignore: difference
|
|
11
|
+
- 304146d6d @putout/operator-remove-files: difference
|
|
12
|
+
- f475fd209 putout: @putout/plugin-declare v8.0.0
|
|
13
|
+
- 5092d71a8 @putout/plugin-declare: difference: add
|
|
14
|
+
|
|
1
15
|
2026.02.18, v42.0.7
|
|
2
16
|
|
|
3
17
|
feature:
|
package/lib/operator.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.0.
|
|
3
|
+
"version": "42.0.9",
|
|
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",
|
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
"@putout/operator-regexp": "^4.0.0",
|
|
88
88
|
"@putout/operator-remove-files": "^1.0.0",
|
|
89
89
|
"@putout/operator-rename-files": "^6.0.0",
|
|
90
|
+
"@putout/operator-rename-properties": "^1.0.0",
|
|
90
91
|
"@putout/operator-sort-ignore": "^2.0.0",
|
|
91
92
|
"@putout/plugin-apply-arrow": "^3.0.0",
|
|
92
93
|
"@putout/plugin-apply-at": "^3.0.0",
|
|
@@ -110,7 +111,7 @@
|
|
|
110
111
|
"@putout/plugin-convert-template-to-string": "^3.0.0",
|
|
111
112
|
"@putout/plugin-convert-to-arrow-function": "^5.0.0",
|
|
112
113
|
"@putout/plugin-coverage": "^3.0.0",
|
|
113
|
-
"@putout/plugin-declare": "^
|
|
114
|
+
"@putout/plugin-declare": "^8.0.0",
|
|
114
115
|
"@putout/plugin-declare-before-reference": "^9.0.0",
|
|
115
116
|
"@putout/plugin-destructuring": "^1.0.0",
|
|
116
117
|
"@putout/plugin-eslint": "^15.0.0",
|