@graphql-markdown/docusaurus 1.24.0 → 1.24.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/README.md +8 -5
  2. package/package.json +9 -8
package/README.md CHANGED
@@ -1,7 +1,10 @@
1
1
  # @graphql-markdown/docusaurus
2
2
 
3
- [![Latest Version](https://img.shields.io/npm/v/@graphql-markdown/docusaurus?style=flat-square)](https://www.npmjs.com/package/@graphql-markdown/docusaurus)
4
- [![GitHub License](https://img.shields.io/github/license/graphql-markdown/graphql-markdown?style=flat-square)](https://raw.githubusercontent.com/graphql-markdown/graphql-markdown/main/LICENSE)
3
+ [![Latest Version](https://img.shields.io/npm/v/@graphql-markdown/docusaurus?style=flat)](https://www.npmjs.com/package/@graphql-markdown/docusaurus)
4
+ [![GitHub License](https://img.shields.io/github/license/graphql-markdown/graphql-markdown?style=flat)](https://raw.githubusercontent.com/graphql-markdown/graphql-markdown/main/LICENSE)
5
+ [![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=graphql-markdown_docusaurus&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=graphql-markdown_docusaurus)
6
+ [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=graphql-markdown_docusaurus&metric=coverage)](https://sonarcloud.io/summary/new_code?id=graphql-markdown_docusaurus)
7
+ [![Mutation Score](https://img.shields.io/endpoint?label=mutation%20score&style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fgraphql-markdown%2Fgraphql-markdown%2Fmain%3Fmodule%3Ddocusarus)](https://dashboard.stryker-mutator.io/reports/github.com/graphql-markdown/graphql-markdown/main?module=docusarus)
5
8
 
6
9
  **Docusaurus** [docs feature](https://docusaurus.io/docs/docs-introduction) plugin for generating **Markdown documentation** from a **GraphQL schema**.
7
10
 
@@ -30,15 +33,15 @@ The plugin adds a new command `graphql-to-doc` to the [Docusaurus CLI](https://d
30
33
  npx docusaurus graphql-to-doc
31
34
  ```
32
35
 
33
- Command line options are described in the [documentation settings](https://graphql-markdown.github.io/docs/settings) page.
36
+ Command line options are described in the [documentation settings](https://graphql-markdown.dev/docs/settings) page.
34
37
 
35
38
  ## Configuration
36
39
 
37
- See [documentation settings](https://graphql-markdown.github.io/docs/settings) page.
40
+ See [documentation settings](https://graphql-markdown.dev/docs/settings) page.
38
41
 
39
42
  ## Troubleshooting
40
43
 
41
- See [documentation troubleshooting](https://graphql-markdown.github.io/docs/troubleshooting) page.
44
+ See [documentation troubleshooting](https://graphql-markdown.dev/docs/troubleshooting) page.
42
45
 
43
46
  ## License
44
47
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@graphql-markdown/docusaurus",
3
- "homepage": "https://graphql-markdown.github.io",
3
+ "homepage": "https://graphql-markdown.dev",
4
4
  "description": "Docusaurus plugin for generating Markdown documentation from a GraphQL schema.",
5
5
  "bugs": {
6
6
  "url": "https://github.com/graphql-markdown/graphql-markdown/issues"
7
7
  },
8
- "version": "1.24.0",
8
+ "version": "1.24.2",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
@@ -47,16 +47,17 @@
47
47
  "prepack": "pinst --disable",
48
48
  "postpack": "pinst --enable",
49
49
  "stryker": "stryker run",
50
- "clean": "rm -rf ./dist"
50
+ "clean": "rm -rf ./dist",
51
+ "docs": "typedoc"
51
52
  },
52
53
  "dependencies": {
53
- "@graphql-markdown/core": "^1.10.0",
54
- "@graphql-markdown/logger": "^1.0.2",
55
- "@graphql-markdown/printer-legacy": "^1.8.0"
54
+ "@graphql-markdown/core": "^1.10.2",
55
+ "@graphql-markdown/logger": "^1.0.3",
56
+ "@graphql-markdown/printer-legacy": "^1.8.2"
56
57
  },
57
58
  "devDependencies": {
58
- "@docusaurus/types": "^3.1.1",
59
- "@graphql-markdown/types": "^1.3.0"
59
+ "@docusaurus/types": "^3.2.0",
60
+ "@graphql-markdown/types": "^1.3.1"
60
61
  },
61
62
  "peerDependencies": {
62
63
  "@docusaurus/logger": "*"