@graphql-mesh/merger-bare 0.104.18 → 0.104.19-alpha-20250212125252-6167fff12fe4017202b35363ff2769aafe28f98a
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 +1 -1
- package/esm/index.js +1 -1
- package/package.json +4 -4
package/cjs/index.js
CHANGED
|
@@ -15,7 +15,7 @@ class BareMerger {
|
|
|
15
15
|
// switch to stitching merger
|
|
16
16
|
this.name = 'stitching';
|
|
17
17
|
this.options.logger.debug(`Switching to Stitching merger due to the transforms and additional resolvers`);
|
|
18
|
-
this.options.logger = this.options.logger.child('
|
|
18
|
+
this.options.logger = this.options.logger.child({ proxy: 'stitching' });
|
|
19
19
|
this.stitchingMerger = this.stitchingMerger || new merger_stitching_1.default(this.options);
|
|
20
20
|
return this.stitchingMerger.getUnifiedSchema(mergerCtx);
|
|
21
21
|
}
|
package/esm/index.js
CHANGED
|
@@ -12,7 +12,7 @@ export default class BareMerger {
|
|
|
12
12
|
// switch to stitching merger
|
|
13
13
|
this.name = 'stitching';
|
|
14
14
|
this.options.logger.debug(`Switching to Stitching merger due to the transforms and additional resolvers`);
|
|
15
|
-
this.options.logger = this.options.logger.child('
|
|
15
|
+
this.options.logger = this.options.logger.child({ proxy: 'stitching' });
|
|
16
16
|
this.stitchingMerger = this.stitchingMerger || new StitchingMerger(this.options);
|
|
17
17
|
return this.stitchingMerger.getUnifiedSchema(mergerCtx);
|
|
18
18
|
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/merger-bare",
|
|
3
|
-
"version": "0.104.
|
|
3
|
+
"version": "0.104.19-alpha-20250212125252-6167fff12fe4017202b35363ff2769aafe28f98a",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "*"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@graphql-mesh/merger-stitching": "0.104.
|
|
10
|
-
"@graphql-mesh/types": "
|
|
11
|
-
"@graphql-mesh/utils": "
|
|
9
|
+
"@graphql-mesh/merger-stitching": "0.104.16-alpha-20250212125252-6167fff12fe4017202b35363ff2769aafe28f98a",
|
|
10
|
+
"@graphql-mesh/types": "0.103.16-alpha-20250212125252-6167fff12fe4017202b35363ff2769aafe28f98a",
|
|
11
|
+
"@graphql-mesh/utils": "0.103.16-alpha-20250212125252-6167fff12fe4017202b35363ff2769aafe28f98a",
|
|
12
12
|
"@graphql-tools/schema": "^10.0.13",
|
|
13
13
|
"@graphql-tools/utils": "^10.8.0",
|
|
14
14
|
"tslib": "^2.4.0"
|