@graphql-codegen/introspection 2.1.1-alpha-e04750ad3.0 → 2.1.1

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 +5 -5
  2. package/package.json +4 -3
package/index.d.ts CHANGED
@@ -10,11 +10,11 @@ export interface IntrospectionPluginConfig {
10
10
  * @exampleMarkdown
11
11
  * ```yml
12
12
  * generates:
13
- * introspection.json:
14
- * plugins:
15
- * - introspection
16
- * config:
17
- * minify: true
13
+ * introspection.json:
14
+ * plugins:
15
+ * - introspection
16
+ * config:
17
+ * minify: true
18
18
  * ```
19
19
  */
20
20
  minify?: boolean;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@graphql-codegen/introspection",
3
- "version": "2.1.1-alpha-e04750ad3.0",
3
+ "version": "2.1.1",
4
4
  "description": "GraphQL Code Generator plugin for generating an introspection JSON file for a GraphQLSchema",
5
5
  "peerDependencies": {
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"
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.2.0-alpha-e04750ad3.0",
9
+ "@graphql-codegen/plugin-helpers": "^2.3.2",
10
10
  "tslib": "~2.3.0"
11
11
  },
12
12
  "repository": {
@@ -22,6 +22,7 @@
22
22
  "definition": "index.d.ts"
23
23
  },
24
24
  "exports": {
25
+ "./package.json": "./package.json",
25
26
  ".": {
26
27
  "require": "./index.js",
27
28
  "import": "./index.mjs"