@graphql-codegen/typescript-mongodb 2.2.1 → 2.2.2-alpha-1f4053433.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/config.d.ts +6 -6
  2. package/package.json +3 -3
package/config.d.ts CHANGED
@@ -64,12 +64,12 @@ export interface TypeScriptMongoPluginConfig extends RawConfig {
64
64
  * @exampleMarkdown
65
65
  * ```yml
66
66
  * generates:
67
- * path/to/file.ts:
68
- * plugins:
69
- * - typescript
70
- * - typescript-mongodb
71
- * config:
72
- * avoidOptionals: true
67
+ * path/to/file.ts:
68
+ * plugins:
69
+ * - typescript
70
+ * - typescript-mongodb
71
+ * config:
72
+ * avoidOptionals: true
73
73
  * ```
74
74
  */
75
75
  avoidOptionals?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/typescript-mongodb",
3
- "version": "2.2.1",
3
+ "version": "2.2.2-alpha-1f4053433.0",
4
4
  "description": "GraphQL Code Generator plugin for generting a ready-to-use ORM types for MongoDB",
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",
@@ -8,8 +8,8 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@graphql-codegen/plugin-helpers": "^2.3.0",
11
- "@graphql-codegen/typescript": "^2.4.1",
12
- "@graphql-codegen/visitor-plugin-common": "2.5.1",
11
+ "@graphql-codegen/typescript": "2.4.2-alpha-1f4053433.0",
12
+ "@graphql-codegen/visitor-plugin-common": "2.6.0-alpha-1f4053433.0",
13
13
  "@graphql-tools/utils": "^8.1.1",
14
14
  "auto-bind": "~4.0.0",
15
15
  "lodash": "~4.17.0",