@graphql-codegen/c-sharp-operations 2.2.8 → 2.2.9

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 +6 -6
  2. package/package.json +3 -3
package/config.d.ts CHANGED
@@ -8,7 +8,7 @@ export interface CSharpOperationsRawPluginConfig extends RawClientSideBasePlugin
8
8
  * @description Allow you to customize the namespace name.
9
9
  *
10
10
  * @exampleMarkdown
11
- * ```yml
11
+ * ```yaml
12
12
  * config:
13
13
  * namespaceName: MyCompany.MyNamespace
14
14
  * ```
@@ -18,7 +18,7 @@ export interface CSharpOperationsRawPluginConfig extends RawClientSideBasePlugin
18
18
  * @description Defined the global value of `namedClient`.
19
19
  *
20
20
  * @exampleMarkdown
21
- * ```yml
21
+ * ```yaml
22
22
  * config:
23
23
  * namedClient: 'customName'
24
24
  * ```
@@ -29,7 +29,7 @@ export interface CSharpOperationsRawPluginConfig extends RawClientSideBasePlugin
29
29
  * @default GQL
30
30
  *
31
31
  * @exampleMarkdown
32
- * ```yml
32
+ * ```yaml
33
33
  * config:
34
34
  * querySuffix: 'QueryService'
35
35
  * ```
@@ -40,7 +40,7 @@ export interface CSharpOperationsRawPluginConfig extends RawClientSideBasePlugin
40
40
  * @default GQL
41
41
  *
42
42
  * @exampleMarkdown
43
- * ```yml
43
+ * ```yaml
44
44
  * config:
45
45
  * mutationSuffix: 'MutationService'
46
46
  * ```
@@ -51,7 +51,7 @@ export interface CSharpOperationsRawPluginConfig extends RawClientSideBasePlugin
51
51
  * @default GQL
52
52
  *
53
53
  * @exampleMarkdown
54
- * ```yml
54
+ * ```yaml
55
55
  * config:
56
56
  * subscriptionSuffix: 'SubscriptionService'
57
57
  * ```
@@ -62,7 +62,7 @@ export interface CSharpOperationsRawPluginConfig extends RawClientSideBasePlugin
62
62
  * @default false
63
63
  *
64
64
  * @exampleMarkdown
65
- * ```yml
65
+ * ```yaml
66
66
  * config:
67
67
  * typesafeOperation: true
68
68
  * ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/c-sharp-operations",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "description": "GraphQL Code Generator plugin for generating CSharp code based on GraphQL operations",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
@@ -9,10 +9,10 @@
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.7.5",
13
13
  "auto-bind": "~4.0.0",
14
14
  "change-case-all": "1.0.14",
15
- "tslib": "~2.3.0"
15
+ "tslib": "~2.4.0"
16
16
  },
17
17
  "repository": "git@github.com:dotansimha/graphql-code-generator.git",
18
18
  "license": "MIT",