@graphql-codegen/import-types-preset 2.2.2-alpha-33d33bf6b.0 → 2.2.2

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/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@graphql-codegen/import-types-preset",
3
- "version": "2.2.2-alpha-33d33bf6b.0",
3
+ "version": "2.2.2",
4
4
  "description": "GraphQL Code Generator preset for importing types to operation file",
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"
7
7
  },
8
8
  "dependencies": {
9
- "@graphql-codegen/add": "^3.2.1-alpha-33d33bf6b.0",
10
- "@graphql-codegen/plugin-helpers": "^2.6.0-alpha-33d33bf6b.0",
11
- "@graphql-codegen/visitor-plugin-common": "2.12.0-alpha-33d33bf6b.0",
9
+ "@graphql-codegen/add": "^3.2.0",
10
+ "@graphql-codegen/plugin-helpers": "^2.6.0",
11
+ "@graphql-codegen/visitor-plugin-common": "2.12.0",
12
12
  "tslib": "~2.4.0"
13
13
  },
14
14
  "repository": {
@@ -6,7 +6,7 @@ export declare type ImportTypesConfig = {
6
6
  * The key of the output is used a the base path for this file.
7
7
  *
8
8
  * @exampleMarkdown
9
- * ```yaml
9
+ * ```yaml {5}
10
10
  * generates:
11
11
  * path/to/file.ts:
12
12
  * preset: import-types
@@ -22,7 +22,7 @@ export declare type ImportTypesConfig = {
22
22
  * @default Types
23
23
  *
24
24
  * @exampleMarkdown
25
- * ```yaml
25
+ * ```yaml {6}
26
26
  * generates:
27
27
  * src/:
28
28
  * preset: import-types