graphql-config
Advanced tools
Comparing version 3.0.0-alpha.8 to 3.0.0-alpha.9
@@ -24,1 +24,2 @@ import { GraphQLCofigResult } from './types'; | ||
} | ||
//# sourceMappingURL=config.d.ts.map |
@@ -23,1 +23,2 @@ export declare class ConfigNotFoundError extends Error { | ||
export declare function composeMessage(...lines: string[]): string; | ||
//# sourceMappingURL=errors.d.ts.map |
@@ -27,1 +27,2 @@ import { SchemaPointerSingle, DocumentPointerSingle } from '@graphql-toolkit/common'; | ||
} | ||
//# sourceMappingURL=extension.d.ts.map |
@@ -7,1 +7,2 @@ import { IGraphQLConfig, IGraphQLProject, IGraphQLProjects, GraphQLCofigResult } from './types'; | ||
export declare function flatten<T>(arr: T[]): T extends (infer A)[] ? A[] : T[]; | ||
//# sourceMappingURL=helpers.d.ts.map |
@@ -7,1 +7,2 @@ export { GraphQLConfig, loadConfig } from './config'; | ||
export * from './errors'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -7,1 +7,2 @@ import { Source, Loader, DocumentPointerSingle, SchemaPointerSingle } from '@graphql-toolkit/common'; | ||
} | ||
//# sourceMappingURL=loaders.d.ts.map |
{ | ||
"name": "graphql-config", | ||
"version": "3.0.0-alpha.8", | ||
"version": "3.0.0-alpha.9", | ||
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
import { GraphQLSchema, DocumentNode } from 'graphql'; | ||
import { Source } from '@graphql-toolkit/common'; | ||
import { Source, SchemaPointer, DocumentPointer } from '@graphql-toolkit/common'; | ||
import { GraphQLExtensionsRegistry } from './extension'; | ||
import { IExtensions, IGraphQLProject, SchemaPointer, DocumentPointer } from './types'; | ||
import { IExtensions, IGraphQLProject } from './types'; | ||
export declare class GraphQLProjectConfig { | ||
@@ -31,1 +31,2 @@ readonly schema: SchemaPointer; | ||
} | ||
//# sourceMappingURL=project-config.d.ts.map |
{ | ||
"name": "graphql-config", | ||
"version": "3.0.0-alpha.8", | ||
"version": "3.0.0-alpha.9", | ||
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
77679
24
1346