putout 41.10.0 → 41.10.1
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 +7 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
2026.01.19, v41.10.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 1e759d01d putout: @putout/plugin-math v5.0.0
|
|
5
|
+
- fed6904d1 @putout/plugin-math: drop support of 🐊 < 41
|
|
6
|
+
- 0b9e410f7 @putout/plugin-math: remove-unchanged-zero-declarations: destructuring
|
|
7
|
+
|
|
1
8
|
2026.01.19, v41.10.0
|
|
2
9
|
|
|
3
10
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.10.
|
|
3
|
+
"version": "41.10.1",
|
|
4
4
|
"type": "module",
|
|
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",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"@putout/plugin-labels": "^2.0.0",
|
|
128
128
|
"@putout/plugin-logical-expressions": "^8.0.0",
|
|
129
129
|
"@putout/plugin-madrun": "^23.0.0",
|
|
130
|
-
"@putout/plugin-math": "^
|
|
130
|
+
"@putout/plugin-math": "^5.0.0",
|
|
131
131
|
"@putout/plugin-maybe": "^4.0.0",
|
|
132
132
|
"@putout/plugin-merge-duplicate-functions": "^4.0.0",
|
|
133
133
|
"@putout/plugin-montag": "^4.0.0",
|