putout 40.0.10 → 40.0.11

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 +11 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,14 @@
1
+ 2025.04.22, v40.0.11
2
+
3
+ fix:
4
+ - 5547e4c38 @putout/test: ext -> extension
5
+
6
+ feature:
7
+ - 0d7a08058 putout: @putout/plugin-webpack v4.0.0
8
+ - 25abc610c @putout/processor-wasm: apply-nesting (xtuc/webassemblyjs#1208)
9
+ - 0bb7573f1 @putout/processor-wasm: drop support of 🐊 < 40
10
+ - 115d824d0 @putout/test: add ability to override ext
11
+
1
12
  2025.04.18, v40.0.10
2
13
 
3
14
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.0.10",
3
+ "version": "40.0.11",
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",
@@ -184,7 +184,7 @@
184
184
  "@putout/plugin-try-catch": "^5.0.0",
185
185
  "@putout/plugin-types": "^8.0.0",
186
186
  "@putout/plugin-typescript": "^12.0.0",
187
- "@putout/plugin-webpack": "^3.0.0",
187
+ "@putout/plugin-webpack": "^4.0.0",
188
188
  "@putout/processor-css": "^11.0.0",
189
189
  "@putout/processor-filesystem": "^6.0.0",
190
190
  "@putout/processor-ignore": "^6.0.0",