@graphql-eslint/eslint-plugin 4.2.1-alpha-20241203141049-86a719064ca3fc2ec3104d78b21866df1c2c5587 → 4.2.1-alpha-20241203141114-ceb6a17e4a4158969087b523a3a2465b58b2f581
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.1-alpha-
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.2.1-alpha-20241203141114-ceb6a17e4a4158969087b523a3a2465b58b2f581";
|
2
2
|
|
3
3
|
|
4
4
|
exports.version = version;
|
package/cjs/rules/index.d.cts
CHANGED
@@ -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;
|
@@ -104,7 +104,8 @@ declare const schema: {
|
|
104
104
|
readonly default: false;
|
105
105
|
};
|
106
106
|
readonly types: {
|
107
|
-
readonly description: `Includes
|
107
|
+
readonly description: `Includes:
|
108
|
+
${string}`;
|
108
109
|
readonly oneOf: readonly [{
|
109
110
|
readonly $ref: "#/definitions/asString";
|
110
111
|
}, {
|
package/esm/meta.js
CHANGED
@@ -104,7 +104,8 @@ declare const schema: {
|
|
104
104
|
readonly default: false;
|
105
105
|
};
|
106
106
|
readonly types: {
|
107
|
-
readonly description: `Includes
|
107
|
+
readonly description: `Includes:
|
108
|
+
${string}`;
|
108
109
|
readonly oneOf: readonly [{
|
109
110
|
readonly $ref: "#/definitions/asString";
|
110
111
|
}, {
|
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-
|
153
|
+
var version = "4.2.1-alpha-20241203141114-ceb6a17e4a4158969087b523a3a2465b58b2f581";
|
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-
|
3
|
+
"version": "4.2.1-alpha-20241203141114-ceb6a17e4a4158969087b523a3a2465b58b2f581",
|
4
4
|
"type": "module",
|
5
5
|
"description": "GraphQL plugin for ESLint",
|
6
6
|
"repository": "https://github.com/dimaMachina/graphql-eslint",
|