@graphql-codegen/client-preset 4.6.0-alpha-20250127060722-e648726c1f01493f3b88a9e8609cdda6368d0a3f → 4.6.0-alpha-20250127060747-9152380b6f541232ec4086aa6d472c23ae01bb81

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/cjs/index.js CHANGED
@@ -44,7 +44,6 @@ exports.preset = {
44
44
  skipTypeNameForRoot: options.config.skipTypeNameForRoot,
45
45
  onlyOperationTypes: options.config.onlyOperationTypes,
46
46
  onlyEnumTypes: options.config.onlyEnumTypes,
47
- customDirectives: options.config.customDirectives,
48
47
  };
49
48
  const visitor = new visitor_plugin_common_1.ClientSideBaseVisitor(options.schemaAst, [], options.config, options.config);
50
49
  let fragmentMaskingConfig = null;
package/esm/index.js CHANGED
@@ -39,7 +39,6 @@ export const preset = {
39
39
  skipTypeNameForRoot: options.config.skipTypeNameForRoot,
40
40
  onlyOperationTypes: options.config.onlyOperationTypes,
41
41
  onlyEnumTypes: options.config.onlyEnumTypes,
42
- customDirectives: options.config.customDirectives,
43
42
  };
44
43
  const visitor = new ClientSideBaseVisitor(options.schemaAst, [], options.config, options.config);
45
44
  let fragmentMaskingConfig = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/client-preset",
3
- "version": "4.6.0-alpha-20250127060722-e648726c1f01493f3b88a9e8609cdda6368d0a3f",
3
+ "version": "4.6.0-alpha-20250127060747-9152380b6f541232ec4086aa6d472c23ae01bb81",
4
4
  "description": "GraphQL Code Generator preset for client.",
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"
@@ -9,12 +9,12 @@
9
9
  "@babel/helper-plugin-utils": "^7.20.2",
10
10
  "@babel/template": "^7.20.7",
11
11
  "@graphql-codegen/add": "^5.0.3",
12
- "@graphql-codegen/typed-document-node": "5.0.13-alpha-20250127060722-e648726c1f01493f3b88a9e8609cdda6368d0a3f",
13
- "@graphql-codegen/typescript": "4.1.3-alpha-20250127060722-e648726c1f01493f3b88a9e8609cdda6368d0a3f",
14
- "@graphql-codegen/typescript-operations": "4.4.1-alpha-20250127060722-e648726c1f01493f3b88a9e8609cdda6368d0a3f",
15
- "@graphql-codegen/gql-tag-operations": "4.0.13-alpha-20250127060722-e648726c1f01493f3b88a9e8609cdda6368d0a3f",
12
+ "@graphql-codegen/typed-document-node": "5.0.13-alpha-20250127060747-9152380b6f541232ec4086aa6d472c23ae01bb81",
13
+ "@graphql-codegen/typescript": "4.1.3-alpha-20250127060747-9152380b6f541232ec4086aa6d472c23ae01bb81",
14
+ "@graphql-codegen/typescript-operations": "4.4.1-alpha-20250127060747-9152380b6f541232ec4086aa6d472c23ae01bb81",
15
+ "@graphql-codegen/gql-tag-operations": "4.0.13-alpha-20250127060747-9152380b6f541232ec4086aa6d472c23ae01bb81",
16
16
  "@graphql-codegen/plugin-helpers": "^5.1.0",
17
- "@graphql-codegen/visitor-plugin-common": "5.6.1-alpha-20250127060722-e648726c1f01493f3b88a9e8609cdda6368d0a3f",
17
+ "@graphql-codegen/visitor-plugin-common": "5.6.1-alpha-20250127060747-9152380b6f541232ec4086aa6d472c23ae01bb81",
18
18
  "@graphql-typed-document-node/core": "3.2.0",
19
19
  "@graphql-tools/documents": "^1.0.0",
20
20
  "@graphql-tools/utils": "^10.0.0",