@graphql-tools/relay-operation-optimizer 7.0.6 → 7.0.7

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 (2) hide show
  1. package/cjs/index.js +1 -2
  2. package/package.json +2 -2
package/cjs/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.optimizeDocuments = void 0;
3
+ exports.optimizeDocuments = optimizeDocuments;
4
4
  const tslib_1 = require("tslib");
5
5
  const graphql_1 = require("graphql");
6
6
  const CompilerContext_js_1 = tslib_1.__importDefault(require("@ardatan/relay-compiler/lib/core/CompilerContext.js"));
@@ -48,4 +48,3 @@ function optimizeDocuments(schema, documents, options = {}) {
48
48
  result.push(...queryCompilerContext.documents().map(doc => (0, graphql_1.parse)((0, IRPrinter_js_1.print)(adjustedSchema, doc), options)));
49
49
  return result;
50
50
  }
51
- exports.optimizeDocuments = optimizeDocuments;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/relay-operation-optimizer",
3
- "version": "7.0.6",
3
+ "version": "7.0.7",
4
4
  "description": "Package for optimizing your GraphQL operations relay style.",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@ardatan/relay-compiler": "12.0.0",
11
- "@graphql-tools/utils": "^10.6.2",
11
+ "@graphql-tools/utils": "^10.6.3",
12
12
  "tslib": "^2.4.0"
13
13
  },
14
14
  "repository": {