putout 42.0.2 → 42.0.3
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.02.17, v42.0.3
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- ca696758d putout: @putout/operator-sort-ignore v2.0.0
|
|
5
|
+
- 404278ced @putout/operator-sort-ignore: add support of globs at the begining
|
|
6
|
+
- 5c76aed78 @putout/operator-sort-ignore: drop support of 🐊 < 42
|
|
7
|
+
|
|
1
8
|
2026.02.17, v42.0.2
|
|
2
9
|
|
|
3
10
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.0.
|
|
3
|
+
"version": "42.0.3",
|
|
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",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@putout/operator-regexp": "^4.0.0",
|
|
88
88
|
"@putout/operator-remove-files": "^1.0.0",
|
|
89
89
|
"@putout/operator-rename-files": "^6.0.0",
|
|
90
|
-
"@putout/operator-sort-ignore": "^
|
|
90
|
+
"@putout/operator-sort-ignore": "^2.0.0",
|
|
91
91
|
"@putout/plugin-apply-arrow": "^3.0.0",
|
|
92
92
|
"@putout/plugin-apply-at": "^3.0.0",
|
|
93
93
|
"@putout/plugin-apply-dot-notation": "^3.0.0",
|