@graphql-markdown/docusaurus 1.20.0 → 1.20.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/src/index.js +1 -0
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "bugs": {
6
6
  "url": "https://github.com/graphql-markdown/graphql-markdown/issues"
7
7
  },
8
- "version": "1.20.0",
8
+ "version": "1.20.2",
9
9
  "license": "MIT",
10
10
  "main": "src/index.js",
11
11
  "repository": {
@@ -31,8 +31,8 @@
31
31
  "stryker": "stryker run"
32
32
  },
33
33
  "dependencies": {
34
- "@graphql-markdown/core": "^1.6.0",
35
- "@graphql-markdown/printer-legacy": "^1.4.0"
34
+ "@graphql-markdown/core": "^1.6.2",
35
+ "@graphql-markdown/printer-legacy": "^1.4.2"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@docusaurus/logger": "*"
package/src/index.js CHANGED
@@ -34,6 +34,7 @@ module.exports = function pluginGraphQLDocGenerator(_, configOptions) {
34
34
  "-h, --homepage <homepage>",
35
35
  "File location for doc landing page",
36
36
  )
37
+ .option("--noCode", "Disable code section for types")
37
38
  .option("--noPagination", "Disable page navigation buttons")
38
39
  .option("--noParentType", "Disable parent type name as field prefix")
39
40
  .option("--noRelatedType", "Disable related types sections")