putout 38.0.3 → 38.0.4

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 +7 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2025.02.02, v38.0.4
2
+
3
+ feature:
4
+ - bdd6ae17a putout: @putout/plugin-esm v2.0.0
5
+ - 9b4ea5c24 @putout/plugin-esm: drop support of 🐊 < 38
6
+ - 7017b762e @putout/plugin-esm: declare-imports-first: exclude not ESM
7
+
1
8
  2025.02.02, v38.0.3
2
9
 
3
10
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.0.3",
3
+ "version": "38.0.4",
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",
@@ -114,7 +114,7 @@
114
114
  "@putout/plugin-declare": "^4.0.0",
115
115
  "@putout/plugin-declare-before-reference": "^5.0.0",
116
116
  "@putout/plugin-eslint": "^10.0.0",
117
- "@putout/plugin-esm": "^1.0.0",
117
+ "@putout/plugin-esm": "^2.0.0",
118
118
  "@putout/plugin-extract-keywords-from-variables": "^2.0.0",
119
119
  "@putout/plugin-extract-object-properties": "^9.0.0",
120
120
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",