@graphql-inspector/loaders
Advanced tools
Comparing version 0.0.0-canary.36985fe to 0.0.0-canary.36b26d2
21
index.js
@@ -55,19 +55,12 @@ 'use strict'; | ||
directive @aws_subscribe( | ||
mutations: [String!]! | ||
) on FIELD_DEFINITION | ||
directive @aws_subscribe(mutations: [String!]!) on FIELD_DEFINITION | ||
directive @deprecated( | ||
reason: String | ||
) on FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ENUM | ENUM_VALUE | ||
directive @deprecated(reason: String) on FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ENUM | ENUM_VALUE | ||
directive @aws_auth( | ||
cognito_groups: [String!]! | ||
) on FIELD_DEFINITION | ||
directive @aws_auth(cognito_groups: [String!]!) on FIELD_DEFINITION | ||
directive @aws_api_key on FIELD_DEFINITION | OBJECT | ||
directive @aws_iam on FIELD_DEFINITION | OBJECT | ||
directive @aws_oidc on FIELD_DEFINITION | OBJECT | ||
directive @aws_cognito_user_pools( | ||
cognito_groups: [String!] | ||
) on FIELD_DEFINITION | OBJECT | ||
directive @aws_cognito_user_pools(cognito_groups: [String!]) on FIELD_DEFINITION | OBJECT | ||
directive @aws_lambda on FIELD_DEFINITION | OBJECT | ||
`), | ||
@@ -84,3 +77,3 @@ ], | ||
const loaders = new LoadersRegistry(); | ||
config.loaders.forEach((loaderName) => loaders.registerModule(loaderName)); | ||
config.loaders.forEach(loaderName => loaders.registerModule(loaderName)); | ||
return loaders; | ||
@@ -96,3 +89,3 @@ } | ||
function enrichError(looksPromising) { | ||
return looksPromising.catch((error) => { | ||
return looksPromising.catch(error => { | ||
var _a, _b; | ||
@@ -99,0 +92,0 @@ if ((_a = error.source) === null || _a === void 0 ? void 0 : _a.name) { |
{ | ||
"name": "@graphql-inspector/loaders", | ||
"version": "0.0.0-canary.36985fe", | ||
"version": "0.0.0-canary.36b26d2", | ||
"description": "Loaders in GraphQL Inspector", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"@graphql-inspector/config": "0.0.0-canary.36985fe", | ||
"@graphql-inspector/config": "0.0.0-canary.36b26d2", | ||
"@graphql-tools/utils": "^6.0.0 || ^7.0.0 || ^8.0.0", | ||
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" | ||
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/load": "^7.3.2", | ||
"@graphql-tools/load": "^7.4.1", | ||
"tslib": "^2.0.0" | ||
@@ -14,0 +14,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
9036
190
+ Added@graphql-inspector/config@0.0.0-canary.36b26d2(transitive)
+ Addedgraphql@16.10.0(transitive)
- Removed@graphql-inspector/config@0.0.0-canary.36985fe(transitive)
- Removedgraphql@15.9.0(transitive)
Updated@graphql-tools/load@^7.4.1