@magidoc/rollup-plugin-fetch-gql-schema
Advanced tools
Comparing version 2.8.1 to 2.9.0
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "2.8.1", | ||
"version": "2.9.0", | ||
"type": "module", | ||
@@ -18,3 +18,3 @@ "license": "MIT", | ||
], | ||
"homepage": "https://magidoc-org.github.io/magidoc/plugins/rollup-fetch-graphql-schema", | ||
"homepage": "https://magidoc.js.org/plugins/rollup-fetch-graphql-schema", | ||
"repository": { | ||
@@ -27,13 +27,13 @@ "type": "git", | ||
"axios": "^0.27.2", | ||
"graphql": "^16.5.0" | ||
"graphql": "^16.6.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.6.5", | ||
"@types/node": "^18.7.6", | ||
"@types/prettier": "^2.7.0", | ||
"c8": "^7.12.0", | ||
"@vitest/coverage-c8": "^0.22.1", | ||
"nock": "^13.2.9", | ||
"rollup": "^2.77.2", | ||
"rollup": "^2.78.0", | ||
"typescript": "^4.7.4", | ||
"vite": "^3.0.5", | ||
"vitest": "^0.21.1" | ||
"vite": "^3.0.8", | ||
"vitest": "^0.22.1" | ||
}, | ||
@@ -40,0 +40,0 @@ "scripts": { |
@@ -7,2 +7,2 @@ # Magidoc - Fetch GraphQL Schema | ||
## Documentation | ||
For more details on how to use this plugin, see the [documentation](https://magidoc-org.github.io/magidoc/plugins/rollup-fetch-graphql-schema). | ||
For more details on how to use this plugin, see the [documentation](https://magidoc.js.org/plugins/rollup-fetch-graphql-schema). |
@@ -10,4 +10,5 @@ /// <reference types="vitest" /> | ||
reporter: ['clover', 'lcov', 'html'], | ||
src: ['./src'], | ||
}, | ||
}, | ||
}) |
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 website
QualityPackage does not have a website.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
15086
357
Updatedgraphql@^16.6.0