putout 35.16.1 → 35.16.2
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 +1 -1
- package/putout.json +0 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
2024.04.26, v35.16.2
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 7a30d7c7f @putout/plugin-github: set-node-version: drop node v21 EOL
|
|
5
|
+
- 2079a3481 @putout/plugin-eslint: apply-match-to-flat: exclude not two properties
|
|
6
|
+
- 924f9b1fc @putout/plugin-eslint: apply-match-to-files: exclude objects whith no rules or files
|
|
7
|
+
|
|
1
8
|
2024.04.25, v35.16.1
|
|
2
9
|
|
|
3
10
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.16.
|
|
3
|
+
"version": "35.16.2",
|
|
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",
|