@magidoc/rollup-plugin-gql-schema
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -25,3 +25,5 @@ import { printSchema, isSpecifiedScalarType, print, isSpecifiedDirective } from 'graphql'; | ||
return accum; | ||
return !isSpecifiedDirective(d) ? (accum += `${print(d.astNode)}\n`) : accum; | ||
return !isSpecifiedDirective(d) | ||
? (accum += `${print(d.astNode)}\n`) | ||
: accum; | ||
}, str + `${schema.astNode ? print(schema.astNode) : ''}\n`); | ||
@@ -28,0 +30,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"type": "module", | ||
@@ -25,15 +25,15 @@ "license": "MIT", | ||
"dependencies": { | ||
"axios": "^1.4.0", | ||
"axios": "^1.5.1", | ||
"fast-glob": "^3.3.1", | ||
"graphql": "^16.6.0" | ||
"graphql": "^16.8.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.4.5", | ||
"@types/prettier": "^2.7.2", | ||
"@vitest/coverage-c8": "^0.31.1", | ||
"nock": "^13.3.1", | ||
"rollup": "^3.22.0", | ||
"typescript": "^5.1.6", | ||
"vite": "^4.4.7", | ||
"vitest": "^0.31.1" | ||
"@types/node": "^20.8.4", | ||
"@types/prettier": "^3.0.0", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"nock": "^13.3.3", | ||
"rollup": "^4.0.2", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.11", | ||
"vitest": "^0.34.6" | ||
}, | ||
@@ -40,0 +40,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
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
18269
244
Updatedaxios@^1.5.1
Updatedgraphql@^16.8.1