@graphql-mesh/fusion-composition 0.8.26-alpha-20260116204843-a9d6cb0e357f89cd20f36d306bca1653b4d018f3 → 0.8.26-alpha-20260118223538-b1a0e7db37cc31186c447a6a29661df7dda155f4

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.
package/cjs/compose.js CHANGED
@@ -514,7 +514,7 @@ function addAnnotationsForSemanticConventions({ queryFieldName, queryFieldConfig
514
514
  }
515
515
  else {
516
516
  for (const [currentArgName, currentArg] of argEntries) {
517
- if (currentArgName === fieldName || (0, pluralize_1.default)(fieldName) === currentArgName) {
517
+ if (currentArgName === fieldName || pluralFieldName === currentArgName) {
518
518
  argName = currentArgName;
519
519
  arg = currentArg;
520
520
  break;
package/esm/compose.js CHANGED
@@ -507,7 +507,7 @@ function addAnnotationsForSemanticConventions({ queryFieldName, queryFieldConfig
507
507
  }
508
508
  else {
509
509
  for (const [currentArgName, currentArg] of argEntries) {
510
- if (currentArgName === fieldName || pluralize(fieldName) === currentArgName) {
510
+ if (currentArgName === fieldName || pluralFieldName === currentArgName) {
511
511
  argName = currentArgName;
512
512
  arg = currentArg;
513
513
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/fusion-composition",
3
- "version": "0.8.26-alpha-20260116204843-a9d6cb0e357f89cd20f36d306bca1653b4d018f3",
3
+ "version": "0.8.26-alpha-20260118223538-b1a0e7db37cc31186c447a6a29661df7dda155f4",
4
4
  "description": "Basic composition utility for Fusion spec",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {