@graphql-mesh/config 8.0.18 → 8.0.19

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 (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -472,7 +472,7 @@ async function processConfig(config, options) {
472
472
  type: 'plugin',
473
473
  importFn,
474
474
  cwd: dir,
475
- additionalPrefixes: [...additionalPackagePrefixes, '@envelop/'],
475
+ additionalPrefixes: [...additionalPackagePrefixes, '@envelop/', '@graphql-yoga/plugin-'],
476
476
  });
477
477
  let pluginFactory;
478
478
  if (typeof possiblePluginFactory === 'function') {
package/index.mjs CHANGED
@@ -468,7 +468,7 @@ async function processConfig(config, options) {
468
468
  type: 'plugin',
469
469
  importFn,
470
470
  cwd: dir,
471
- additionalPrefixes: [...additionalPackagePrefixes, '@envelop/'],
471
+ additionalPrefixes: [...additionalPackagePrefixes, '@envelop/', '@graphql-yoga/plugin-'],
472
472
  });
473
473
  let pluginFactory;
474
474
  if (typeof possiblePluginFactory === 'function') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/config",
3
- "version": "8.0.18",
3
+ "version": "8.0.19",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "@graphql-mesh/runtime": "^0.44.19",