@graphql-eslint/eslint-plugin 4.2.2-alpha-20241203144540-1bd18bd840dc58d9ecae9e8a2623b0bb92ee3866 → 4.2.2-alpha-20241203144744-11d0c1b29e77c560221d75cc0317a0c82ca95ec7

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/cjs/index.d.cts CHANGED
@@ -49,10 +49,10 @@ declare const _default: {
49
49
  };
50
50
  rules: {
51
51
  alphabetize: GraphQLESLintRule<{
52
- values?: boolean | undefined;
53
52
  definitions?: boolean | undefined;
54
53
  selections?: ("OperationDefinition" | "FragmentDefinition")[] | undefined;
55
54
  arguments?: ("Field" | "Directive" | "FieldDefinition" | "DirectiveDefinition")[] | undefined;
55
+ values?: boolean | undefined;
56
56
  fields?: ("ObjectTypeDefinition" | "InterfaceTypeDefinition" | "InputObjectTypeDefinition")[] | undefined;
57
57
  variables?: boolean | undefined;
58
58
  groups?: string[] | undefined;
package/cjs/meta.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.2.2-alpha-20241203144540-1bd18bd840dc58d9ecae9e8a2623b0bb92ee3866";
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.2.2-alpha-20241203144744-11d0c1b29e77c560221d75cc0317a0c82ca95ec7";
2
2
 
3
3
 
4
4
  exports.version = version;
@@ -12,10 +12,10 @@ import 'json-schema-to-ts';
12
12
 
13
13
  declare const rules: {
14
14
  alphabetize: GraphQLESLintRule<{
15
- values?: boolean | undefined;
16
15
  definitions?: boolean | undefined;
17
16
  selections?: ("OperationDefinition" | "FragmentDefinition")[] | undefined;
18
17
  arguments?: ("Field" | "Directive" | "FieldDefinition" | "DirectiveDefinition")[] | undefined;
18
+ values?: boolean | undefined;
19
19
  fields?: ("ObjectTypeDefinition" | "InterfaceTypeDefinition" | "InputObjectTypeDefinition")[] | undefined;
20
20
  variables?: boolean | undefined;
21
21
  groups?: string[] | undefined;
package/esm/meta.js CHANGED
@@ -1,4 +1,4 @@
1
- const version = "4.2.2-alpha-20241203144540-1bd18bd840dc58d9ecae9e8a2623b0bb92ee3866";
1
+ const version = "4.2.2-alpha-20241203144744-11d0c1b29e77c560221d75cc0317a0c82ca95ec7";
2
2
  export {
3
3
  version
4
4
  };
package/index.browser.js CHANGED
@@ -150,7 +150,7 @@ function convertToESTree(node, schema16) {
150
150
  }
151
151
 
152
152
  // src/meta.ts
153
- var version = "4.2.2-alpha-20241203144540-1bd18bd840dc58d9ecae9e8a2623b0bb92ee3866";
153
+ var version = "4.2.2-alpha-20241203144744-11d0c1b29e77c560221d75cc0317a0c82ca95ec7";
154
154
 
155
155
  // src/siblings.ts
156
156
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-eslint/eslint-plugin",
3
- "version": "4.2.2-alpha-20241203144540-1bd18bd840dc58d9ecae9e8a2623b0bb92ee3866",
3
+ "version": "4.2.2-alpha-20241203144744-11d0c1b29e77c560221d75cc0317a0c82ca95ec7",
4
4
  "type": "module",
5
5
  "description": "GraphQL plugin for ESLint",
6
6
  "repository": "https://github.com/dimaMachina/graphql-eslint",