@graphql-tools/url-loader 7.9.10 → 7.9.12-alpha-7f601ea5.0

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 +6 -4
package/index.js CHANGED
@@ -590,7 +590,7 @@ class UrlLoader {
590
590
  connectionParams,
591
591
  lazy: true,
592
592
  }, webSocketImpl);
593
- return ({ document, variables, operationName }) => {
593
+ return ({ document, variables, operationName, }) => {
594
594
  return utils.observableToAsyncIterable(subscriptionClient.request({
595
595
  query: document,
596
596
  variables,
package/index.mjs CHANGED
@@ -566,7 +566,7 @@ class UrlLoader {
566
566
  connectionParams,
567
567
  lazy: true,
568
568
  }, webSocketImpl);
569
- return ({ document, variables, operationName }) => {
569
+ return ({ document, variables, operationName, }) => {
570
570
  return observableToAsyncIterable(subscriptionClient.request({
571
571
  query: document,
572
572
  variables,
package/package.json CHANGED
@@ -1,15 +1,17 @@
1
1
  {
2
2
  "name": "@graphql-tools/url-loader",
3
- "version": "7.9.10",
3
+ "version": "7.9.12-alpha-7f601ea5.0",
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"
8
8
  },
9
9
  "dependencies": {
10
- "@graphql-tools/delegate": "8.7.3",
11
- "@graphql-tools/utils": "8.6.6",
12
- "@graphql-tools/wrap": "8.4.12",
10
+ "@envelop/live-query": "3.3.0",
11
+ "@graphql-tools/delegate": "8.7.5-alpha-7f601ea5.0",
12
+ "@graphql-tools/utils": "8.6.7",
13
+ "@graphql-tools/wrap": "8.4.14-alpha-7f601ea5.0",
14
+ "@graphql-yoga/node": "2.2.1",
13
15
  "@n1ru4l/graphql-live-query": "^0.9.0",
14
16
  "@types/websocket": "^1.0.4",
15
17
  "@types/ws": "^8.0.0",