@graphql-markdown/docusaurus 1.22.0 → 1.24.0

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/dist/index.js +2 -0
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -35,7 +35,9 @@ function pluginGraphQLDocGenerator(_, options) {
35
35
  .option("-b, --base <baseURL>", "Base URL to be used by Docusaurus")
36
36
  .option("-l, --link <linkRoot>", "Root for links in documentation")
37
37
  .option("-h, --homepage <homepage>", "File location for doc landing page")
38
+ .option("--noApiGroup", "Disable API grouping for types")
38
39
  .option("--noCode", "Disable code section for types")
40
+ .option("--noExample", "Disable example section for types")
39
41
  .option("--noParentType", "Disable parent type name as field prefix")
40
42
  .option("--noRelatedType", "Disable related types sections")
41
43
  .option("--noTypeBadges", "Disable badges for types")
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.22.0",
8
+ "version": "1.24.0",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
@@ -50,13 +50,13 @@
50
50
  "clean": "rm -rf ./dist"
51
51
  },
52
52
  "dependencies": {
53
- "@graphql-markdown/core": "^1.8.0",
54
- "@graphql-markdown/logger": "^1.0.1",
55
- "@graphql-markdown/printer-legacy": "^1.6.0"
53
+ "@graphql-markdown/core": "^1.10.0",
54
+ "@graphql-markdown/logger": "^1.0.2",
55
+ "@graphql-markdown/printer-legacy": "^1.8.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@docusaurus/types": "^3.0.0",
59
- "@graphql-markdown/types": "^1.0.1"
58
+ "@docusaurus/types": "^3.1.1",
59
+ "@graphql-markdown/types": "^1.3.0"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "@docusaurus/logger": "*"