Skip to content

Commit b164f75

Browse files
committed
fix library usage issue
1 parent ed41739 commit b164f75

File tree

15 files changed

+17
-24
lines changed

15 files changed

+17
-24
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magidoc/docs",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"license": "MIT",
55
"type": "module",
66
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magidoc",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "MagiDoc is a documentation website generator for GraphQL based on Svelte and that allows for infinite customization through plugins.",
55
"repository": "git@github.com:magidoc-org/magidoc.git",
66
"author": "Sunny Pelletier",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@magidoc/cli",
33
"description": "Magidoc CLI application responsible for generating GraphQL documentation websites.",
44
"private": false,
5-
"version": "5.0.1",
5+
"version": "5.0.2",
66
"type": "module",
77
"license": "MIT",
88
"main": "./build/index.js",

packages/plugins/fuse-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@magidoc/plugin-fuse-graphql",
33
"description": "A plugin used to index a GraphQL schema into a Fuse.js search engine.",
44
"private": false,
5-
"version": "5.0.1",
5+
"version": "5.0.2",
66
"type": "module",
77
"license": "MIT",
88
"main": "./build/index.js",

packages/plugins/fuse-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@magidoc/plugin-fuse-markdown",
33
"description": "A plugin used to index markdown text into a Fuse.js search engine.",
44
"private": false,
5-
"version": "5.0.1",
5+
"version": "5.0.2",
66
"type": "module",
77
"license": "MIT",
88
"main": "./build/index.js",

packages/plugins/query-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@magidoc/plugin-query-generator",
33
"description": "A browser and nodeJS compatible plugin that allows to generate GraphQL Queries and Variables",
44
"private": false,
5-
"version": "5.0.1",
5+
"version": "5.0.2",
66
"type": "module",
77
"license": "MIT",
88
"main": "./build/index.js",

packages/plugins/reverse-schema-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@magidoc/plugin-reverse-schema-mapper",
33
"description": "A library that provides the ability to do a reverse lookup on GraphQL types.",
44
"private": false,
5-
"version": "5.0.1",
5+
"version": "5.0.2",
66
"type": "module",
77
"license": "MIT",
88
"main": "./build/index.js",

packages/plugins/rollup-plugin-gql-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@magidoc/rollup-plugin-gql-schema",
33
"description": "A Rollup and ViteJS plugin that allows to parse a GraphQL Schema from a target URL and save it to a target output folder, or to parse it from the disk and convert it to a desired format.",
44
"private": false,
5-
"version": "5.0.1",
5+
"version": "5.0.2",
66
"type": "module",
77
"license": "MIT",
88
"main": "./build/index.js",

packages/plugins/starter-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@magidoc/plugin-starter-common",
33
"description": "A shared library that contains common code shared between multiple starter applications.",
44
"private": false,
5-
"version": "5.0.1",
5+
"version": "5.0.2",
66
"type": "module",
77
"license": "MIT",
88
"main": "./build/index.js",

packages/plugins/starter-variables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@magidoc/plugin-starter-variables",
33
"description": "A shared library that contains common Magidoc starter environment variables keys.",
44
"private": false,
5-
"version": "5.0.1",
5+
"version": "5.0.2",
66
"type": "module",
77
"license": "MIT",
88
"main": "./build/index.js",

0 commit comments

Comments
 (0)