@graphql-tools/node-require 7.0.31 → 7.0.32-alpha-20251114142557-eae3c3166430d65945da6837f875fc7800cc1a26

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@graphql-tools/node-require",
3
- "version": "7.0.31",
3
+ "version": "7.0.32-alpha-20251114142557-eae3c3166430d65945da6837f875fc7800cc1a26",
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/graphql-file-loader": "8.1.6",
11
- "@graphql-tools/load": "8.1.6",
12
- "@graphql-tools/utils": "^10.10.3",
10
+ "@graphql-tools/graphql-file-loader": "8.1.7-alpha-20251114142557-eae3c3166430d65945da6837f875fc7800cc1a26",
11
+ "@graphql-tools/load": "8.1.7-alpha-20251114142557-eae3c3166430d65945da6837f875fc7800cc1a26",
12
+ "@graphql-tools/utils": "10.11.0-alpha-20251114142557-eae3c3166430d65945da6837f875fc7800cc1a26",
13
13
  "tslib": "^2.4.0"
14
14
  },
15
15
  "repository": {