graphql-config
Advanced tools
Comparing version 4.5.0-alpha-20230306152841-2d9e329 to 4.5.0-alpha-20230306152909-5aff292
{ | ||
"name": "graphql-config", | ||
"version": "4.5.0-alpha-20230306152841-2d9e329", | ||
"version": "4.5.0-alpha-20230306152909-5aff292", | ||
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", | ||
@@ -22,5 +22,5 @@ "sideEffects": false, | ||
"@graphql-tools/utils": "^9.0.0", | ||
"cosmiconfig": "8.1.0", | ||
"cosmiconfig": "8.0.0", | ||
"jiti": "1.17.1", | ||
"minimatch": "4.2.3", | ||
"minimatch": "7.4.2", | ||
"string-env-interpolation": "1.0.1", | ||
@@ -27,0 +27,0 @@ "tslib": "^2.4.0" |
@@ -7,4 +7,32 @@ export interface ConfigSearchResult { | ||
export declare function isLegacyConfig(filePath: string): boolean; | ||
export declare function createCosmiConfig(moduleName: string, legacy: boolean): import("cosmiconfig").PublicExplorer; | ||
export declare function createCosmiConfigSync(moduleName: string, legacy: boolean): import("cosmiconfig").PublicExplorerSync; | ||
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; | ||
}; | ||
//# 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
82783
1759
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedcosmiconfig@8.0.0(transitive)
+ Addedminimatch@7.4.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedcosmiconfig@8.1.0(transitive)
- Removedminimatch@4.2.3(transitive)
Updatedcosmiconfig@8.0.0
Updatedminimatch@7.4.2