@graphql-mesh/merger-bare 0.104.19 → 0.105.0-alpha-20250124181238-87366ee8e2a95025d881bdaba556f04d337e8331

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
@@ -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({ proxy: 'stitching' });
18
+ this.options.logger = this.options.logger.child('Stitching Proxy');
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({ proxy: 'stitching' });
15
+ this.options.logger = this.options.logger.child('Stitching Proxy');
16
16
  this.stitchingMerger = this.stitchingMerger || new StitchingMerger(this.options);
17
17
  return this.stitchingMerger.getUnifiedSchema(mergerCtx);
18
18
  }
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@graphql-mesh/merger-bare",
3
- "version": "0.104.19",
3
+ "version": "0.105.0-alpha-20250124181238-87366ee8e2a95025d881bdaba556f04d337e8331",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "*"
7
7
  },
8
8
  "dependencies": {
9
- "@graphql-mesh/merger-stitching": "0.104.16",
10
- "@graphql-mesh/types": "^0.103.16",
11
- "@graphql-mesh/utils": "^0.103.16",
9
+ "@graphql-mesh/merger-stitching": "0.105.0-alpha-20250124181238-87366ee8e2a95025d881bdaba556f04d337e8331",
10
+ "@graphql-mesh/types": "0.104.0-alpha-20250124181238-87366ee8e2a95025d881bdaba556f04d337e8331",
11
+ "@graphql-mesh/utils": "0.104.0-alpha-20250124181238-87366ee8e2a95025d881bdaba556f04d337e8331",
12
12
  "@graphql-tools/schema": "^10.0.13",
13
- "@graphql-tools/utils": "^10.8.0",
13
+ "@graphql-tools/utils": "^10.6.0",
14
14
  "tslib": "^2.4.0"
15
15
  },
16
16
  "repository": {