putout 33.3.0 → 33.4.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 +15 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
2023.11.14, v33.4.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- e73bed76f @putout/plugin-nodejs: add-node-preget back native module
|
|
5
|
+
- aad6a94dc @putout/plugin-nodejs: add-node-preadd is-builtin-module to get esm.sh working
|
|
6
|
+
- d97ebfc58 @putout/plugin-nodejs: add-node-preprefix
|
|
7
|
+
- f3a4f5e5b @putout/plugin-conditions: repository url
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- 6cfce4c4c putout: @putout/plugin-remove-useless-return v6.0.0
|
|
11
|
+
- 59c459244 @putout/plugin-remove-useless-return: drop support of 🐊 < 33
|
|
12
|
+
- 984982c23 @putout/plugin-remove-useless-return: exclude complex params
|
|
13
|
+
- 09f3abf4f @putout/cli-filesystem: readFileContent, writeFileContent
|
|
14
|
+
- 17a34ada8 @putout/operator-filesystem: readFileContent, writeFileContent
|
|
15
|
+
|
|
1
16
|
2023.11.13, v33.3.0
|
|
2
17
|
|
|
3
18
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "33.
|
|
3
|
+
"version": "33.4.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",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"@putout/plugin-remove-useless-map": "^1.0.0",
|
|
149
149
|
"@putout/plugin-remove-useless-operand": "^2.0.0",
|
|
150
150
|
"@putout/plugin-remove-useless-replace": "^1.0.1",
|
|
151
|
-
"@putout/plugin-remove-useless-return": "^
|
|
151
|
+
"@putout/plugin-remove-useless-return": "^6.0.0",
|
|
152
152
|
"@putout/plugin-remove-useless-spread": "^9.0.0",
|
|
153
153
|
"@putout/plugin-remove-useless-template-expressions": "^2.0.0",
|
|
154
154
|
"@putout/plugin-remove-useless-variables": "^10.0.0",
|