@graphql-codegen/plugin-helpers 1.18.5 → 1.18.6

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/package.json +2 -2
  2. package/types.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/plugin-helpers",
3
- "version": "1.18.5",
3
+ "version": "1.18.6",
4
4
  "description": "GraphQL Code Generator common utils and types",
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"
@@ -9,7 +9,7 @@
9
9
  "@graphql-tools/utils": "^7.0.0",
10
10
  "common-tags": "1.8.0",
11
11
  "import-from": "3.0.0",
12
- "lodash": "~4.17.20",
12
+ "lodash": "~4.17.0",
13
13
  "tslib": "~2.2.0"
14
14
  },
15
15
  "repository": {
package/types.d.ts CHANGED
@@ -446,7 +446,7 @@ export declare namespace Types {
446
446
  *
447
447
  * For more details: https://graphql-code-generator.com/docs/getting-started/lifecycle-hooks
448
448
  */
449
- hooks?: LifecycleHooksDefinition;
449
+ hooks?: Partial<LifecycleHooksDefinition>;
450
450
  }
451
451
  type ComplexPluginOutput = {
452
452
  content: string;