putout 35.0.3 → 35.0.5
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
|
+
2024.02.02, v35.0.5
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 63b5807f5 putout: @putout/plugin-filesystem v4.0.0
|
|
5
|
+
- d511e220e @putout/plugin-filesystem: drop support of 🐊 < 35
|
|
6
|
+
- de574f7a4 @putout/plugin-convert-js-to-json: add support of CommonJS
|
|
7
|
+
|
|
8
|
+
2024.02.01, v35.0.4
|
|
9
|
+
|
|
10
|
+
feature:
|
|
11
|
+
- 4c522446e putout: @putout/plugin-declare v3.0.0
|
|
12
|
+
- 4792e1a9b @putout/plugin-declare: drop support of node < 18
|
|
13
|
+
|
|
1
14
|
2024.02.01, v35.0.3
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.0.
|
|
3
|
+
"version": "35.0.5",
|
|
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",
|
|
@@ -107,13 +107,13 @@
|
|
|
107
107
|
"@putout/plugin-convert-quotes-to-backticks": "^3.0.0",
|
|
108
108
|
"@putout/plugin-convert-template-to-string": "^1.0.0",
|
|
109
109
|
"@putout/plugin-convert-to-arrow-function": "^4.0.0",
|
|
110
|
-
"@putout/plugin-declare": "^
|
|
110
|
+
"@putout/plugin-declare": "^3.0.0",
|
|
111
111
|
"@putout/plugin-declare-before-reference": "^3.0.0",
|
|
112
112
|
"@putout/plugin-declare-imports-first": "^2.0.0",
|
|
113
113
|
"@putout/plugin-eslint": "^7.0.0",
|
|
114
114
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
115
115
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
116
|
-
"@putout/plugin-filesystem": "^
|
|
116
|
+
"@putout/plugin-filesystem": "^4.0.0",
|
|
117
117
|
"@putout/plugin-for-of": "^4.0.0",
|
|
118
118
|
"@putout/plugin-github": "^11.0.0",
|
|
119
119
|
"@putout/plugin-gitignore": "^4.0.0",
|