graphql-modules 3.1.0-alpha-20260116091014-dfd629e41d938c73e2e61900d9553f91fa29f65c → 3.1.0-alpha-20260116091100-a62fce09b276079c81ba5a05fdbd9ee6436fbe53

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/index.js +6 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,9 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var schema = require('@graphql-tools/schema');
4
- var graphql = require('graphql');
5
- var wrap = require('@graphql-tools/wrap');
6
- var ramda = require('ramda');
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const schema = require('@graphql-tools/schema');
6
+ const graphql = require('graphql');
7
+ const wrap = require('@graphql-tools/wrap');
8
+ const ramda = require('ramda');
7
9
 
8
10
  const ERROR_ORIGINAL_ERROR = 'diOriginalError';
9
11
  function getOriginalError(error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphql-modules",
3
- "version": "3.1.0-alpha-20260116091014-dfd629e41d938c73e2e61900d9553f91fa29f65c",
3
+ "version": "3.1.0-alpha-20260116091100-a62fce09b276079c81ba5a05fdbd9ee6436fbe53",
4
4
  "description": "Create reusable, maintainable, testable and extendable GraphQL modules",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {