@graphql-eslint/eslint-plugin 4.4.0-alpha-20250318144512-5cc9e9b1d0e84e9904bcdf3060864355257964f0 → 4.4.0-alpha-20250318144550-8b66aa2f1dedd525693681e3ec0f306bfb6b54c7
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/browser.js
CHANGED
@@ -408,7 +408,7 @@ function convertToESTree(node, schema16) {
|
|
408
408
|
}
|
409
409
|
|
410
410
|
// src/meta.ts
|
411
|
-
var version = "4.4.0-alpha-
|
411
|
+
var version = "4.4.0-alpha-20250318144550-8b66aa2f1dedd525693681e3ec0f306bfb6b54c7";
|
412
412
|
|
413
413
|
// src/siblings.ts
|
414
414
|
import {
|
@@ -1,11 +1,9 @@
|
|
1
|
-
import * as graphql_jsutils_Maybe_js from 'graphql/jsutils/Maybe.js';
|
2
|
-
import * as graphql_jsutils_ObjMap_js from 'graphql/jsutils/ObjMap.js';
|
3
|
-
import * as graphql from 'graphql';
|
4
|
-
import { GraphQLOutputType, GraphQLNamedType, TokenKind, Token, Location } from 'graphql';
|
5
1
|
import { AST } from 'eslint';
|
6
2
|
import { Comment, SourceLocation } from 'estree';
|
3
|
+
import { GraphQLOutputType, GraphQLNamedType, TokenKind, Token, Location } from 'graphql';
|
4
|
+
import { valueFromASTUntyped } from 'graphql/utilities/valueFromASTUntyped.js';
|
7
5
|
|
8
|
-
declare const valueFromNode: (
|
6
|
+
declare const valueFromNode: (...args: Parameters<typeof valueFromASTUntyped>) => any;
|
9
7
|
declare function getBaseType(type: GraphQLOutputType): GraphQLNamedType;
|
10
8
|
declare function convertToken<T extends TokenKind | 'Block' | 'Line'>(token: Token, type: T): Omit<AST.Token, 'type'> & {
|
11
9
|
type: T;
|
package/cjs/meta.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.4.0-alpha-
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.4.0-alpha-20250318144550-8b66aa2f1dedd525693681e3ec0f306bfb6b54c7";
|
2
2
|
|
3
3
|
|
4
4
|
exports.version = version;
|
@@ -1,11 +1,9 @@
|
|
1
|
-
import * as graphql_jsutils_Maybe_js from 'graphql/jsutils/Maybe.js';
|
2
|
-
import * as graphql_jsutils_ObjMap_js from 'graphql/jsutils/ObjMap.js';
|
3
|
-
import * as graphql from 'graphql';
|
4
|
-
import { GraphQLOutputType, GraphQLNamedType, TokenKind, Token, Location } from 'graphql';
|
5
1
|
import { AST } from 'eslint';
|
6
2
|
import { Comment, SourceLocation } from 'estree';
|
3
|
+
import { GraphQLOutputType, GraphQLNamedType, TokenKind, Token, Location } from 'graphql';
|
4
|
+
import { valueFromASTUntyped } from 'graphql/utilities/valueFromASTUntyped.js';
|
7
5
|
|
8
|
-
declare const valueFromNode: (
|
6
|
+
declare const valueFromNode: (...args: Parameters<typeof valueFromASTUntyped>) => any;
|
9
7
|
declare function getBaseType(type: GraphQLOutputType): GraphQLNamedType;
|
10
8
|
declare function convertToken<T extends TokenKind | 'Block' | 'Line'>(token: Token, type: T): Omit<AST.Token, 'type'> & {
|
11
9
|
type: T;
|
package/esm/meta.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-eslint/eslint-plugin",
|
3
|
-
"version": "4.4.0-alpha-
|
3
|
+
"version": "4.4.0-alpha-20250318144550-8b66aa2f1dedd525693681e3ec0f306bfb6b54c7",
|
4
4
|
"type": "module",
|
5
5
|
"description": "GraphQL plugin for ESLint",
|
6
6
|
"repository": "https://github.com/dimaMachina/graphql-eslint",
|