putout 40.2.8 → 40.3.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 +11 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
2025.06.02, v40.3.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- fdd539c23 putout: @putout/plugin-logical-expressions v8.0.0
|
|
5
|
+
- 084d941b0 @putout/plugin-logical-expressions: migrate to ESM
|
|
6
|
+
- befec0d6b @putout/plugin-putout: apply-lowercase-to-node-builders: rename
|
|
7
|
+
- b91540e40 @putout/plugin-travis: drop support of node < 20
|
|
8
|
+
- cd3b0569d @putout/plugin-travis: apply lowercase
|
|
9
|
+
- ebb094d25 @putout/plugin-putout: apply-lowercase-to-node-builders: referenced identifier
|
|
10
|
+
- 5fb97aabf @putout/plugin-merge-destructuring-properties: no loc
|
|
11
|
+
|
|
1
12
|
2025.06.01, v40.2.8
|
|
2
13
|
|
|
3
14
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.
|
|
3
|
+
"version": "40.3.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",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"@putout/plugin-github": "^16.0.0",
|
|
126
126
|
"@putout/plugin-gitignore": "^6.0.0",
|
|
127
127
|
"@putout/plugin-labels": "^2.0.0",
|
|
128
|
-
"@putout/plugin-logical-expressions": "^
|
|
128
|
+
"@putout/plugin-logical-expressions": "^8.0.0",
|
|
129
129
|
"@putout/plugin-madrun": "^21.0.0",
|
|
130
130
|
"@putout/plugin-math": "^4.0.0",
|
|
131
131
|
"@putout/plugin-maybe": "^4.0.0",
|