@graphql-inspector/validate-command
Advanced tools
Comparing version 0.0.0-canary.da4bdcc to 0.0.0-canary.f71f99b
@@ -56,3 +56,3 @@ 'use strict'; | ||
return tslib.__awaiter(this, void 0, void 0, function* () { | ||
interceptArguments(args); | ||
yield interceptArguments(args); | ||
const { headers, token } = commands.parseGlobalArgs(args); | ||
@@ -59,0 +59,0 @@ const schema = yield loaders.loadSchema(args.schema, { |
@@ -1,3 +0,4 @@ | ||
import { GlobalArgs } from '@graphql-inspector/commands'; | ||
declare const _default: import("../../commands/src").CommandFactory<{}, { | ||
import { GlobalArgs, CommandFactory } from '@graphql-inspector/commands'; | ||
export { CommandFactory }; | ||
declare const _default: CommandFactory<{}, { | ||
schema: string; | ||
@@ -4,0 +5,0 @@ documents: string; |
@@ -54,3 +54,3 @@ import { __awaiter } from 'tslib'; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
interceptArguments(args); | ||
yield interceptArguments(args); | ||
const { headers, token } = parseGlobalArgs(args); | ||
@@ -57,0 +57,0 @@ const schema = yield loaders.loadSchema(args.schema, { |
{ | ||
"name": "@graphql-inspector/validate-command", | ||
"version": "0.0.0-canary.da4bdcc", | ||
"version": "0.0.0-canary.f71f99b", | ||
"description": "Validate Documents in GraphQL Inspector", | ||
@@ -10,5 +10,5 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-inspector/commands": "0.0.0-canary.da4bdcc", | ||
"@graphql-inspector/core": "0.0.0-canary.da4bdcc", | ||
"@graphql-inspector/logger": "0.0.0-canary.da4bdcc", | ||
"@graphql-inspector/commands": "0.0.0-canary.f71f99b", | ||
"@graphql-inspector/core": "0.0.0-canary.f71f99b", | ||
"@graphql-inspector/logger": "0.0.0-canary.f71f99b", | ||
"tslib": "^2.0.0" | ||
@@ -15,0 +15,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
34488
291
+ Added@graphql-inspector/commands@0.0.0-canary.f71f99b(transitive)
+ Added@graphql-inspector/config@0.0.0-canary.f71f99b(transitive)
+ Added@graphql-inspector/core@0.0.0-canary.f71f99b(transitive)
+ Added@graphql-inspector/loaders@0.0.0-canary.f71f99b(transitive)
+ Added@graphql-inspector/logger@0.0.0-canary.f71f99b(transitive)
- Removed@graphql-inspector/commands@0.0.0-canary.da4bdcc(transitive)
- Removed@graphql-inspector/config@0.0.0-canary.da4bdcc(transitive)
- Removed@graphql-inspector/core@0.0.0-canary.da4bdcc(transitive)
- Removed@graphql-inspector/loaders@0.0.0-canary.da4bdcc(transitive)
- Removed@graphql-inspector/logger@0.0.0-canary.da4bdcc(transitive)