putout 41.4.0 → 41.4.2

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 +17 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2026.01.02, v41.4.2
2
+
3
+ feature:
4
+ - 249be5792 putout: @putout/engine-processor v16.0.0
5
+ - fd80e658f @putout/engine-processor: migrate to ESM
6
+
7
+ 2026.01.01, v41.4.1
8
+
9
+ fix:
10
+ - 7624ce5f1 @putout/engine-loader: get back nano-memoize
11
+
12
+ feature:
13
+ - 6704b8f12 putout: @putout/operator-keyword v4.0.0
14
+ - 65b6758e4 @putout/operator-keyword: migrate to ESM
15
+ - 4636adf25 @putout/operator-keyword: drop support of node < 22
16
+ - 05c7ddb0b @putout/operator-keyword: debugger: add
17
+
1
18
  2026.01.01, v41.4.0
2
19
 
3
20
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.4.0",
3
+ "version": "41.4.2",
4
4
  "type": "module",
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",
@@ -64,7 +64,7 @@
64
64
  "@putout/compare": "^19.0.0",
65
65
  "@putout/engine-loader": "^17.0.0",
66
66
  "@putout/engine-parser": "^15.0.1",
67
- "@putout/engine-processor": "^15.0.0",
67
+ "@putout/engine-processor": "^16.0.0",
68
68
  "@putout/engine-reporter": "^8.0.2",
69
69
  "@putout/engine-runner": "^27.0.0",
70
70
  "@putout/formatter-codeframe": "^10.0.0",
@@ -84,7 +84,7 @@
84
84
  "@putout/operator-ignore": "^4.0.0",
85
85
  "@putout/operator-json": "^2.0.0",
86
86
  "@putout/operator-jsx": "^2.0.0",
87
- "@putout/operator-keyword": "^3.0.0",
87
+ "@putout/operator-keyword": "^4.0.0",
88
88
  "@putout/operator-match-files": "^10.0.0",
89
89
  "@putout/operator-parens": "^3.0.0",
90
90
  "@putout/operator-regexp": "^3.0.0",