graphql-config
Advanced tools
Comparing version 4.5.0-alpha-20230305000041-2018f09 to 4.5.0-alpha-20230306142408-4caf017
{ | ||
"name": "graphql-config", | ||
"version": "4.5.0-alpha-20230305000041-2018f09", | ||
"version": "4.5.0-alpha-20230306142408-4caf017", | ||
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", | ||
@@ -26,4 +26,4 @@ "sideEffects": false, | ||
"@graphql-tools/utils": "^9.0.0", | ||
"cosmiconfig": "8.0.0", | ||
"minimatch": "4.2.1", | ||
"cosmiconfig": "8.1.0", | ||
"minimatch": "4.2.3", | ||
"string-env-interpolation": "1.0.1", | ||
@@ -30,0 +30,0 @@ "tslib": "^2.4.0" |
@@ -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
81124
1712
+ Addedcosmiconfig@8.1.0(transitive)
+ Addedminimatch@4.2.3(transitive)
- Removedcosmiconfig@8.0.0(transitive)
- Removedminimatch@4.2.1(transitive)
Updatedcosmiconfig@8.1.0
Updatedminimatch@4.2.3