@graphql-eslint/eslint-plugin 4.2.2-alpha-20241203143722-89cfa4d29f25233b5e6dabf8888901a7b9a51be9 → 4.2.2-alpha-20241203144540-1bd18bd840dc58d9ecae9e8a2623b0bb92ee3866
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 +1 -1
- package/cjs/meta.js +1 -1
- package/cjs/rules/index.d.cts +1 -1
- package/esm/meta.js +1 -1
- package/index.browser.js +1 -1
- package/package.json +1 -1
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;
|
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/cjs/meta.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.2.2-alpha-
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.2.2-alpha-20241203144540-1bd18bd840dc58d9ecae9e8a2623b0bb92ee3866";
|
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;
|
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;
|
package/esm/meta.js
CHANGED
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-
|
153
|
+
var version = "4.2.2-alpha-20241203144540-1bd18bd840dc58d9ecae9e8a2623b0bb92ee3866";
|
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-
|
3
|
+
"version": "4.2.2-alpha-20241203144540-1bd18bd840dc58d9ecae9e8a2623b0bb92ee3866",
|
4
4
|
"type": "module",
|
5
5
|
"description": "GraphQL plugin for ESLint",
|
6
6
|
"repository": "https://github.com/dimaMachina/graphql-eslint",
|