graphql-modules 3.1.1 → 3.1.2-alpha-20260121022352-4fc2448b75dd48ffc33bd94f576a421f15a08534

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphql-modules",
3
- "version": "3.1.1",
3
+ "version": "3.1.2-alpha-20260121022352-4fc2448b75dd48ffc33bd94f576a421f15a08534",
4
4
  "description": "Create reusable, maintainable, testable and extendable GraphQL modules",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
@@ -10,7 +10,7 @@
10
10
  "@graphql-tools/schema": "^10.0.0",
11
11
  "@graphql-tools/wrap": "^10.0.0",
12
12
  "@graphql-typed-document-node/core": "^3.1.0",
13
- "ramda": "^0.30.0"
13
+ "ramda": "^0.31.0"
14
14
  },
15
15
  "keywords": [
16
16
  "graphql",