joist-graphql-codegen 2.2.0-next.54 → 2.2.0-next.55
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/build/testUtils.d.ts +1 -1
- package/package.json +3 -3
package/build/testUtils.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export declare function newPolymorphicField(fieldName: string, components: strin
|
|
|
15
15
|
fieldType: string;
|
|
16
16
|
notNull: boolean;
|
|
17
17
|
hasConfigDefault: boolean;
|
|
18
|
-
components: import("joist-codegen/
|
|
18
|
+
components: import("joist-codegen/build/EntityDbMetadata").PolymorphicFieldComponent[];
|
|
19
19
|
};
|
|
20
20
|
/**
|
|
21
21
|
* Mimics the contentToString flow from packages/codegen/src/index.ts to test import extension handling.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joist-graphql-codegen",
|
|
3
|
-
"version": "2.2.0-next.
|
|
3
|
+
"version": "2.2.0-next.55",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"build"
|
|
18
18
|
],
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"joist-core": "2.2.0-next.
|
|
21
|
-
"joist-utils": "2.2.0-next.
|
|
20
|
+
"joist-core": "2.2.0-next.55",
|
|
21
|
+
"joist-utils": "2.2.0-next.55",
|
|
22
22
|
"pg-types": "^4.1.0"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|