@graphql-tools/import 6.6.1 → 6.6.2

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 +0 -1
  2. package/index.mjs +0 -1
  3. package/package.json +2 -2
package/index.js CHANGED
@@ -11,7 +11,6 @@ const resolveFrom = _interopDefault(require('resolve-from'));
11
11
  const process = require('process');
12
12
  const utils = require('@graphql-tools/utils');
13
13
 
14
- /* eslint-disable no-unused-expressions */
15
14
  const builtinTypes = ['String', 'Float', 'Int', 'Boolean', 'ID', 'Upload'];
16
15
  const builtinDirectives = [
17
16
  'deprecated',
package/index.mjs CHANGED
@@ -5,7 +5,6 @@ import resolveFrom from 'resolve-from';
5
5
  import { cwd } from 'process';
6
6
  import { parseGraphQLSDL } from '@graphql-tools/utils';
7
7
 
8
- /* eslint-disable no-unused-expressions */
9
8
  const builtinTypes = ['String', 'Float', 'Int', 'Boolean', 'ID', 'Upload'];
10
9
  const builtinDirectives = [
11
10
  'deprecated',
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@graphql-tools/import",
3
- "version": "6.6.1",
3
+ "version": "6.6.2",
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/utils": "8.5.3",
10
+ "@graphql-tools/utils": "8.5.4",
11
11
  "resolve-from": "5.0.0",
12
12
  "tslib": "~2.3.0"
13
13
  },