@putout/plugin-putout-config 12.2.0 → 12.2.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.
@@ -2,11 +2,11 @@ import {operator} from 'putout';
2
2
 
3
3
  const {renameProperties} = operator;
4
4
  const v41 = [
5
- ['esm/apply-index-to-import', ''],
5
+ ['esm/add-index-to-import', ''],
6
6
  ];
7
7
 
8
8
  const v40 = [
9
- ['putout/apply-index-to-import', 'esm/apply-index-to-import'],
9
+ ['putout/add-index-to-import', 'esm/add-index-to-import'],
10
10
  ];
11
11
 
12
12
  const v37 = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-putout-config",
3
- "version": "12.2.0",
3
+ "version": "12.2.1",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout plugin helps to maintain putout config",