@graphql-tools/node-require 7.0.0 → 7.0.1-alpha-20231123133003-7b1f3276

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,9 +4,9 @@
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.registerGraphQLExtensions = exports.handleModule = void 0;
6
6
  ///<reference path="declarations.d.ts" />
7
- const load_1 = require("@graphql-tools/load");
8
- const graphql_file_loader_1 = require("@graphql-tools/graphql-file-loader");
9
7
  const graphql_1 = require("graphql");
8
+ const graphql_file_loader_1 = require("@graphql-tools/graphql-file-loader");
9
+ const load_1 = require("@graphql-tools/load");
10
10
  const utils_1 = require("@graphql-tools/utils");
11
11
  const VALID_EXTENSIONS = ['graphql', 'graphqls', 'gql', 'gqls'];
12
12
  function handleModule(m, filename) {
package/esm/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  /* eslint-disable @typescript-eslint/triple-slash-reference */
2
2
  /* eslint-disable spaced-comment */
3
3
  ///<reference path="declarations.d.ts" />
4
- import { loadTypedefsSync } from '@graphql-tools/load';
5
- import { GraphQLFileLoader } from '@graphql-tools/graphql-file-loader';
6
4
  import { concatAST } from 'graphql';
5
+ import { GraphQLFileLoader } from '@graphql-tools/graphql-file-loader';
6
+ import { loadTypedefsSync } from '@graphql-tools/load';
7
7
  import { isSome } from '@graphql-tools/utils';
8
8
  const VALID_EXTENSIONS = ['graphql', 'graphqls', 'gql', 'gqls'];
9
9
  export function handleModule(m, filename) {
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@graphql-tools/node-require",
3
- "version": "7.0.0",
3
+ "version": "7.0.1-alpha-20231123133003-7b1f3276",
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
- "@graphql-tools/load": "8.0.0",
11
10
  "@graphql-tools/graphql-file-loader": "8.0.0",
12
- "@graphql-tools/utils": "^10.0.0",
11
+ "@graphql-tools/load": "8.0.1-alpha-20231123133003-7b1f3276",
12
+ "@graphql-tools/utils": "10.0.10-alpha-20231123133003-7b1f3276",
13
13
  "tslib": "^2.4.0"
14
14
  },
15
15
  "repository": {