putout 39.0.3 → 39.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 +11 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,14 @@
1
+ 2025.03.22, v39.0.4
2
+
3
+ feature:
4
+ - 22da9682f putout: @putout/compare v17.0.0
5
+ - 68af3aa91 @putout/compare: drop support of node < 20
6
+ - f202f7919 @putout/compare: @putout/engine-parser v13.0.0
7
+ - aed617aaf putout: @putout/engine-runner v24.0.0
8
+ - 709484533 @putout/engine-runner: @putout/engine-parser v13.0.0
9
+ - 43bb04896 putout: @putout/operator-match-files v7.0.0
10
+ - 7f2912020 @putout/operator-match-files: drop support of node < 20
11
+
1
12
  2025.03.22, v39.0.3
2
13
 
3
14
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.0.3",
3
+ "version": "39.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",
@@ -60,12 +60,12 @@
60
60
  "@putout/cli-ruler": "^3.0.0",
61
61
  "@putout/cli-staged": "^1.0.0",
62
62
  "@putout/cli-validate-args": "^2.0.0",
63
- "@putout/compare": "^16.0.0",
63
+ "@putout/compare": "^17.0.0",
64
64
  "@putout/engine-loader": "^15.0.0",
65
65
  "@putout/engine-parser": "^13.0.0",
66
66
  "@putout/engine-processor": "^13.0.0",
67
67
  "@putout/engine-reporter": "^3.0.0",
68
- "@putout/engine-runner": "^23.0.1",
68
+ "@putout/engine-runner": "^24.0.0",
69
69
  "@putout/formatter-codeframe": "^8.0.0",
70
70
  "@putout/formatter-dump": "^5.0.0",
71
71
  "@putout/formatter-frame": "^7.0.0",
@@ -83,7 +83,7 @@
83
83
  "@putout/operator-ignore": "^2.0.0",
84
84
  "@putout/operator-json": "^2.0.0",
85
85
  "@putout/operator-keyword": "^2.0.0",
86
- "@putout/operator-match-files": "^6.0.1",
86
+ "@putout/operator-match-files": "^7.0.0",
87
87
  "@putout/operator-parens": "^1.0.0",
88
88
  "@putout/operator-regexp": "^1.0.0",
89
89
  "@putout/operator-rename-files": "^2.0.0",