putout 41.24.0 → 41.25.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.
Files changed (3) hide show
  1. package/ChangeLog +10 -0
  2. package/package.json +1 -1
  3. package/putout.json +14 -14
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2026.02.15, v41.25.0
2
+
3
+ fix:
4
+ - 0309987e3 @putout/plugin-converage: names
5
+
6
+ feature:
7
+ - 73b58c941 putout: simplify ignore
8
+ - b324c6979 eslint-plugin-putout: private imports
9
+ - 1fa23da58 @putout/plugin-coverage: sort
10
+
1
11
  2026.02.15, v41.24.0
2
12
 
3
13
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.24.0",
3
+ "version": "41.25.0",
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",
package/putout.json CHANGED
@@ -161,20 +161,20 @@
161
161
  }
162
162
  },
163
163
  "ignore": [
164
- "**/node_modules",
165
- "**/fixture",
166
- "**/.nyc_output",
167
- "**/.yarn",
168
- "**/yarn.lock",
169
- "**/yarn-error.log",
170
- "**/.pnp.*",
171
- "**/coverage",
172
- "**/dist",
173
- "**/dist-dev",
174
- "**/build",
175
- "**/package-lock.json",
176
- "**/.idea",
177
- "**/.git"
164
+ "node_modules",
165
+ "fixture",
166
+ ".nyc_output",
167
+ ".yarn",
168
+ "yarn.lock",
169
+ "yarn-error.log",
170
+ ".pnp.*",
171
+ "coverage",
172
+ "dist",
173
+ "dist-dev",
174
+ "build",
175
+ "package-lock.json",
176
+ ".idea",
177
+ ".git"
178
178
  ],
179
179
  "rules": {
180
180
  "coverage": "off",