@putout/plugin-putout 29.2.2 → 29.2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2092,7 +2092,7 @@ import {tryCatch} from 'try-catch';
2092
2092
  transform(ast, source, options);
2093
2093
  findPlaces(ast, source, options);
2094
2094
 
2095
- tryCatch(transform, ast, source {});
2095
+ tryCatch(transform, ast, source, {});
2096
2096
 
2097
2097
  tryCatch(findPlaces, ast, source, resultOptions);
2098
2098
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-putout",
3
- "version": "29.2.2",
3
+ "version": "29.2.3",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout plugin helps with plugins development",