@graphql-eslint/eslint-plugin 4.4.0-alpha-20241226203126-0478642b0e27fca0a5394da8b9cde4fcdb2b29f5 → 4.4.0-alpha-20241228211832-22f46c4c50b2290991fe0ef323549d70fe15aeba

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-20241226203126-0478642b0e27fca0a5394da8b9cde4fcdb2b29f5";
411
+ var version = "4.4.0-alpha-20241228211832-22f46c4c50b2290991fe0ef323549d70fe15aeba";
412
412
 
413
413
  // src/siblings.ts
414
414
  import {
package/cjs/index.d.cts CHANGED
@@ -48,10 +48,10 @@ declare const _default: {
48
48
  };
49
49
  rules: {
50
50
  alphabetize: GraphQLESLintRule<{
51
- values?: boolean | undefined;
52
51
  definitions?: boolean | undefined;
53
52
  selections?: ("OperationDefinition" | "FragmentDefinition")[] | undefined;
54
53
  arguments?: ("Field" | "Directive" | "FieldDefinition" | "DirectiveDefinition")[] | undefined;
54
+ values?: boolean | undefined;
55
55
  fields?: ("ObjectTypeDefinition" | "InterfaceTypeDefinition" | "InputObjectTypeDefinition")[] | undefined;
56
56
  variables?: boolean | undefined;
57
57
  groups?: string[] | undefined;
package/cjs/meta.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.4.0-alpha-20241226203126-0478642b0e27fca0a5394da8b9cde4fcdb2b29f5";
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.4.0-alpha-20241228211832-22f46c4c50b2290991fe0ef323549d70fe15aeba";
2
2
 
3
3
 
4
4
  exports.version = version;
@@ -11,10 +11,10 @@ import 'json-schema-to-ts';
11
11
 
12
12
  declare const rules: {
13
13
  alphabetize: GraphQLESLintRule<{
14
- values?: boolean | undefined;
15
14
  definitions?: boolean | undefined;
16
15
  selections?: ("OperationDefinition" | "FragmentDefinition")[] | undefined;
17
16
  arguments?: ("Field" | "Directive" | "FieldDefinition" | "DirectiveDefinition")[] | undefined;
17
+ values?: boolean | undefined;
18
18
  fields?: ("ObjectTypeDefinition" | "InterfaceTypeDefinition" | "InputObjectTypeDefinition")[] | undefined;
19
19
  variables?: boolean | undefined;
20
20
  groups?: string[] | undefined;
package/esm/meta.js CHANGED
@@ -1,4 +1,4 @@
1
- const version = "4.4.0-alpha-20241226203126-0478642b0e27fca0a5394da8b9cde4fcdb2b29f5";
1
+ const version = "4.4.0-alpha-20241228211832-22f46c4c50b2290991fe0ef323549d70fe15aeba";
2
2
  export {
3
3
  version
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-eslint/eslint-plugin",
3
- "version": "4.4.0-alpha-20241226203126-0478642b0e27fca0a5394da8b9cde4fcdb2b29f5",
3
+ "version": "4.4.0-alpha-20241228211832-22f46c4c50b2290991fe0ef323549d70fe15aeba",
4
4
  "type": "module",
5
5
  "description": "GraphQL plugin for ESLint",
6
6
  "repository": "https://github.com/dimaMachina/graphql-eslint",