putout 38.0.4 → 38.0.5

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 +8 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2025.02.03, v38.0.5
2
+
3
+ feature:
4
+ - f4cc6a711 putout: @putout/plugin-putout-config v8.0.0
5
+ - ffeb3951a putout: @putout/plugin-esm v2.0.0
6
+ - a08863ef9 @putout/plugin-esm: drop support of 🐊 < 38
7
+ - 33e0c6129 @putout/plugin-esm: declare-imports-first: exclude not ESM
8
+
1
9
  2025.02.02, v38.0.4
2
10
 
3
11
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.0.4",
3
+ "version": "38.0.5",
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",
@@ -139,7 +139,7 @@
139
139
  "@putout/plugin-parens": "^1.0.0",
140
140
  "@putout/plugin-promises": "^16.0.0",
141
141
  "@putout/plugin-putout": "^23.0.0",
142
- "@putout/plugin-putout-config": "^7.0.1",
142
+ "@putout/plugin-putout-config": "^8.0.0",
143
143
  "@putout/plugin-regexp": "^9.0.0",
144
144
  "@putout/plugin-remove-console": "^6.0.0",
145
145
  "@putout/plugin-remove-constant-conditions": "^4.0.0",