putout 41.8.0 → 41.8.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.
Files changed (3) hide show
  1. package/ChangeLog +12 -0
  2. package/package.json +1 -1
  3. package/putout.json +0 -3
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2026.01.14, v41.8.1
2
+
3
+ feature:
4
+ - 4237b09bf putout: ignore: rm useless images formats
5
+ - 79f048624 @putout/plugin-filesystem: convert-simple-filesystem-to-filesystem: useless-tuple: simplify
6
+ - 97fbeb76a @putout/processor-filesystem: get rid of cjs
7
+ - 737456991 @putout/processor-json: get rid of cjs
8
+ - aa1fd67e3 putout: @putout/plugin-madrun v23.0.0
9
+ - f44cbfde6 @putout/plugin-filesystem: convert-simple-filesystem-to-filesystem: add support of one element tuple
10
+ - 477072f4f @putout/plugin-filesystem: get rid of cjs files
11
+ - fed1983de @putout/plugin-madrun: rename-file: add
12
+
1
13
  2026.01.14, v41.8.0
2
14
 
3
15
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.8.0",
3
+ "version": "41.8.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",
package/putout.json CHANGED
@@ -164,9 +164,6 @@
164
164
  "**/.yarn",
165
165
  "**/yarn.lock",
166
166
  "**/yarn-error.log",
167
- "**/*.gif",
168
- "**/*.png",
169
- "**/*.jpeg",
170
167
  "**/.pnp.*",
171
168
  "**/coverage",
172
169
  "**/dist",