@graphql-eslint/eslint-plugin 4.2.1-alpha-20241203141114-ceb6a17e4a4158969087b523a3a2465b58b2f581 → 4.2.1

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/meta.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.2.1-alpha-20241203141114-ceb6a17e4a4158969087b523a3a2465b58b2f581";
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.2.1";
2
2
 
3
3
 
4
4
  exports.version = version;
@@ -104,8 +104,7 @@ declare const schema: {
104
104
  readonly default: false;
105
105
  };
106
106
  readonly types: {
107
- readonly description: `Includes:
108
- ${string}`;
107
+ readonly description: `Includes:\n${string}`;
109
108
  readonly oneOf: readonly [{
110
109
  readonly $ref: "#/definitions/asString";
111
110
  }, {
package/esm/index.d.ts CHANGED
@@ -49,10 +49,10 @@ declare const _default: {
49
49
  };
50
50
  rules: {
51
51
  alphabetize: GraphQLESLintRule<{
52
+ values?: boolean | undefined;
52
53
  definitions?: boolean | undefined;
53
54
  selections?: ("OperationDefinition" | "FragmentDefinition")[] | undefined;
54
55
  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/esm/meta.js CHANGED
@@ -1,4 +1,4 @@
1
- const version = "4.2.1-alpha-20241203141114-ceb6a17e4a4158969087b523a3a2465b58b2f581";
1
+ const version = "4.2.1";
2
2
  export {
3
3
  version
4
4
  };
@@ -12,10 +12,10 @@ import 'json-schema-to-ts';
12
12
 
13
13
  declare const rules: {
14
14
  alphabetize: GraphQLESLintRule<{
15
+ values?: boolean | undefined;
15
16
  definitions?: boolean | undefined;
16
17
  selections?: ("OperationDefinition" | "FragmentDefinition")[] | undefined;
17
18
  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;
@@ -104,8 +104,7 @@ declare const schema: {
104
104
  readonly default: false;
105
105
  };
106
106
  readonly types: {
107
- readonly description: `Includes:
108
- ${string}`;
107
+ readonly description: `Includes:\n${string}`;
109
108
  readonly oneOf: readonly [{
110
109
  readonly $ref: "#/definitions/asString";
111
110
  }, {
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.1-alpha-20241203141114-ceb6a17e4a4158969087b523a3a2465b58b2f581";
153
+ var version = "4.2.1";
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.1-alpha-20241203141114-ceb6a17e4a4158969087b523a3a2465b58b2f581",
3
+ "version": "4.2.1",
4
4
  "type": "module",
5
5
  "description": "GraphQL plugin for ESLint",
6
6
  "repository": "https://github.com/dimaMachina/graphql-eslint",