@graphql-tools/git-loader 7.2.2 → 7.2.3-alpha-20220809192840-c5b336bd

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
@@ -7,7 +7,7 @@ const micromatch_1 = tslib_1.__importDefault(require("micromatch"));
7
7
  const unixify_1 = tslib_1.__importDefault(require("unixify"));
8
8
  const load_git_js_1 = require("./load-git.js");
9
9
  const parse_js_1 = require("./parse.js");
10
- const graphql_1 = require("graphql");
10
+ const graphql_1 = require("@graphql-tools/graphql");
11
11
  const utils_1 = require("@graphql-tools/utils");
12
12
  const is_glob_1 = tslib_1.__importDefault(require("is-glob"));
13
13
  const process_1 = require("process");
package/esm/index.js CHANGED
@@ -3,7 +3,7 @@ import micromatch from 'micromatch';
3
3
  import unixify from 'unixify';
4
4
  import { loadFromGit, loadFromGitSync, readTreeAtRef, readTreeAtRefSync } from './load-git.js';
5
5
  import { parse as handleStuff } from './parse.js';
6
- import { parse } from 'graphql';
6
+ import { parse } from '@graphql-tools/graphql';
7
7
  import { asArray, AggregateError } from '@graphql-tools/utils';
8
8
  import isGlob from 'is-glob';
9
9
  import { env } from 'process';
package/package.json CHANGED
@@ -1,14 +1,12 @@
1
1
  {
2
2
  "name": "@graphql-tools/git-loader",
3
- "version": "7.2.2",
3
+ "version": "7.2.3-alpha-20220809192840-c5b336bd",
4
4
  "description": "A set of utils for faster development of GraphQL tools",
5
5
  "sideEffects": false,
6
- "peerDependencies": {
7
- "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
8
- },
9
6
  "dependencies": {
10
- "@graphql-tools/graphql-tag-pluck": "7.3.2",
11
- "@graphql-tools/utils": "8.9.1",
7
+ "@graphql-tools/graphql-tag-pluck": "7.3.3-alpha-20220809192840-c5b336bd",
8
+ "@graphql-tools/utils": "8.9.2-alpha-20220809192840-c5b336bd",
9
+ "@graphql-tools/graphql": "0.1.0-alpha-20220809192840-c5b336bd",
12
10
  "is-glob": "4.0.3",
13
11
  "micromatch": "^4.0.4",
14
12
  "tslib": "^2.4.0",