@magidoc/rollup-plugin-fetch-gql-schema
Advanced tools
Comparing version 0.12.1 to 0.12.2
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"type": "module", | ||
@@ -30,3 +30,3 @@ "license": "MIT", | ||
"ts-jest": "^27.1.4", | ||
"typescript": "^4.6.3" | ||
"typescript": "^4.6.4" | ||
}, | ||
@@ -40,3 +40,3 @@ "scripts": { | ||
}, | ||
"readme": "# Magidoc - Fetch GraphQL Schema\nA Rollup/ViteJS plugin fetchs a remote GraphQL schema using the introspection query. Configuration is available to pass custom headers, url, method, etc.\n\n> This plugin can be used in any Javascript application, wether it is browser or NodeJS based.\n\n## Documentation\nFor more details on how to use this plugin, see the [documentation](https://magidoc-org.github.io/magidoc/plugins/rollup-fetch-graphql-schema)." | ||
"readme": "# Magidoc - Fetch GraphQL Schema\nA Rollup/ViteJS plugin that fetches a remote GraphQL schema using the introspection query. Configuration is available to pass custom headers, url, method, etc.\n\n> This plugin can be used in any project that uses Rollup/ViteJS, wether it is browser or NodeJS based.\n\n## Documentation\nFor more details on how to use this plugin, see the [documentation](https://magidoc-org.github.io/magidoc/plugins/rollup-fetch-graphql-schema)." | ||
} |
# Magidoc - Fetch GraphQL Schema | ||
A Rollup/ViteJS plugin fetchs a remote GraphQL schema using the introspection query. Configuration is available to pass custom headers, url, method, etc. | ||
A Rollup/ViteJS plugin that fetches a remote GraphQL schema using the introspection query. Configuration is available to pass custom headers, url, method, etc. | ||
> This plugin can be used in any Javascript application, wether it is browser or NodeJS based. | ||
> This plugin can be used in any project that uses Rollup/ViteJS, wether it is browser or NodeJS based. | ||
## Documentation | ||
For more details on how to use this plugin, see the [documentation](https://magidoc-org.github.io/magidoc/plugins/rollup-fetch-graphql-schema). |
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
15761