@graphql-markdown/core
Advanced tools
Comparing version
@@ -18,3 +18,3 @@ import type { CliOptions, ConfigDocOptions, ConfigOptions, ConfigPrintTypeOptions, CustomDirective, DirectiveName, GroupByDirectiveOptions, LoaderOption, Maybe, Options, TypeDiffMethod } from "@graphql-markdown/types"; | ||
loaders: Maybe<LoaderOption>; | ||
metatags: Maybe<Record<string, string>>[]; | ||
metatags: Record<string, string>[]; | ||
}; | ||
@@ -21,0 +21,0 @@ export declare const getDocDirective: (name: Maybe<DirectiveName>) => DirectiveName; |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"license": "MIT", | ||
@@ -66,11 +66,11 @@ "repository": { | ||
"dependencies": { | ||
"@graphql-markdown/graphql": "^1.0.0", | ||
"@graphql-markdown/graphql": "^1.0.1", | ||
"@graphql-markdown/logger": "^1.0.0", | ||
"@graphql-markdown/utils": "^1.6.0" | ||
"@graphql-markdown/utils": "^1.6.1" | ||
}, | ||
"peerDependencies": { | ||
"@graphql-markdown/diff": "^1.1.0", | ||
"@graphql-markdown/helpers": "^1.0.0", | ||
"@graphql-markdown/printer-legacy": "^1.5.0", | ||
"graphql-config": "^5.0.2" | ||
"@graphql-markdown/diff": "^1.1.1", | ||
"@graphql-markdown/helpers": "^1.0.1", | ||
"@graphql-markdown/printer-legacy": "^1.5.1", | ||
"graphql-config": "^5.0.3" | ||
}, | ||
@@ -77,0 +77,0 @@ "devDependencies": { |
35613
-0.02%