@putout/plugin-putout 24.6.0 → 24.6.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.
@@ -656,7 +656,6 @@ export default {
656
656
  getOuterBindingIdentifiers: 'const {getOuterBindingIdentifiers} = types',
657
657
  identifier: 'const {identifier} = types',
658
658
  ifStatement: 'const {ifStatement} = types',
659
- import: 'const {import} = types',
660
659
  importAttribute: 'const {importAttribute} = types',
661
660
  importDeclaration: 'const {importDeclaration} = types',
662
661
  importDefaultSpecifier: 'const {importDefaultSpecifier} = types',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-putout",
3
- "version": "24.6.0",
3
+ "version": "24.6.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",