putout 41.3.4 → 41.4.1

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 +22 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,25 @@
1
+ 2026.01.01, v41.4.1
2
+
3
+ fix:
4
+ - 7624ce5f1 @putout/engine-loader: get back nano-memoize
5
+
6
+ feature:
7
+ - 6704b8f12 putout: @putout/operator-keyword v4.0.0
8
+ - 65b6758e4 @putout/operator-keyword: migrate to ESM
9
+ - 4636adf25 @putout/operator-keyword: drop support of node < 22
10
+ - 05c7ddb0b @putout/operator-keyword: debugger: add
11
+
12
+ 2026.01.01, v41.4.0
13
+
14
+ fix:
15
+ - b8951a913 @putout/declare: record: shorten field name
16
+ - 4d00a0e2d babel-plugin-putout: strict-mode
17
+ - 5896aa7dd @putout/plugin-nodejs: remove-useless-strict-mode: couple in ESM
18
+
19
+ feature:
20
+ - fe0484ab9 putout: @putout/engine-runner v27.0.0
21
+ - a5a9d85e6 @putout/engine-runner: migrate to ESM
22
+
1
23
  2026.01.01, v41.3.4
2
24
 
3
25
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.3.4",
3
+ "version": "41.4.1",
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",
@@ -66,7 +66,7 @@
66
66
  "@putout/engine-parser": "^15.0.1",
67
67
  "@putout/engine-processor": "^15.0.0",
68
68
  "@putout/engine-reporter": "^8.0.2",
69
- "@putout/engine-runner": "^26.0.0",
69
+ "@putout/engine-runner": "^27.0.0",
70
70
  "@putout/formatter-codeframe": "^10.0.0",
71
71
  "@putout/formatter-dump": "^6.0.0",
72
72
  "@putout/formatter-frame": "^9.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",