@putout/plugin-putout 29.3.0 → 29.3.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/lib/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import * as addPathToFilter from './add-path-to-filter/index.js';
1
+ import * as addPathArgToFilter from './add-path-arg-to-filter/index.js';
2
2
  import * as removeUselessSourceArgument from './remove-useless-source-argument/index.js';
3
3
  import * as applyTraverserToIgnore from './apply-traverser-to-ignore/index.js';
4
4
  import * as addPathArgToMatch from './add-path-arg-to-match/index.js';
@@ -165,5 +165,5 @@ export const rules = {
165
165
  'add-path-arg-to-match': addPathArgToMatch,
166
166
  'apply-traverser-to-ignore': applyTraverserToIgnore,
167
167
  'remove-useless-source-argument': removeUselessSourceArgument,
168
- 'add-path-to-filter': addPathToFilter,
168
+ 'add-path-arg-to-filter': addPathArgToFilter,
169
169
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-putout",
3
- "version": "29.3.0",
3
+ "version": "29.3.1",
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",