@graphql-eslint/eslint-plugin 4.4.0-alpha-20241210122018-181d10f9b0a3e9b73e3de466eecce3342d1c5232 → 4.4.0-alpha-20241210124724-37546942474e54378c2b293d843e141891961747

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
@@ -47,10 +47,10 @@ declare const _default: {
47
47
  };
48
48
  rules: {
49
49
  alphabetize: GraphQLESLintRule<{
50
+ values?: boolean | undefined;
50
51
  definitions?: boolean | undefined;
51
52
  selections?: ("OperationDefinition" | "FragmentDefinition")[] | undefined;
52
53
  arguments?: ("Field" | "Directive" | "FieldDefinition" | "DirectiveDefinition")[] | undefined;
53
- values?: boolean | undefined;
54
54
  fields?: ("ObjectTypeDefinition" | "InterfaceTypeDefinition" | "InputObjectTypeDefinition")[] | undefined;
55
55
  variables?: boolean | undefined;
56
56
  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-20241210122018-181d10f9b0a3e9b73e3de466eecce3342d1c5232";
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.4.0-alpha-20241210124724-37546942474e54378c2b293d843e141891961747";
2
2
 
3
3
 
4
4
  exports.version = version;
@@ -10,10 +10,10 @@ import 'graphql-config';
10
10
 
11
11
  declare const rules: {
12
12
  alphabetize: GraphQLESLintRule<{
13
+ values?: boolean | undefined;
13
14
  definitions?: boolean | undefined;
14
15
  selections?: ("OperationDefinition" | "FragmentDefinition")[] | undefined;
15
16
  arguments?: ("Field" | "Directive" | "FieldDefinition" | "DirectiveDefinition")[] | undefined;
16
- values?: boolean | undefined;
17
17
  fields?: ("ObjectTypeDefinition" | "InterfaceTypeDefinition" | "InputObjectTypeDefinition")[] | undefined;
18
18
  variables?: boolean | undefined;
19
19
  groups?: string[] | undefined;
package/esm/index.d.ts CHANGED
@@ -47,10 +47,10 @@ declare const _default: {
47
47
  };
48
48
  rules: {
49
49
  alphabetize: GraphQLESLintRule<{
50
+ values?: boolean | undefined;
50
51
  definitions?: boolean | undefined;
51
52
  selections?: ("OperationDefinition" | "FragmentDefinition")[] | undefined;
52
53
  arguments?: ("Field" | "Directive" | "FieldDefinition" | "DirectiveDefinition")[] | undefined;
53
- values?: boolean | undefined;
54
54
  fields?: ("ObjectTypeDefinition" | "InterfaceTypeDefinition" | "InputObjectTypeDefinition")[] | undefined;
55
55
  variables?: boolean | undefined;
56
56
  groups?: string[] | undefined;
package/esm/meta.js CHANGED
@@ -1,4 +1,4 @@
1
- const version = "4.4.0-alpha-20241210122018-181d10f9b0a3e9b73e3de466eecce3342d1c5232";
1
+ const version = "4.4.0-alpha-20241210124724-37546942474e54378c2b293d843e141891961747";
2
2
  export {
3
3
  version
4
4
  };
@@ -10,10 +10,10 @@ import 'graphql-config';
10
10
 
11
11
  declare const rules: {
12
12
  alphabetize: GraphQLESLintRule<{
13
+ values?: boolean | undefined;
13
14
  definitions?: boolean | undefined;
14
15
  selections?: ("OperationDefinition" | "FragmentDefinition")[] | undefined;
15
16
  arguments?: ("Field" | "Directive" | "FieldDefinition" | "DirectiveDefinition")[] | undefined;
16
- values?: boolean | undefined;
17
17
  fields?: ("ObjectTypeDefinition" | "InterfaceTypeDefinition" | "InputObjectTypeDefinition")[] | undefined;
18
18
  variables?: boolean | undefined;
19
19
  groups?: string[] | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-eslint/eslint-plugin",
3
- "version": "4.4.0-alpha-20241210122018-181d10f9b0a3e9b73e3de466eecce3342d1c5232",
3
+ "version": "4.4.0-alpha-20241210124724-37546942474e54378c2b293d843e141891961747",
4
4
  "type": "module",
5
5
  "description": "GraphQL plugin for ESLint",
6
6
  "repository": "https://github.com/dimaMachina/graphql-eslint",
@@ -21,15 +21,9 @@
21
21
  "default": "./esm/index.js"
22
22
  }
23
23
  },
24
- "./*": {
25
- "require": {
26
- "types": "./cjs/*.d.cts",
27
- "default": "./cjs/*.js"
28
- },
29
- "import": {
30
- "types": "./esm/*.d.ts",
31
- "default": "./esm/*.js"
32
- }
24
+ "./programmatic": {
25
+ "import": "./programmatic.js",
26
+ "types": "./programmatic.d.ts"
33
27
  }
34
28
  },
35
29
  "types": "esm/index.d.ts",