@graphql-mesh/apollo-link 10.0.3 → 10.0.4

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
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MeshApolloLink = void 0;
4
+ const graphql_1 = require("graphql");
4
5
  const client_1 = require("@apollo/client");
5
6
  const utils_1 = require("@graphql-tools/utils");
6
- const graphql_1 = require("graphql");
7
7
  const ROOT_VALUE = {};
8
8
  function createMeshApolloRequestHandler(options) {
9
9
  return function meshApolloRequestHandler(operation) {
package/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
+ import { getOperationAST } from 'graphql';
1
2
  import { ApolloLink, Observable } from '@apollo/client';
2
3
  import { isAsyncIterable } from '@graphql-tools/utils';
3
- import { getOperationAST } from 'graphql';
4
4
  const ROOT_VALUE = {};
5
5
  function createMeshApolloRequestHandler(options) {
6
6
  return function meshApolloRequestHandler(operation) {
package/package.json CHANGED
@@ -1,16 +1,15 @@
1
1
  {
2
2
  "name": "@graphql-mesh/apollo-link",
3
- "version": "10.0.3",
3
+ "version": "10.0.4",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "@apollo/client": "^3.5.9",
7
- "@graphql-mesh/runtime": "^0.46.8",
8
- "graphql": "^15.2.0 || ^16.0.0"
9
- },
10
- "dependencies": {
11
- "@graphql-tools/utils": "9.2.1",
7
+ "@graphql-mesh/runtime": "^0.46.21",
8
+ "@graphql-tools/utils": "^9.2.1",
9
+ "graphql": "^15.2.0 || ^16.0.0",
12
10
  "tslib": "^2.4.0"
13
11
  },
12
+ "dependencies": {},
14
13
  "repository": {
15
14
  "type": "git",
16
15
  "url": "Urigo/graphql-mesh",