putout 40.0.2 → 40.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 +14 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,17 @@
1
+ 2025.04.14, v40.0.4
2
+
3
+ feature:
4
+ - bc32c601d putout: @putout/plugin-apply-overrides v3.0.0
5
+ - 845a0764e @putout/plugin-apply-overrides: convert to ESM
6
+ - a09f6f0f6 @putout/engine-parser: hermes-parser v0.28.0
7
+
8
+ 2025.04.10, v40.0.3
9
+
10
+ feature:
11
+ - d64a2a7b1 putout: @putout/plugin-types v8.0.0
12
+ - 965852122 @putout/plugin-types: migrate to ESM
13
+ - 41f7b1c24 @putout/plugin-esm: add resolve-imported-file
14
+
1
15
  2025.04.09, v40.0.2
2
16
 
3
17
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.0.2",
3
+ "version": "40.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",
@@ -92,7 +92,7 @@
92
92
  "@putout/plugin-apply-destructuring": "^9.0.0",
93
93
  "@putout/plugin-apply-dot-notation": "^2.0.0",
94
94
  "@putout/plugin-apply-flat-map": "^3.0.0",
95
- "@putout/plugin-apply-overrides": "^2.0.0",
95
+ "@putout/plugin-apply-overrides": "^3.0.0",
96
96
  "@putout/plugin-apply-shorthand-properties": "^6.0.0",
97
97
  "@putout/plugin-apply-starts-with": "^1.0.0",
98
98
  "@putout/plugin-apply-template-literals": "^4.0.0",
@@ -182,7 +182,7 @@
182
182
  "@putout/plugin-split-variable-declarations": "^4.0.0",
183
183
  "@putout/plugin-tape": "^18.0.0",
184
184
  "@putout/plugin-try-catch": "^5.0.0",
185
- "@putout/plugin-types": "^7.0.0",
185
+ "@putout/plugin-types": "^8.0.0",
186
186
  "@putout/plugin-typescript": "^11.0.0",
187
187
  "@putout/plugin-webpack": "^3.0.0",
188
188
  "@putout/processor-css": "^11.0.0",