@graphql-tools/apollo-engine-loader 7.3.6-alpha-4e77fdb4.0 → 7.3.6

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
@@ -4,7 +4,7 @@ exports.SCHEMA_QUERY = exports.ApolloEngineLoader = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const utils_1 = require("@graphql-tools/utils");
6
6
  const fetch_1 = require("@whatwg-node/fetch");
7
- const sync_fetch_1 = tslib_1.__importDefault(require("sync-fetch"));
7
+ const sync_fetch_1 = tslib_1.__importDefault(require("@ardatan/sync-fetch"));
8
8
  const DEFAULT_APOLLO_ENDPOINT = 'https://engine-graphql.apollographql.com/api/graphql';
9
9
  /**
10
10
  * This loader loads a schema from Apollo Engine
package/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { parseGraphQLSDL, AggregateError } from '@graphql-tools/utils';
2
2
  import { fetch } from '@whatwg-node/fetch';
3
- import syncFetch from 'sync-fetch';
3
+ import syncFetch from '@ardatan/sync-fetch';
4
4
  const DEFAULT_APOLLO_ENDPOINT = 'https://engine-graphql.apollographql.com/api/graphql';
5
5
  /**
6
6
  * This loader loads a schema from Apollo Engine
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@graphql-tools/apollo-engine-loader",
3
- "version": "7.3.6-alpha-4e77fdb4.0",
3
+ "version": "7.3.6",
4
4
  "description": "A set of utils for faster development of GraphQL tools",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
7
7
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
8
8
  },
9
9
  "dependencies": {
10
+ "@ardatan/sync-fetch": "0.0.1",
10
11
  "@graphql-tools/utils": "8.9.0",
11
12
  "@whatwg-node/fetch": "^0.2.4",
12
- "sync-fetch": "0.4.1",
13
13
  "tslib": "^2.4.0"
14
14
  },
15
15
  "repository": {