@graphql-eslint/eslint-plugin 4.2.2-alpha-20241204102535-3afae251e645e69192a088b7f57a2e67e04485b4 → 4.2.2-alpha-20241204175654-aac684f3dbaea1f16e72e81235f086660df11c8b
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 +1 -1
- package/esm/index.d.ts +1 -1
- package/esm/meta.js +1 -1
- package/esm/rules/index.d.ts +1 -1
- package/index.browser.js +1 -1
- package/package.json +1 -1
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-20241204175654-aac684f3dbaea1f16e72e81235f086660df11c8b";
|
2
2
|
|
3
3
|
|
4
4
|
exports.version = version;
|
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
package/esm/rules/index.d.ts
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/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-20241204175654-aac684f3dbaea1f16e72e81235f086660df11c8b";
|
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-20241204175654-aac684f3dbaea1f16e72e81235f086660df11c8b",
|
4
4
|
"type": "module",
|
5
5
|
"description": "GraphQL plugin for ESLint",
|
6
6
|
"repository": "https://github.com/dimaMachina/graphql-eslint",
|