putout 41.6.3 → 41.6.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.
- package/ChangeLog +9 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
2026.01.11, v41.6.4
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- acdcb4f77 putout: @putout/plugin-package-json v10.0.0
|
|
5
|
+
- c4d6a6672 @putout/plugin-package-json: drop support of 🐊 < 41
|
|
6
|
+
- 2d8890950 @putout/plugin-typescript: convert-module-to-namespace: get rid, use flatlint instead
|
|
7
|
+
- b06f18442 @putout/operator-keyword: add nemspace
|
|
8
|
+
- c9ca2e796 @putout/plugin-putout: check-replace-code: TSModuleBody: add support
|
|
9
|
+
|
|
1
10
|
2026.01.09, v41.6.3
|
|
2
11
|
|
|
3
12
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.6.
|
|
3
|
+
"version": "41.6.4",
|
|
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",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"@putout/plugin-nodejs": "^18.0.0",
|
|
134
134
|
"@putout/plugin-npmignore": "^5.0.0",
|
|
135
135
|
"@putout/plugin-optional-chaining": "^2.0.0",
|
|
136
|
-
"@putout/plugin-package-json": "^
|
|
136
|
+
"@putout/plugin-package-json": "^10.0.0",
|
|
137
137
|
"@putout/plugin-parens": "^4.0.0",
|
|
138
138
|
"@putout/plugin-promises": "^18.0.0",
|
|
139
139
|
"@putout/plugin-putout": "^28.0.0",
|