@graphql-eslint/eslint-plugin 4.3.0-alpha-20241204114257-e01dcddc96c4363da10e4e9df8ad7e8de0849073 → 4.3.0-alpha-20241204174617-254174746405f1e1cbe325fca0bd5a3a9352aff8
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/cjs/schema.js +1 -1
- package/esm/meta.js +1 -1
- package/esm/schema.js +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.3.0-alpha-
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.3.0-alpha-20241204174617-254174746405f1e1cbe325fca0bd5a3a9352aff8";
|
2
2
|
|
3
3
|
|
4
4
|
exports.version = version;
|
package/cjs/schema.js
CHANGED
@@ -22,7 +22,7 @@ function getSchema(project) {
|
|
22
22
|
const urlArgument = _optionalChain([linkDirective, 'access', _4 => _4.arguments, 'optionalAccess', _5 => _5.find, 'call', _6 => _6((a) => a.name.value === "url")]);
|
23
23
|
if (!urlArgument) return _graphql.BREAK;
|
24
24
|
if (urlArgument.value.kind !== "StringValue") return _graphql.BREAK;
|
25
|
-
isFederation = urlArgument.value.value.includes("/federation/");
|
25
|
+
isFederation = urlArgument.value.value.includes("specs.apollo.dev/federation/");
|
26
26
|
}
|
27
27
|
});
|
28
28
|
let schema;
|
package/esm/meta.js
CHANGED
package/esm/schema.js
CHANGED
@@ -23,7 +23,7 @@ function getSchema(project) {
|
|
23
23
|
const urlArgument = linkDirective.arguments?.find((a) => a.name.value === "url");
|
24
24
|
if (!urlArgument) return BREAK;
|
25
25
|
if (urlArgument.value.kind !== "StringValue") return BREAK;
|
26
|
-
isFederation = urlArgument.value.value.includes("/federation/");
|
26
|
+
isFederation = urlArgument.value.value.includes("specs.apollo.dev/federation/");
|
27
27
|
}
|
28
28
|
});
|
29
29
|
let schema;
|
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.3.0-alpha-
|
153
|
+
var version = "4.3.0-alpha-20241204174617-254174746405f1e1cbe325fca0bd5a3a9352aff8";
|
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.3.0-alpha-
|
3
|
+
"version": "4.3.0-alpha-20241204174617-254174746405f1e1cbe325fca0bd5a3a9352aff8",
|
4
4
|
"type": "module",
|
5
5
|
"description": "GraphQL plugin for ESLint",
|
6
6
|
"repository": "https://github.com/dimaMachina/graphql-eslint",
|