@graphql-codegen/typescript-vue-apollo 3.2.7 → 3.2.10

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 +4 -4
  2. package/package.json +3 -3
package/config.d.ts CHANGED
@@ -11,7 +11,7 @@ export interface VueApolloRawPluginConfig extends RawClientSideBasePluginConfig
11
11
  * @default true
12
12
  *
13
13
  * @exampleMarkdown
14
- * ```yml
14
+ * ```yaml
15
15
  * generates:
16
16
  * path/to/file.ts:
17
17
  * plugins:
@@ -28,7 +28,7 @@ export interface VueApolloRawPluginConfig extends RawClientSideBasePluginConfig
28
28
  * @default @vue/apollo-composable
29
29
  *
30
30
  * @exampleMarkdown
31
- * ```yml
31
+ * ```yaml
32
32
  * generates:
33
33
  * path/to/file.ts:
34
34
  * plugins:
@@ -45,7 +45,7 @@ export interface VueApolloRawPluginConfig extends RawClientSideBasePluginConfig
45
45
  * @default @vue/composition-api
46
46
  *
47
47
  * @exampleMarkdown
48
- * ```yml
48
+ * ```yaml
49
49
  * generates:
50
50
  * path/to/file.ts:
51
51
  * plugins:
@@ -63,7 +63,7 @@ export interface VueApolloRawPluginConfig extends RawClientSideBasePluginConfig
63
63
  * @default true
64
64
  *
65
65
  * @exampleMarkdown
66
- * ```yml
66
+ * ```yaml
67
67
  * generates:
68
68
  * path/to/file.ts:
69
69
  * plugins:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/typescript-vue-apollo",
3
- "version": "3.2.7",
3
+ "version": "3.2.10",
4
4
  "description": "GraphQL Code Generator plugin for generating ready-to-use Vue-Apollo composition functions based on 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",
@@ -8,10 +8,10 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@graphql-codegen/plugin-helpers": "^2.4.0",
11
- "@graphql-codegen/visitor-plugin-common": "2.7.2",
11
+ "@graphql-codegen/visitor-plugin-common": "2.7.5",
12
12
  "auto-bind": "~4.0.0",
13
13
  "change-case-all": "1.0.14",
14
- "tslib": "~2.3.0"
14
+ "tslib": "~2.4.0"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",