putout 41.11.0 → 41.12.0

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
+ 2026.01.23, v41.12.0
2
+
3
+ feature:
4
+ - e38ad2918 putout: @putout/plugin-nodejs v20.0.0
5
+ - 615579316 putout: @putout/plugin-esm v8.0.0
6
+ - 593deed2b putout: @putout/operator-find-file-up v2.0.0
7
+ - d66406fc6 @putout/operator-find-file-up: result: tuple -> single
8
+ - 7a9875901 @putout/plugin-putout: declare: getFile: add
9
+ - 10ae903eb @putout/operator-filesystem: getFile: add
10
+ - b1c60cff5 @putout/operator-filesystem: createDirectory: exists
11
+
1
12
  2026.01.23, v41.11.0
2
13
 
3
14
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.11.0",
3
+ "version": "41.12.0",
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",
@@ -84,7 +84,7 @@
84
84
  "@putout/operator-add-args": "^14.0.0",
85
85
  "@putout/operator-declare": "^16.0.0",
86
86
  "@putout/operator-filesystem": "^10.0.0",
87
- "@putout/operator-find-file-up": "^1.0.0",
87
+ "@putout/operator-find-file-up": "^2.0.0",
88
88
  "@putout/operator-ignore": "^5.0.0",
89
89
  "@putout/operator-json": "^3.0.0",
90
90
  "@putout/operator-jsx": "^3.0.0",
@@ -120,7 +120,7 @@
120
120
  "@putout/plugin-declare-before-reference": "^9.0.0",
121
121
  "@putout/plugin-destructuring": "^1.0.0",
122
122
  "@putout/plugin-eslint": "^15.0.0",
123
- "@putout/plugin-esm": "^7.0.0",
123
+ "@putout/plugin-esm": "^8.0.0",
124
124
  "@putout/plugin-extract-sequence-expressions": "^4.0.0",
125
125
  "@putout/plugin-filesystem": "^12.0.0",
126
126
  "@putout/plugin-for-of": "^11.0.0",
@@ -135,7 +135,7 @@
135
135
  "@putout/plugin-merge-duplicate-functions": "^4.0.0",
136
136
  "@putout/plugin-montag": "^4.0.0",
137
137
  "@putout/plugin-new": "^5.0.0",
138
- "@putout/plugin-nodejs": "^19.0.0",
138
+ "@putout/plugin-nodejs": "^20.0.0",
139
139
  "@putout/plugin-npmignore": "^5.0.0",
140
140
  "@putout/plugin-optional-chaining": "^2.0.0",
141
141
  "@putout/plugin-package-json": "^10.0.0",