@graphql-tools/stitching-directives 2.3.33-alpha-20230406062259-3c0a93c4 → 2.3.33-alpha-20230406063107-e719beb8

Sign up to get free protection for your applications and to get access to all the features.
package/cjs/types.js CHANGED
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
package/esm/types.js CHANGED
@@ -1 +0,0 @@
1
- export {};
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@graphql-tools/stitching-directives",
3
- "version": "2.3.33-alpha-20230406062259-3c0a93c4",
3
+ "version": "2.3.33-alpha-20230406063107-e719beb8",
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/delegate": "9.0.30-alpha-20230406062259-3c0a93c4",
10
+ "@graphql-tools/delegate": "9.0.30-alpha-20230406063107-e719beb8",
11
11
  "@graphql-tools/utils": "9.2.1",
12
12
  "tslib": "^2.4.0"
13
13
  },