@typescript-eslint/types 8.70.1-alpha.21 → 8.70.1-alpha.22

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.
@@ -792,7 +792,7 @@ export declare interface IfStatement extends BaseNode {
792
792
  }
793
793
  export declare interface ImportAttribute extends BaseNode {
794
794
  type: AST_NODE_TYPES.ImportAttribute;
795
- key: Identifier | Literal;
795
+ key: Identifier | StringLiteral;
796
796
  value: Literal;
797
797
  }
798
798
  export declare type ImportClause = ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/types",
3
- "version": "8.70.1-alpha.21",
3
+ "version": "8.70.1-alpha.22",
4
4
  "description": "Types for the TypeScript-ESTree AST spec",
5
5
  "files": [
6
6
  "dist",