@graphcommerce/graphql-codegen-markdown-docs 9.0.0-canary.56 → 9.0.0-canary.58
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.
- package/CHANGELOG.md +7 -6
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 9.0.0-canary.58
|
4
|
+
|
5
|
+
## 9.0.0-canary.57
|
6
|
+
|
3
7
|
## 9.0.0-canary.56
|
4
8
|
|
5
9
|
## 9.0.0-canary.55
|
@@ -174,8 +178,7 @@
|
|
174
178
|
|
175
179
|
### Patch Changes
|
176
180
|
|
177
|
-
- [#2187](https://github.com/graphcommerce-org/graphcommerce/pull/2187) [`6c4cee8`](https://github.com/graphcommerce-org/graphcommerce/commit/6c4cee8469ee4934281bda53ac96aeb5af2f9479) - Make sure the config page can be properly rendered in the docs
|
178
|
-
([@paales](https://github.com/paales))
|
181
|
+
- [#2187](https://github.com/graphcommerce-org/graphcommerce/pull/2187) [`6c4cee8`](https://github.com/graphcommerce-org/graphcommerce/commit/6c4cee8469ee4934281bda53ac96aeb5af2f9479) - Make sure the config page can be properly rendered in the docs ([@paales](https://github.com/paales))
|
179
182
|
|
180
183
|
## 8.0.1-canary.4
|
181
184
|
|
@@ -189,15 +192,13 @@
|
|
189
192
|
|
190
193
|
### Patch Changes
|
191
194
|
|
192
|
-
- [#2187](https://github.com/graphcommerce-org/graphcommerce/pull/2187) [`6c4cee8`](https://github.com/graphcommerce-org/graphcommerce/commit/6c4cee8469ee4934281bda53ac96aeb5af2f9479) - Make sure the config page can be properly rendered in the docs
|
193
|
-
([@paales](https://github.com/paales))
|
195
|
+
- [#2187](https://github.com/graphcommerce-org/graphcommerce/pull/2187) [`6c4cee8`](https://github.com/graphcommerce-org/graphcommerce/commit/6c4cee8469ee4934281bda53ac96aeb5af2f9479) - Make sure the config page can be properly rendered in the docs ([@paales](https://github.com/paales))
|
194
196
|
|
195
197
|
## 8.0.0
|
196
198
|
|
197
199
|
### Patch Changes
|
198
200
|
|
199
|
-
- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`2e46389`](https://github.com/graphcommerce-org/graphcommerce/commit/2e46389edcd506c490cd7273be384e5c42df4a9e) - Render `framework/config.md` more nicely, so that we follow a more typescript-esque style and inline the enums.
|
200
|
-
([@bramvanderholst](https://github.com/bramvanderholst))
|
201
|
+
- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`2e46389`](https://github.com/graphcommerce-org/graphcommerce/commit/2e46389edcd506c490cd7273be384e5c42df4a9e) - Render `framework/config.md` more nicely, so that we follow a more typescript-esque style and inline the enums. ([@bramvanderholst](https://github.com/bramvanderholst))
|
201
202
|
|
202
203
|
## 8.0.0-canary.100
|
203
204
|
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@graphcommerce/graphql-codegen-markdown-docs",
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
5
|
-
"version": "9.0.0-canary.
|
5
|
+
"version": "9.0.0-canary.58",
|
6
6
|
"sideEffects": false,
|
7
7
|
"type": "commonjs",
|
8
8
|
"main": "dist/index.js",
|
@@ -21,17 +21,17 @@
|
|
21
21
|
}
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
|
-
"@graphql-codegen/add": "5.0.
|
25
|
-
"@graphql-codegen/plugin-helpers": "5.0.
|
26
|
-
"@graphql-codegen/visitor-plugin-common": "
|
27
|
-
"@graphql-tools/utils": "^10.
|
24
|
+
"@graphql-codegen/add": "5.0.3",
|
25
|
+
"@graphql-codegen/plugin-helpers": "5.0.4",
|
26
|
+
"@graphql-codegen/visitor-plugin-common": "5.3.1",
|
27
|
+
"@graphql-tools/utils": "^10.3.2",
|
28
28
|
"@types/parse-filepath": "^1.0.2",
|
29
29
|
"parse-filepath": "^1.0.2"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.
|
33
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
34
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.
|
32
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.58",
|
33
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.58",
|
34
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.58",
|
35
35
|
"graphql": "^16.7.1"
|
36
36
|
}
|
37
37
|
}
|