@graphql-codegen/typescript-graphql-request 4.4.5 → 4.4.8

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/config.d.ts +2 -2
  2. package/package.json +3 -3
package/config.d.ts CHANGED
@@ -8,7 +8,7 @@ export interface RawGraphQLRequestPluginConfig extends RawClientSideBasePluginCo
8
8
  * @default false
9
9
  *
10
10
  * @exampleMarkdown
11
- * ```yml
11
+ * ```yaml
12
12
  * generates:
13
13
  * path/to/file.ts:
14
14
  * plugins:
@@ -25,7 +25,7 @@ export interface RawGraphQLRequestPluginConfig extends RawClientSideBasePluginCo
25
25
  * @default any
26
26
  *
27
27
  * @exampleMarkdown
28
- * ```yml
28
+ * ```yaml
29
29
  * config:
30
30
  * rawRequest: true
31
31
  * extensionsType: unknown
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/typescript-graphql-request",
3
- "version": "4.4.5",
3
+ "version": "4.4.8",
4
4
  "description": "GraphQL Code Generator plugin for generating a ready-to-use SDK based on graphql-request and GraphQL operations",
5
5
  "peerDependencies": {
6
6
  "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
@@ -9,9 +9,9 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "@graphql-codegen/plugin-helpers": "^2.4.0",
12
- "@graphql-codegen/visitor-plugin-common": "2.7.4",
12
+ "@graphql-codegen/visitor-plugin-common": "2.8.0",
13
13
  "auto-bind": "~4.0.0",
14
- "tslib": "~2.3.0"
14
+ "tslib": "~2.4.0"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",