putout 40.1.2 → 40.1.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.
Files changed (2) hide show
  1. package/ChangeLog +6 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2025.05.11, v40.1.3
2
+
3
+ feature:
4
+ - b42303a64 putout: @putout/plugin-remove-useless-map v2.0.0
5
+ - 94fe6182f @putout/plugin-remove-useless-map: migrate to ESM
6
+
1
7
  2025.05.10, v40.1.2
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.1.2",
3
+ "version": "40.1.3",
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",
@@ -167,7 +167,7 @@
167
167
  "@putout/plugin-remove-useless-delete": "^1.0.1",
168
168
  "@putout/plugin-remove-useless-escape": "^7.0.0",
169
169
  "@putout/plugin-remove-useless-functions": "^4.0.0",
170
- "@putout/plugin-remove-useless-map": "^1.0.0",
170
+ "@putout/plugin-remove-useless-map": "^2.0.0",
171
171
  "@putout/plugin-remove-useless-operand": "^2.0.0",
172
172
  "@putout/plugin-remove-useless-push": "^2.0.0",
173
173
  "@putout/plugin-remove-useless-replace": "^2.0.0",