@graphql-eslint/eslint-plugin 4.4.0-alpha-20250225190545-c87b6d7972fcdf43dbc3fd75f0cb38f8429e0314 → 4.4.0-alpha-20250227111446-f7a0de1ad55702c578d56314bb0c2351da487a10

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/browser.js CHANGED
@@ -408,7 +408,7 @@ function convertToESTree(node, schema16) {
408
408
  }
409
409
 
410
410
  // src/meta.ts
411
- var version = "4.4.0-alpha-20250225190545-c87b6d7972fcdf43dbc3fd75f0cb38f8429e0314";
411
+ var version = "4.4.0-alpha-20250227111446-f7a0de1ad55702c578d56314bb0c2351da487a10";
412
412
 
413
413
  // src/siblings.ts
414
414
  import {
@@ -1,6 +1,6 @@
1
1
  import { AST } from 'eslint';
2
2
  import { SourceLocation, Comment } from 'estree';
3
- import { ASTNode, TypeNode, TypeInfo, DocumentNode, DefinitionNode, EnumValueDefinitionNode, EnumTypeDefinitionNode, EnumTypeExtensionNode, InputValueDefinitionNode, DirectiveDefinitionNode, FieldDefinitionNode, InputObjectTypeDefinitionNode, InputObjectTypeExtensionNode, InterfaceTypeDefinitionNode, InterfaceTypeExtensionNode, ObjectTypeDefinitionNode, ObjectTypeExtensionNode, SelectionSetNode, ExecutableDefinitionNode, FieldNode, InlineFragmentNode, SelectionNode, ListTypeNode, NonNullTypeNode, OperationTypeDefinitionNode, VariableDefinitionNode, NameNode, ArgumentNode, FragmentSpreadNode, NamedTypeNode, TypeDefinitionNode, TypeExtensionNode, VariableNode, DirectiveNode } from 'graphql';
3
+ import { TypeInfo, ASTNode, TypeNode, DocumentNode, DefinitionNode, EnumValueDefinitionNode, EnumTypeDefinitionNode, EnumTypeExtensionNode, InputValueDefinitionNode, DirectiveDefinitionNode, FieldDefinitionNode, InputObjectTypeDefinitionNode, InputObjectTypeExtensionNode, InterfaceTypeDefinitionNode, InterfaceTypeExtensionNode, ObjectTypeDefinitionNode, ObjectTypeExtensionNode, SelectionSetNode, ExecutableDefinitionNode, FieldNode, InlineFragmentNode, SelectionNode, NameNode, DirectiveNode, VariableNode, VariableDefinitionNode, ArgumentNode, FragmentSpreadNode, NamedTypeNode, TypeDefinitionNode, TypeExtensionNode, ListTypeNode, NonNullTypeNode, OperationTypeDefinitionNode } from 'graphql';
4
4
 
5
5
  type SafeGraphQLType<T extends ASTNode> = T extends {
6
6
  type: TypeNode;
package/cjs/index.js CHANGED
@@ -5,7 +5,7 @@ var _indexjs3 = require('./rules/index.js');
5
5
  var _typesjs = require('./types.js'); _createStarExport(_typesjs);
6
6
  var _utilsjs = require('./utils.js');
7
7
  const processors = { graphql: _processorjs.processor };
8
- var index_default = {
8
+ var src_default = {
9
9
  parser: _parserjs.parser,
10
10
  processor: _processorjs.processor,
11
11
  rules: _indexjs3.rules,
@@ -20,4 +20,4 @@ var index_default = {
20
20
 
21
21
 
22
22
 
23
- exports.configs = _indexjs.configs; exports.default = index_default; exports.parseForESLint = _parserjs.parseForESLint; exports.parser = _parserjs.parser; exports.processors = processors; exports.requireGraphQLOperations = _utilsjs.requireGraphQLOperations; exports.requireGraphQLSchema = _utilsjs.requireGraphQLSchema; exports.rules = _indexjs3.rules;
23
+ exports.configs = _indexjs.configs; exports.default = src_default; exports.parseForESLint = _parserjs.parseForESLint; exports.parser = _parserjs.parser; exports.processors = processors; exports.requireGraphQLOperations = _utilsjs.requireGraphQLOperations; exports.requireGraphQLSchema = _utilsjs.requireGraphQLSchema; exports.rules = _indexjs3.rules;
package/cjs/meta.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.4.0-alpha-20250225190545-c87b6d7972fcdf43dbc3fd75f0cb38f8429e0314";
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.4.0-alpha-20250227111446-f7a0de1ad55702c578d56314bb0c2351da487a10";
2
2
 
3
3
 
4
4
  exports.version = version;
package/cjs/types.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { Rule, AST, Linter } from 'eslint';
1
+ import { Linter, Rule, AST } from 'eslint';
2
2
  import * as ESTree from 'estree';
3
3
  import { GraphQLSchema, ASTKindToNode } from 'graphql';
4
4
  import { IGraphQLConfig } from 'graphql-config';
@@ -1,6 +1,6 @@
1
1
  import { AST } from 'eslint';
2
2
  import { SourceLocation, Comment } from 'estree';
3
- import { ASTNode, TypeNode, TypeInfo, DocumentNode, DefinitionNode, EnumValueDefinitionNode, EnumTypeDefinitionNode, EnumTypeExtensionNode, InputValueDefinitionNode, DirectiveDefinitionNode, FieldDefinitionNode, InputObjectTypeDefinitionNode, InputObjectTypeExtensionNode, InterfaceTypeDefinitionNode, InterfaceTypeExtensionNode, ObjectTypeDefinitionNode, ObjectTypeExtensionNode, SelectionSetNode, ExecutableDefinitionNode, FieldNode, InlineFragmentNode, SelectionNode, ListTypeNode, NonNullTypeNode, OperationTypeDefinitionNode, VariableDefinitionNode, NameNode, ArgumentNode, FragmentSpreadNode, NamedTypeNode, TypeDefinitionNode, TypeExtensionNode, VariableNode, DirectiveNode } from 'graphql';
3
+ import { TypeInfo, ASTNode, TypeNode, DocumentNode, DefinitionNode, EnumValueDefinitionNode, EnumTypeDefinitionNode, EnumTypeExtensionNode, InputValueDefinitionNode, DirectiveDefinitionNode, FieldDefinitionNode, InputObjectTypeDefinitionNode, InputObjectTypeExtensionNode, InterfaceTypeDefinitionNode, InterfaceTypeExtensionNode, ObjectTypeDefinitionNode, ObjectTypeExtensionNode, SelectionSetNode, ExecutableDefinitionNode, FieldNode, InlineFragmentNode, SelectionNode, NameNode, DirectiveNode, VariableNode, VariableDefinitionNode, ArgumentNode, FragmentSpreadNode, NamedTypeNode, TypeDefinitionNode, TypeExtensionNode, ListTypeNode, NonNullTypeNode, OperationTypeDefinitionNode } from 'graphql';
4
4
 
5
5
  type SafeGraphQLType<T extends ASTNode> = T extends {
6
6
  type: TypeNode;
package/esm/index.js CHANGED
@@ -5,7 +5,7 @@ import { rules } from "./rules/index.js";
5
5
  export * from "./types.js";
6
6
  import { requireGraphQLSchema, requireGraphQLOperations } from "./utils.js";
7
7
  const processors = { graphql: processor };
8
- var index_default = {
8
+ var src_default = {
9
9
  parser,
10
10
  processor,
11
11
  rules,
@@ -13,7 +13,7 @@ var index_default = {
13
13
  };
14
14
  export {
15
15
  configs,
16
- index_default as default,
16
+ src_default as default,
17
17
  parseForESLint,
18
18
  parser,
19
19
  processors,
package/esm/meta.js CHANGED
@@ -1,4 +1,4 @@
1
- const version = "4.4.0-alpha-20250225190545-c87b6d7972fcdf43dbc3fd75f0cb38f8429e0314";
1
+ const version = "4.4.0-alpha-20250227111446-f7a0de1ad55702c578d56314bb0c2351da487a10";
2
2
  export {
3
3
  version
4
4
  };
package/esm/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Rule, AST, Linter } from 'eslint';
1
+ import { Linter, Rule, AST } from 'eslint';
2
2
  import * as ESTree from 'estree';
3
3
  import { GraphQLSchema, ASTKindToNode } from 'graphql';
4
4
  import { IGraphQLConfig } from 'graphql-config';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-eslint/eslint-plugin",
3
- "version": "4.4.0-alpha-20250225190545-c87b6d7972fcdf43dbc3fd75f0cb38f8429e0314",
3
+ "version": "4.4.0-alpha-20250227111446-f7a0de1ad55702c578d56314bb0c2351da487a10",
4
4
  "type": "module",
5
5
  "description": "GraphQL plugin for ESLint",
6
6
  "repository": "https://github.com/dimaMachina/graphql-eslint",