putout 42.1.0 → 42.1.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.
- package/ChangeLog +12 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
2026.03.12, v42.1.1
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- fe70e0793 @putout/operator-keyword: isDeclarationKeyword: rm import
|
|
5
|
+
- 94eda16be eslint-plugin-putout: readme: typo
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- 417e01b56 @putout/processor-toml: oxfmt v0.39.0
|
|
9
|
+
- 1fff610d6 putout: @putout/plugin-regexp v14.0.0
|
|
10
|
+
- 9a84c7b33 @putout/operator-keyword: isDeclaration: import
|
|
11
|
+
- 510b742a2 @putout/plugin-printer: check-type-passed-to-type-checker: ExportDeclaration
|
|
12
|
+
|
|
1
13
|
2026.03.10, v42.1.0
|
|
2
14
|
|
|
3
15
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.1.
|
|
3
|
+
"version": "42.1.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",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"@putout/plugin-promises": "^19.0.0",
|
|
140
140
|
"@putout/plugin-putout": "^29.0.0",
|
|
141
141
|
"@putout/plugin-putout-config": "^12.0.0",
|
|
142
|
-
"@putout/plugin-regexp": "^
|
|
142
|
+
"@putout/plugin-regexp": "^14.0.0",
|
|
143
143
|
"@putout/plugin-remove-console": "^7.0.0",
|
|
144
144
|
"@putout/plugin-remove-debugger": "^8.0.0",
|
|
145
145
|
"@putout/plugin-remove-duplicate-case": "^4.0.0",
|