@graphql-codegen/import-types-preset 2.1.14 → 2.1.17

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/index.d.ts +2 -2
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -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
- * ```yml
9
+ * ```yaml
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
- * ```yml
25
+ * ```yaml
26
26
  * generates:
27
27
  * src/:
28
28
  * preset: import-types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/import-types-preset",
3
- "version": "2.1.14",
3
+ "version": "2.1.17",
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"
@@ -8,8 +8,8 @@
8
8
  "dependencies": {
9
9
  "@graphql-codegen/add": "^3.1.1",
10
10
  "@graphql-codegen/plugin-helpers": "^2.4.0",
11
- "@graphql-codegen/visitor-plugin-common": "2.7.3",
12
- "tslib": "~2.3.0"
11
+ "@graphql-codegen/visitor-plugin-common": "2.7.6",
12
+ "tslib": "~2.4.0"
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",