@graphql-codegen/named-operations-object 2.2.0 → 2.2.1-alpha-23d229715.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/index.d.ts +6 -6
  2. package/package.json +4 -3
package/index.d.ts CHANGED
@@ -7,12 +7,12 @@ export interface NamedOperationsObjectPluginConfig {
7
7
  * @exampleMarkdown
8
8
  * ```yml
9
9
  * generates:
10
- * path/to/file.ts:
11
- * plugins:
12
- * - typescript
13
- * - named-operations-object
14
- * config:
15
- * identifierName: ListAllOperations
10
+ * path/to/file.ts:
11
+ * plugins:
12
+ * - typescript
13
+ * - named-operations-object
14
+ * config:
15
+ * identifierName: ListAllOperations
16
16
  * ```
17
17
  */
18
18
  identifierName?: string;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@graphql-codegen/named-operations-object",
3
- "version": "2.2.0",
3
+ "version": "2.2.1-alpha-23d229715.0",
4
4
  "description": "GraphQL Code Generator plugin for generating an enum with all loaded operations, for simpler and type-safe access",
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
  "graphql-tag": "^2.0.0"
8
8
  },
9
9
  "dependencies": {
10
- "@graphql-codegen/plugin-helpers": "^2.3.0",
10
+ "@graphql-codegen/plugin-helpers": "2.4.0-alpha-23d229715.0",
11
11
  "change-case-all": "1.0.14",
12
12
  "tslib": "~2.3.0"
13
13
  },
@@ -24,6 +24,7 @@
24
24
  "definition": "index.d.ts"
25
25
  },
26
26
  "exports": {
27
+ "./package.json": "./package.json",
27
28
  ".": {
28
29
  "require": "./index.js",
29
30
  "import": "./index.mjs"