putout 42.7.15 → 42.7.17

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 CHANGED
@@ -1,3 +1,23 @@
1
+ 2026.06.28, v42.7.17
2
+
3
+ feature:
4
+ - 496d281d1 @putout/operator-parens: types
5
+ - d1629f026 @putout/types: Declarator: add
6
+ - 3036c3f2d @putout/plugin-react-router: declare: add
7
+ - d6fc9278a @putout/plugin-remove-useless-functions: nested: exclude
8
+ - 2a67bbefd @putout/plugin-react-router: v8-apply-react-router-dom
9
+
10
+ 2026.06.27, v42.7.16
11
+
12
+ fix:
13
+ - be1ec212f @putout/plugin-madrun: convert-prepublish-only-to-wisdom: test -> coverage
14
+
15
+ feature:
16
+ - e61ff1052 @operator-ignore: options: list
17
+ - f8ae94ac4 @putout/operator-regexp: types
18
+ - 6d38e968c @putout/plugin-madrun: insert-test-dts: add
19
+ - 0d7662e3b @putout/plugin-printer: add-missing-arrow-to-type-checker: before type
20
+
1
21
  2026.06.26, v42.7.15
2
22
 
3
23
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.7.15",
3
+ "version": "42.7.17",
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",
package/types/operator.ts CHANGED
@@ -9,5 +9,7 @@ export * from '@putout/operator-ignore';
9
9
  export * from '@putout/operator-add-args';
10
10
  export * from '@putout/operator-filesystem';
11
11
  export * from '@putout/operator-match-files';
12
+ export * from '@putout/operator-parens';
13
+ export * from '@putout/operator-regexp';
12
14
  export * from '@putout/operator-find-file-up';
13
15