putout 39.7.1 → 39.7.3
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.3
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 4269914dd putout: @putout/plugin-maybe v4.0.0
|
|
5
|
+
- 904b69bf5 @putout/plugin-maybe: migrate to ESM
|
|
6
|
+
|
|
7
|
+
2025.04.03, v39.7.2
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- 8a4d4c6f3 putout: @putout/plugin-esm v3.0.0
|
|
11
|
+
- 54b1f9f0a @putout/plugin-esm: migrate to ESM
|
|
12
|
+
- 91efff3de @putout/plugin-putout: declare: types: exclude: import
|
|
13
|
+
|
|
1
14
|
2025.04.02, v39.7.1
|
|
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.3",
|
|
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",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"@putout/plugin-logical-expressions": "^7.0.0",
|
|
129
129
|
"@putout/plugin-madrun": "^21.0.0",
|
|
130
130
|
"@putout/plugin-math": "^3.0.0",
|
|
131
|
-
"@putout/plugin-maybe": "^
|
|
131
|
+
"@putout/plugin-maybe": "^4.0.0",
|
|
132
132
|
"@putout/plugin-merge-destructuring-properties": "^11.0.0",
|
|
133
133
|
"@putout/plugin-merge-duplicate-functions": "^3.0.0",
|
|
134
134
|
"@putout/plugin-montag": "^4.0.0",
|