graphql-config
Advanced tools
Comparing version 4.5.0-alpha-20230306152814-0732790 to 4.5.0-alpha-20230306152841-2d9e329
{ | ||
"name": "graphql-config", | ||
"version": "4.5.0-alpha-20230306152814-0732790", | ||
"version": "4.5.0-alpha-20230306152841-2d9e329", | ||
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", | ||
@@ -22,3 +22,3 @@ "sideEffects": false, | ||
"@graphql-tools/utils": "^9.0.0", | ||
"cosmiconfig": "8.0.0", | ||
"cosmiconfig": "8.1.0", | ||
"jiti": "1.17.1", | ||
@@ -25,0 +25,0 @@ "minimatch": "4.2.3", |
@@ -7,32 +7,4 @@ export interface ConfigSearchResult { | ||
export declare function isLegacyConfig(filePath: string): boolean; | ||
export declare function createCosmiConfig(moduleName: string, legacy: boolean): { | ||
readonly search: (searchFrom?: string) => Promise<{ | ||
config: any; | ||
filepath: string; | ||
isEmpty?: boolean; | ||
}>; | ||
readonly load: (filepath: string) => Promise<{ | ||
config: any; | ||
filepath: string; | ||
isEmpty?: boolean; | ||
}>; | ||
readonly clearLoadCache: () => void; | ||
readonly clearSearchCache: () => void; | ||
readonly clearCaches: () => void; | ||
}; | ||
export declare function createCosmiConfigSync(moduleName: string, legacy: boolean): { | ||
readonly search: (searchFrom?: string) => { | ||
config: any; | ||
filepath: string; | ||
isEmpty?: boolean; | ||
}; | ||
readonly load: (filepath: string) => { | ||
config: any; | ||
filepath: string; | ||
isEmpty?: boolean; | ||
}; | ||
readonly clearLoadCache: () => void; | ||
readonly clearSearchCache: () => void; | ||
readonly clearCaches: () => void; | ||
}; | ||
export declare function createCosmiConfig(moduleName: string, legacy: boolean): import("cosmiconfig").PublicExplorer; | ||
export declare function createCosmiConfigSync(moduleName: string, legacy: boolean): import("cosmiconfig").PublicExplorerSync; | ||
//# sourceMappingURL=cosmiconfig.d.ts.map |
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
81387
1731
+ Addedcosmiconfig@8.1.0(transitive)
- Removedcosmiconfig@8.0.0(transitive)
Updatedcosmiconfig@8.1.0