@graphql-markdown/utils
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
@@ -26,3 +26,3 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@graphql-tools/load": "^7.7.7" | ||
"@graphql-tools/load": "^7.8.6" | ||
}, | ||
@@ -29,0 +29,0 @@ "peerDependencies": { |
module.exports = { | ||
helpers: { | ||
fs: require("./helpers/fs"), | ||
prettier: require("./helpers/prettier"), | ||
}, | ||
scalars: { | ||
array: require("./scalars/array"), | ||
object: require("./scalars/object"), | ||
string: require("./scalars/string"), | ||
url: require("./scalars/url"), | ||
}, | ||
graphql: require("./lib/graphql"), | ||
fs: require("./fs"), | ||
prettier: require("./prettier"), | ||
array: require("./array"), | ||
object: require("./object"), | ||
string: require("./string"), | ||
url: require("./url"), | ||
graphql: require("./graphql"), | ||
}; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
15938
498
1
Updated@graphql-tools/load@^7.8.6