@graphql-codegen/typescript-vue-apollo 3.2.1 → 3.2.2-alpha-1f4053433.0

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 +28 -28
  2. package/package.json +2 -2
package/config.d.ts CHANGED
@@ -13,13 +13,13 @@ export interface VueApolloRawPluginConfig extends RawClientSideBasePluginConfig
13
13
  * @exampleMarkdown
14
14
  * ```yml
15
15
  * generates:
16
- * path/to/file.ts:
17
- * plugins:
18
- * - typescript
19
- * - typescript-operations
20
- * - typescript-vue-apollo
21
- * config:
22
- * withCompositionFunctions: true
16
+ * path/to/file.ts:
17
+ * plugins:
18
+ * - typescript
19
+ * - typescript-operations
20
+ * - typescript-vue-apollo
21
+ * config:
22
+ * withCompositionFunctions: true
23
23
  * ```
24
24
  */
25
25
  withCompositionFunctions?: boolean;
@@ -30,13 +30,13 @@ export interface VueApolloRawPluginConfig extends RawClientSideBasePluginConfig
30
30
  * @exampleMarkdown
31
31
  * ```yml
32
32
  * generates:
33
- * path/to/file.ts:
34
- * plugins:
35
- * - typescript
36
- * - typescript-operations
37
- * - typescript-vue-apollo
38
- * config:
39
- * vueApolloComposableImportFrom: vue
33
+ * path/to/file.ts:
34
+ * plugins:
35
+ * - typescript
36
+ * - typescript-operations
37
+ * - typescript-vue-apollo
38
+ * config:
39
+ * vueApolloComposableImportFrom: vue
40
40
  * ```
41
41
  */
42
42
  vueApolloComposableImportFrom?: 'vue' | '@vue/apollo-composable' | string;
@@ -47,13 +47,13 @@ export interface VueApolloRawPluginConfig extends RawClientSideBasePluginConfig
47
47
  * @exampleMarkdown
48
48
  * ```yml
49
49
  * generates:
50
- * path/to/file.ts:
51
- * plugins:
52
- * - typescript
53
- * - typescript-operations
54
- * - typescript-vue-apollo
55
- * config:
56
- * vueCompositionApiImportFrom: vue
50
+ * path/to/file.ts:
51
+ * plugins:
52
+ * - typescript
53
+ * - typescript-operations
54
+ * - typescript-vue-apollo
55
+ * config:
56
+ * vueCompositionApiImportFrom: vue
57
57
  * ```
58
58
  */
59
59
  vueCompositionApiImportFrom?: 'vue' | '@vue/composition-api' | string;
@@ -65,13 +65,13 @@ export interface VueApolloRawPluginConfig extends RawClientSideBasePluginConfig
65
65
  * @exampleMarkdown
66
66
  * ```yml
67
67
  * generates:
68
- * path/to/file.ts:
69
- * plugins:
70
- * - typescript
71
- * - typescript-operations
72
- * - typescript-vue-apollo
73
- * config:
74
- * addDocBlocks: true
68
+ * path/to/file.ts:
69
+ * plugins:
70
+ * - typescript
71
+ * - typescript-operations
72
+ * - typescript-vue-apollo
73
+ * config:
74
+ * addDocBlocks: true
75
75
  * ```
76
76
  */
77
77
  addDocBlocks?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/typescript-vue-apollo",
3
- "version": "3.2.1",
3
+ "version": "3.2.2-alpha-1f4053433.0",
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,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@graphql-codegen/plugin-helpers": "^2.3.0",
11
- "@graphql-codegen/visitor-plugin-common": "2.5.1",
11
+ "@graphql-codegen/visitor-plugin-common": "2.6.0-alpha-1f4053433.0",
12
12
  "auto-bind": "~4.0.0",
13
13
  "change-case-all": "1.0.14",
14
14
  "tslib": "~2.3.0"