@magidoc/rollup-plugin-parse-gql-schema
Advanced tools
Comparing version 2.14.3 to 2.14.4
import type { Plugin } from 'rollup'; | ||
export declare type PluginOptions = { | ||
export type PluginOptions = { | ||
/** | ||
@@ -4,0 +4,0 @@ * The paths to the GraphQL SDL files. Glob syntax may be used. |
import { IntrospectionQuery } from 'graphql'; | ||
export declare type Parameters = { | ||
export type Parameters = { | ||
globPaths: string[]; | ||
}; | ||
export declare function parseGraphqlSchema(options: Parameters): Promise<IntrospectionQuery>; |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "2.14.3", | ||
"version": "2.14.4", | ||
"type": "module", | ||
@@ -29,9 +29,9 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "^18.11.7", | ||
"@types/node": "^18.11.9", | ||
"@types/prettier": "^2.7.1", | ||
"@vitest/coverage-c8": "^0.24.3", | ||
"rollup": "^3.2.3", | ||
"typescript": "^4.8.4", | ||
"vite": "^3.2.0", | ||
"vitest": "^0.24.3" | ||
"@vitest/coverage-c8": "^0.25.2", | ||
"rollup": "^3.3.0", | ||
"typescript": "^4.9.3", | ||
"vite": "^3.2.4", | ||
"vitest": "^0.25.2" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
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
36174