graphql-config
Advanced tools
Comparing version 4.5.0 to 5.0.0-alpha-20230519081831-037f0ba
{ | ||
"name": "graphql-config", | ||
"version": "4.5.0", | ||
"version": "5.0.0-alpha-20230519081831-037f0ba", | ||
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", | ||
@@ -16,9 +16,9 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-tools/graphql-file-loader": "^7.3.7", | ||
"@graphql-tools/json-file-loader": "^7.3.7", | ||
"@graphql-tools/load": "^7.5.5", | ||
"@graphql-tools/merge": "^8.2.6", | ||
"@graphql-tools/url-loader": "^7.9.7", | ||
"@graphql-tools/utils": "^9.0.0", | ||
"cosmiconfig": "8.0.0", | ||
"@graphql-tools/graphql-file-loader": "8.0.0-rc-20230519015308-f93ea91d", | ||
"@graphql-tools/json-file-loader": "8.0.0-rc-20230519015308-f93ea91d", | ||
"@graphql-tools/load": "8.0.0-rc-20230519015308-f93ea91d", | ||
"@graphql-tools/merge": "9.0.0-rc-20230519015308-f93ea91d", | ||
"@graphql-tools/url-loader": "8.0.0-rc-20230519015308-f93ea91d", | ||
"@graphql-tools/utils": "10.0.0-rc-20230519015308-f93ea91d", | ||
"cosmiconfig": "8.1.0", | ||
"jiti": "1.17.1", | ||
@@ -47,3 +47,3 @@ "minimatch": "4.2.3", | ||
"engines": { | ||
"node": ">= 10.0.0" | ||
"node": ">= 16.0.0" | ||
}, | ||
@@ -50,0 +50,0 @@ "main": "cjs/index.js", |
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
81456
1728
1
+ Added@graphql-tools/batch-execute@9.0.0-rc-20230519015308-f93ea91d(transitive)
+ Added@graphql-tools/delegate@10.0.0-rc-20230519015308-f93ea91d(transitive)
+ Added@graphql-tools/executor@1.0.0-rc-20230519015308-f93ea91d(transitive)
+ Added@graphql-tools/executor-graphql-ws@1.0.0-rc-20230519015308-f93ea91d(transitive)
+ Added@graphql-tools/executor-http@1.0.0-rc-20230519015308-f93ea91d(transitive)
+ Added@graphql-tools/executor-legacy-ws@1.0.0-rc-20230519015308-f93ea91d(transitive)
+ Added@graphql-tools/graphql-file-loader@8.0.0-rc-20230519015308-f93ea91d(transitive)
+ Added@graphql-tools/import@7.0.0-rc-20230519015308-f93ea91d(transitive)
+ Added@graphql-tools/json-file-loader@8.0.0-rc-20230519015308-f93ea91d(transitive)
+ Added@graphql-tools/load@8.0.0-rc-20230519015308-f93ea91d(transitive)
+ Added@graphql-tools/merge@9.0.0-rc-20230519015308-f93ea91d(transitive)
+ Added@graphql-tools/schema@10.0.0-rc-20230519015308-f93ea91d(transitive)
+ Added@graphql-tools/url-loader@8.0.0-rc-20230519015308-f93ea91d(transitive)
+ Added@graphql-tools/utils@10.0.0-rc-20230519015308-f93ea91d(transitive)
+ Added@graphql-tools/wrap@10.0.0-rc-20230519015308-f93ea91d(transitive)
+ Added@kamilkisiela/fast-url-parser@1.1.4(transitive)
+ Added@whatwg-node/fetch@0.9.23(transitive)
+ Added@whatwg-node/node-fetch@0.6.0(transitive)
+ Addedcosmiconfig@8.1.0(transitive)
+ Addedgraphql-ws@5.13.1(transitive)
+ Addedurlpattern-polyfill@10.0.0(transitive)
- Removed@graphql-tools/batch-execute@8.5.22(transitive)
- Removed@graphql-tools/delegate@9.0.35(transitive)
- Removed@graphql-tools/executor@0.0.20(transitive)
- Removed@graphql-tools/executor-graphql-ws@0.0.14(transitive)
- Removed@graphql-tools/executor-http@0.1.10(transitive)
- Removed@graphql-tools/executor-legacy-ws@0.0.11(transitive)
- Removed@graphql-tools/graphql-file-loader@7.5.17(transitive)
- Removed@graphql-tools/import@6.7.18(transitive)
- Removed@graphql-tools/json-file-loader@7.4.18(transitive)
- Removed@graphql-tools/load@7.8.14(transitive)
- Removed@graphql-tools/merge@8.4.2(transitive)
- Removed@graphql-tools/schema@9.0.19(transitive)
- Removed@graphql-tools/url-loader@7.17.18(transitive)
- Removed@graphql-tools/utils@9.2.1(transitive)
- Removed@graphql-tools/wrap@9.4.2(transitive)
- Removed@peculiar/asn1-schema@2.3.13(transitive)
- Removed@peculiar/json-schema@1.1.12(transitive)
- Removed@peculiar/webcrypto@1.5.0(transitive)
- Removed@whatwg-node/events@0.0.3(transitive)
- Removed@whatwg-node/fetch@0.8.8(transitive)
- Removed@whatwg-node/node-fetch@0.3.6(transitive)
- Removedasn1js@3.0.5(transitive)
- Removedcosmiconfig@8.0.0(transitive)
- Removedfast-url-parser@1.1.3(transitive)
- Removedgraphql-ws@5.12.1(transitive)
- Removedpunycode@1.4.1(transitive)
- Removedpvtsutils@1.3.6(transitive)
- Removedpvutils@1.1.3(transitive)
- Removedurlpattern-polyfill@8.0.2(transitive)
- Removedweb-streams-polyfill@3.3.3(transitive)
- Removedwebcrypto-core@1.8.1(transitive)
Updated@graphql-tools/graphql-file-loader@8.0.0-rc-20230519015308-f93ea91d
Updated@graphql-tools/json-file-loader@8.0.0-rc-20230519015308-f93ea91d
Updated@graphql-tools/merge@9.0.0-rc-20230519015308-f93ea91d
Updated@graphql-tools/url-loader@8.0.0-rc-20230519015308-f93ea91d
Updated@graphql-tools/utils@10.0.0-rc-20230519015308-f93ea91d
Updatedcosmiconfig@8.1.0