putout 41.7.2 → 41.7.3
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.
- package/ChangeLog +8 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
2026.01.13, v41.7.3
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- b49ff7073 putout: @putout/plugin-nodejs v19.0.0
|
|
5
|
+
- be4a9e1a8 @putout/plugin-nodejs: convert-commonjs-to-esm: splitter: - -> /
|
|
6
|
+
- 0ab7e9c16 putout: @putout/plugin-esm v7.0.0
|
|
7
|
+
- 12a27ea14 @putout/plugin-esm: merge-duplicate-imports: splitter: - -> /
|
|
8
|
+
|
|
1
9
|
2026.01.13, v41.7.2
|
|
2
10
|
|
|
3
11
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.7.
|
|
3
|
+
"version": "41.7.3",
|
|
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",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@putout/plugin-declare-before-reference": "^9.0.0",
|
|
116
116
|
"@putout/plugin-destructuring": "^1.0.0",
|
|
117
117
|
"@putout/plugin-eslint": "^15.0.0",
|
|
118
|
-
"@putout/plugin-esm": "^
|
|
118
|
+
"@putout/plugin-esm": "^7.0.0",
|
|
119
119
|
"@putout/plugin-extract-sequence-expressions": "^4.0.0",
|
|
120
120
|
"@putout/plugin-filesystem": "^12.0.0",
|
|
121
121
|
"@putout/plugin-for-of": "^11.0.0",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"@putout/plugin-merge-duplicate-functions": "^4.0.0",
|
|
131
131
|
"@putout/plugin-montag": "^4.0.0",
|
|
132
132
|
"@putout/plugin-new": "^5.0.0",
|
|
133
|
-
"@putout/plugin-nodejs": "^
|
|
133
|
+
"@putout/plugin-nodejs": "^19.0.0",
|
|
134
134
|
"@putout/plugin-npmignore": "^5.0.0",
|
|
135
135
|
"@putout/plugin-optional-chaining": "^2.0.0",
|
|
136
136
|
"@putout/plugin-package-json": "^10.0.0",
|