putout 29.0.6 → 29.0.7
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 +10 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
2023.03.10, v29.0.7
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 39a973e5c @putout/plugin-declare-before-reference: exclude ExportNamedDeclaration (#134)
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 9eca8816c package: @putout/plugin-declare-before-reference v2.0.0
|
|
8
|
+
- aff993608 @putout/plugin-declare-before-reference: drop support of 🐊 < 29
|
|
9
|
+
- d1743b555 @putout/plugin-declare-before-reference: drop support of node < 16
|
|
10
|
+
|
|
1
11
|
2023.03.10, v29.0.6
|
|
2
12
|
|
|
3
13
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "29.0.
|
|
3
|
+
"version": "29.0.7",
|
|
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",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"@putout/plugin-convert-to-arrow-function": "^3.0.0",
|
|
105
105
|
"@putout/plugin-convert-typeof-to-is-type": "^2.0.0",
|
|
106
106
|
"@putout/plugin-declare": "^1.0.1",
|
|
107
|
-
"@putout/plugin-declare-before-reference": "^
|
|
107
|
+
"@putout/plugin-declare-before-reference": "^2.0.0",
|
|
108
108
|
"@putout/plugin-declare-imports-first": "^2.0.0",
|
|
109
109
|
"@putout/plugin-eslint": "^4.2.0",
|
|
110
110
|
"@putout/plugin-extract-object-properties": "^8.0.0",
|