@graphql-codegen/urql-introspection 2.2.1-alpha-78f7f741b.0 → 2.2.1-alpha-892ec97e0.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.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@graphql-codegen/urql-introspection",
3
- "version": "2.2.1-alpha-78f7f741b.0",
3
+ "version": "2.2.1-alpha-892ec97e0.0",
4
4
  "description": "graphql-code-generate plugin for generating fragments matcher introspection 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/plugin-helpers": "^2.6.0-alpha-78f7f741b.0",
9
+ "@graphql-codegen/plugin-helpers": "^2.6.0-alpha-892ec97e0.0",
10
10
  "@urql/introspection": "^0.3.2",
11
11
  "tslib": "~2.4.0"
12
12
  },
@@ -16,7 +16,7 @@ export interface UrqlIntrospectionConfig {
16
16
  * @default es2015
17
17
  *
18
18
  * @exampleMarkdown
19
- * ```yaml
19
+ * ```yaml {6}
20
20
  * generates:
21
21
  * path/to/file.json:
22
22
  * plugins: