putout 39.7.0 → 39.7.2
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 +13 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2025.04.03, v39.7.2
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 8a4d4c6f3 putout: @putout/plugin-esm v3.0.0
|
|
5
|
+
- 54b1f9f0a @putout/plugin-esm: migrate to ESM
|
|
6
|
+
- 91efff3de @putout/plugin-putout: declare: types: exclude: import
|
|
7
|
+
|
|
8
|
+
2025.04.02, v39.7.1
|
|
9
|
+
|
|
10
|
+
feature:
|
|
11
|
+
- de3d3173b putout: @putout/plugin-merge-duplicate-functions v3.0.0
|
|
12
|
+
- 94d163aa4 @putout/plugin-merge-duplicate-functions: convert to ESM
|
|
13
|
+
|
|
1
14
|
2025.04.01, v39.7.0
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "39.7.
|
|
3
|
+
"version": "39.7.2",
|
|
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",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@putout/plugin-declare": "^5.0.0",
|
|
116
116
|
"@putout/plugin-declare-before-reference": "^6.0.0",
|
|
117
117
|
"@putout/plugin-eslint": "^13.0.0",
|
|
118
|
-
"@putout/plugin-esm": "^
|
|
118
|
+
"@putout/plugin-esm": "^3.0.0",
|
|
119
119
|
"@putout/plugin-extract-keywords-from-variables": "^2.0.0",
|
|
120
120
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
121
121
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"@putout/plugin-math": "^3.0.0",
|
|
131
131
|
"@putout/plugin-maybe": "^3.0.0",
|
|
132
132
|
"@putout/plugin-merge-destructuring-properties": "^11.0.0",
|
|
133
|
-
"@putout/plugin-merge-duplicate-functions": "^
|
|
133
|
+
"@putout/plugin-merge-duplicate-functions": "^3.0.0",
|
|
134
134
|
"@putout/plugin-montag": "^4.0.0",
|
|
135
135
|
"@putout/plugin-new": "^4.0.0",
|
|
136
136
|
"@putout/plugin-nodejs": "^15.0.0",
|