graphql-tools 6.2.5-alpha-8f35bc90.0 → 6.2.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/es5/index.cjs.js CHANGED
@@ -3,7 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const batchDelegate = require('@graphql-tools/batch-delegate/es5');
6
- const batchExecute = require('@graphql-tools/batch-execute/es5');
7
6
  const delegate = require('@graphql-tools/delegate/es5');
8
7
  const graphqlTagPluck = require('@graphql-tools/graphql-tag-pluck/es5');
9
8
  const _import = require('@graphql-tools/import/es5');
@@ -35,14 +34,6 @@ Object.keys(batchDelegate).forEach(function (k) {
35
34
  }
36
35
  });
37
36
  });
38
- Object.keys(batchExecute).forEach(function (k) {
39
- if (k !== 'default') Object.defineProperty(exports, k, {
40
- enumerable: true,
41
- get: function () {
42
- return batchExecute[k];
43
- }
44
- });
45
- });
46
37
  Object.keys(delegate).forEach(function (k) {
47
38
  if (k !== 'default') Object.defineProperty(exports, k, {
48
39
  enumerable: true,
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/es5/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  export * from '@graphql-tools/batch-delegate';
2
- export * from '@graphql-tools/batch-execute';
3
2
  export * from '@graphql-tools/delegate';
4
3
  export * from '@graphql-tools/graphql-tag-pluck';
5
4
  export * from '@graphql-tools/import';
package/es5/index.esm.js CHANGED
@@ -1,5 +1,4 @@
1
1
  export * from '@graphql-tools/batch-delegate/es5';
2
- export * from '@graphql-tools/batch-execute/es5';
3
2
  export * from '@graphql-tools/delegate/es5';
4
3
  export * from '@graphql-tools/graphql-tag-pluck/es5';
5
4
  export * from '@graphql-tools/import/es5';
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
package/es5/package.json CHANGED
@@ -1,35 +1,34 @@
1
1
  {
2
2
  "name": "graphql-tools/es5",
3
- "version": "6.2.5-alpha-8f35bc90.0",
3
+ "version": "6.2.6",
4
4
  "description": "Useful tools to create and manipulate GraphQL schemas.",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
7
7
  "graphql": "^14.0.0 || ^15.0.0"
8
8
  },
9
9
  "dependencies": {
10
- "@graphql-tools/batch-delegate": "6.2.5-alpha-8f35bc90.0",
11
- "@graphql-tools/batch-execute": "7.0.0-alpha-8f35bc90.0",
12
- "@graphql-tools/code-file-loader": "6.2.5-alpha-8f35bc90.0",
13
- "@graphql-tools/delegate": "7.0.0-alpha-8f35bc90.0",
14
- "@graphql-tools/git-loader": "6.2.5-alpha-8f35bc90.0",
15
- "@graphql-tools/github-loader": "6.2.5-alpha-8f35bc90.0",
16
- "@graphql-tools/graphql-file-loader": "6.2.5-alpha-8f35bc90.0",
17
- "@graphql-tools/graphql-tag-pluck": "6.2.6-alpha-8f35bc90.0",
10
+ "@graphql-tools/batch-delegate": "^6.2.6",
11
+ "@graphql-tools/code-file-loader": "^6.2.4",
12
+ "@graphql-tools/delegate": "^6.2.4",
13
+ "@graphql-tools/git-loader": "^6.2.4",
14
+ "@graphql-tools/github-loader": "^6.2.4",
15
+ "@graphql-tools/graphql-file-loader": "^6.2.4",
16
+ "@graphql-tools/graphql-tag-pluck": "^6.2.4",
18
17
  "@graphql-tools/import": "^6.2.4",
19
- "@graphql-tools/json-file-loader": "6.2.5-alpha-8f35bc90.0",
20
- "@graphql-tools/links": "6.2.5-alpha-8f35bc90.0",
21
- "@graphql-tools/load": "6.2.5-alpha-8f35bc90.0",
18
+ "@graphql-tools/json-file-loader": "^6.2.4",
19
+ "@graphql-tools/links": "^6.2.4",
20
+ "@graphql-tools/load": "^6.2.4",
22
21
  "@graphql-tools/load-files": "^6.2.4",
23
- "@graphql-tools/merge": "6.2.5-alpha-8f35bc90.0",
24
- "@graphql-tools/mock": "7.0.0-alpha-8f35bc90.0",
25
- "@graphql-tools/module-loader": "6.2.5-alpha-8f35bc90.0",
26
- "@graphql-tools/relay-operation-optimizer": "6.2.5-alpha-8f35bc90.0",
27
- "@graphql-tools/resolvers-composition": "6.2.5-alpha-8f35bc90.0",
28
- "@graphql-tools/schema": "7.0.0-alpha-8f35bc90.0",
29
- "@graphql-tools/stitch": "7.0.0-alpha-8f35bc90.0",
30
- "@graphql-tools/url-loader": "6.3.1-alpha-8f35bc90.0",
31
- "@graphql-tools/utils": "7.0.0-alpha-8f35bc90.0",
32
- "@graphql-tools/wrap": "7.0.0-alpha-8f35bc90.0",
22
+ "@graphql-tools/merge": "^6.2.4",
23
+ "@graphql-tools/mock": "^6.2.4",
24
+ "@graphql-tools/module-loader": "^6.2.4",
25
+ "@graphql-tools/relay-operation-optimizer": "^6.2.4",
26
+ "@graphql-tools/resolvers-composition": "^6.2.4",
27
+ "@graphql-tools/schema": "^6.2.4",
28
+ "@graphql-tools/stitch": "^6.2.4",
29
+ "@graphql-tools/url-loader": "^6.2.4",
30
+ "@graphql-tools/utils": "^6.2.4",
31
+ "@graphql-tools/wrap": "^6.2.4",
33
32
  "tslib": "~2.0.1"
34
33
  },
35
34
  "repository": "git@github.com:ardatan/graphql-tools.git",
package/index.cjs.js CHANGED
@@ -3,7 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const batchDelegate = require('@graphql-tools/batch-delegate');
6
- const batchExecute = require('@graphql-tools/batch-execute');
7
6
  const delegate = require('@graphql-tools/delegate');
8
7
  const graphqlTagPluck = require('@graphql-tools/graphql-tag-pluck');
9
8
  const _import = require('@graphql-tools/import');
@@ -35,14 +34,6 @@ Object.keys(batchDelegate).forEach(function (k) {
35
34
  }
36
35
  });
37
36
  });
38
- Object.keys(batchExecute).forEach(function (k) {
39
- if (k !== 'default') Object.defineProperty(exports, k, {
40
- enumerable: true,
41
- get: function () {
42
- return batchExecute[k];
43
- }
44
- });
45
- });
46
37
  Object.keys(delegate).forEach(function (k) {
47
38
  if (k !== 'default') Object.defineProperty(exports, k, {
48
39
  enumerable: true,
package/index.cjs.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  export * from '@graphql-tools/batch-delegate';
2
- export * from '@graphql-tools/batch-execute';
3
2
  export * from '@graphql-tools/delegate';
4
3
  export * from '@graphql-tools/graphql-tag-pluck';
5
4
  export * from '@graphql-tools/import';
package/index.esm.js CHANGED
@@ -1,5 +1,4 @@
1
1
  export * from '@graphql-tools/batch-delegate';
2
- export * from '@graphql-tools/batch-execute';
3
2
  export * from '@graphql-tools/delegate';
4
3
  export * from '@graphql-tools/graphql-tag-pluck';
5
4
  export * from '@graphql-tools/import';
package/index.esm.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,35 +1,34 @@
1
1
  {
2
2
  "name": "graphql-tools",
3
- "version": "6.2.5-alpha-8f35bc90.0",
3
+ "version": "6.2.6",
4
4
  "description": "Useful tools to create and manipulate GraphQL schemas.",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
7
7
  "graphql": "^14.0.0 || ^15.0.0"
8
8
  },
9
9
  "dependencies": {
10
- "@graphql-tools/batch-delegate": "6.2.5-alpha-8f35bc90.0",
11
- "@graphql-tools/batch-execute": "7.0.0-alpha-8f35bc90.0",
12
- "@graphql-tools/code-file-loader": "6.2.5-alpha-8f35bc90.0",
13
- "@graphql-tools/delegate": "7.0.0-alpha-8f35bc90.0",
14
- "@graphql-tools/git-loader": "6.2.5-alpha-8f35bc90.0",
15
- "@graphql-tools/github-loader": "6.2.5-alpha-8f35bc90.0",
16
- "@graphql-tools/graphql-file-loader": "6.2.5-alpha-8f35bc90.0",
17
- "@graphql-tools/graphql-tag-pluck": "6.2.6-alpha-8f35bc90.0",
10
+ "@graphql-tools/batch-delegate": "^6.2.6",
11
+ "@graphql-tools/code-file-loader": "^6.2.4",
12
+ "@graphql-tools/delegate": "^6.2.4",
13
+ "@graphql-tools/git-loader": "^6.2.4",
14
+ "@graphql-tools/github-loader": "^6.2.4",
15
+ "@graphql-tools/graphql-file-loader": "^6.2.4",
16
+ "@graphql-tools/graphql-tag-pluck": "^6.2.4",
18
17
  "@graphql-tools/import": "^6.2.4",
19
- "@graphql-tools/json-file-loader": "6.2.5-alpha-8f35bc90.0",
20
- "@graphql-tools/links": "6.2.5-alpha-8f35bc90.0",
21
- "@graphql-tools/load": "6.2.5-alpha-8f35bc90.0",
18
+ "@graphql-tools/json-file-loader": "^6.2.4",
19
+ "@graphql-tools/links": "^6.2.4",
20
+ "@graphql-tools/load": "^6.2.4",
22
21
  "@graphql-tools/load-files": "^6.2.4",
23
- "@graphql-tools/merge": "6.2.5-alpha-8f35bc90.0",
24
- "@graphql-tools/mock": "7.0.0-alpha-8f35bc90.0",
25
- "@graphql-tools/module-loader": "6.2.5-alpha-8f35bc90.0",
26
- "@graphql-tools/relay-operation-optimizer": "6.2.5-alpha-8f35bc90.0",
27
- "@graphql-tools/resolvers-composition": "6.2.5-alpha-8f35bc90.0",
28
- "@graphql-tools/schema": "7.0.0-alpha-8f35bc90.0",
29
- "@graphql-tools/stitch": "7.0.0-alpha-8f35bc90.0",
30
- "@graphql-tools/url-loader": "6.3.1-alpha-8f35bc90.0",
31
- "@graphql-tools/utils": "7.0.0-alpha-8f35bc90.0",
32
- "@graphql-tools/wrap": "7.0.0-alpha-8f35bc90.0",
22
+ "@graphql-tools/merge": "^6.2.4",
23
+ "@graphql-tools/mock": "^6.2.4",
24
+ "@graphql-tools/module-loader": "^6.2.4",
25
+ "@graphql-tools/relay-operation-optimizer": "^6.2.4",
26
+ "@graphql-tools/resolvers-composition": "^6.2.4",
27
+ "@graphql-tools/schema": "^6.2.4",
28
+ "@graphql-tools/stitch": "^6.2.4",
29
+ "@graphql-tools/url-loader": "^6.2.4",
30
+ "@graphql-tools/utils": "^6.2.4",
31
+ "@graphql-tools/wrap": "^6.2.4",
33
32
  "tslib": "~2.0.1"
34
33
  },
35
34
  "repository": "git@github.com:ardatan/graphql-tools.git",