putout 36.14.0 → 36.15.0
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 +8 -0
- package/package.json +3 -2
- package/putout.json +1 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
2024.12.02, v36.15.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- e4e166626 putout: @putout/plugin-montag v3.0.0
|
|
5
|
+
- d91e1b6c2 @putout/plugin-montag: drop support of 🐊 < 36
|
|
6
|
+
- 54655bb2a @putout/plugin-add-missing-parens: add
|
|
7
|
+
- be091a186 @putout/plugin-apply-shorthand-properties: ImportSpecifier: <StringLiteral>imported.value === <Identifier>local.name'
|
|
8
|
+
|
|
1
9
|
2024.11.27, v36.14.0
|
|
2
10
|
|
|
3
11
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "36.
|
|
3
|
+
"version": "36.15.0",
|
|
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",
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"@putout/operator-match-files": "^5.0.0",
|
|
84
84
|
"@putout/operator-regexp": "^1.0.0",
|
|
85
85
|
"@putout/operator-rename-files": "^2.0.0",
|
|
86
|
+
"@putout/plugin-add-missing-parens": "^1.0.0",
|
|
86
87
|
"@putout/plugin-apply-at": "^2.0.0",
|
|
87
88
|
"@putout/plugin-apply-destructuring": "^7.0.0",
|
|
88
89
|
"@putout/plugin-apply-dot-notation": "^2.0.0",
|
|
@@ -131,7 +132,7 @@
|
|
|
131
132
|
"@putout/plugin-merge-destructuring-properties": "^10.0.0",
|
|
132
133
|
"@putout/plugin-merge-duplicate-functions": "^2.0.0",
|
|
133
134
|
"@putout/plugin-merge-duplicate-imports": "^11.0.0",
|
|
134
|
-
"@putout/plugin-montag": "^
|
|
135
|
+
"@putout/plugin-montag": "^3.0.0",
|
|
135
136
|
"@putout/plugin-new": "^3.0.1",
|
|
136
137
|
"@putout/plugin-nodejs": "^12.0.0",
|
|
137
138
|
"@putout/plugin-npmignore": "^5.0.0",
|