putout 36.7.0 → 36.8.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 +13 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2024.09.27, v36.8.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 2242decc7 putout: @putout/plugin-nodejs v12.0.0
|
|
5
|
+
- 425cef48a @putout/plugin-nodejs: drop support of 🐊 < 36
|
|
6
|
+
- dc160ba2d @putout/plugin-putout: add-path-arg-to-fix: body
|
|
7
|
+
- a24b23725 @putout/plugin-nodejs: remove-illigal-strict-mode: add (putoutjs/minify#28)
|
|
8
|
+
- dd34149f4 putout: @putout/plugin-convert-arguments-to-rest v3.0.0
|
|
9
|
+
- e3f4f6908 @putout/operate: getProperty: ObjectPattern support
|
|
10
|
+
- 6b454ed4f @putout/plugin-package-json: apply-https-to-repository-url: improve check
|
|
11
|
+
- 9bc776976 @putout/plugin-convert-arguments-to-rest: drop support of 🐊 < 36
|
|
12
|
+
- 48beb1a07 @putout/plugin-convert-arguments-to-rest: improve support of internal functions (putoutjs/minify#28)
|
|
13
|
+
|
|
1
14
|
2024.09.26, v36.7.0
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "36.
|
|
3
|
+
"version": "36.8.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",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"@putout/plugin-browserlist": "^2.0.0",
|
|
96
96
|
"@putout/plugin-conditions": "^5.0.0",
|
|
97
97
|
"@putout/plugin-convert-apply-to-spread": "^4.0.0",
|
|
98
|
-
"@putout/plugin-convert-arguments-to-rest": "^
|
|
98
|
+
"@putout/plugin-convert-arguments-to-rest": "^3.0.0",
|
|
99
99
|
"@putout/plugin-convert-array-copy-to-slice": "^3.0.0",
|
|
100
100
|
"@putout/plugin-convert-assignment-to-arrow-function": "^1.0.0",
|
|
101
101
|
"@putout/plugin-convert-assignment-to-comparison": "^2.0.0",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@putout/plugin-merge-duplicate-imports": "^11.0.0",
|
|
133
133
|
"@putout/plugin-montag": "^2.0.0",
|
|
134
134
|
"@putout/plugin-new": "^3.0.1",
|
|
135
|
-
"@putout/plugin-nodejs": "^
|
|
135
|
+
"@putout/plugin-nodejs": "^12.0.0",
|
|
136
136
|
"@putout/plugin-npmignore": "^5.0.0",
|
|
137
137
|
"@putout/plugin-package-json": "^8.0.0",
|
|
138
138
|
"@putout/plugin-promises": "^15.0.0",
|