Skip to content

chore: bump @dyne/interfacer-client to 0.6.1 - #894

Merged
phoebus-84 merged 1 commit into
mainfrom
chore/bump-interfacer-client-0.6.1
Sep 4, 2026
Merged

phoebus-84 merged 1 commit into
mainfrom
chore/bump-interfacer-client-0.6.1

Conversation

@phoebus-84

Copy link
Copy Markdown
Collaborator

Summary

Picks up interfacer-client#1, which adds distinctPrimaryAccountableCount to FETCH_RESOURCES's pageInfo selection. Combined with zenflows#69 (fixes economicResources.pageInfo.totalCount to reflect the real filtered total instead of just the page size), this fixes the catalogue pages' hero stats:

before after
Total Products 12 (= page size requested) 121 (real total)
Manufacturers 0 2 (real distinct count)

Changes

  • package.json: @dyne/interfacer-client ^0.6.0^0.6.1
  • pnpm-lock.yaml: updated accordingly

No source code changes — dependency bump only.

Testing

  • pnpm check-types — clean
  • pnpm check-format — clean
  • Verified live: restarted the dev server against the bumped dependency and confirmed /products now shows "121 Total Products" / "2 Manufacturers" (previously "12" / "0"), with the real GraphQL response now carrying the fixed fields end-to-end from zenflowsinterfacer-clientinterfacer-gui.

Related

🤖 Generated with Claude Code

Picks up interfacer-client#1, which adds distinctPrimaryAccountableCount
to FETCH_RESOURCES' pageInfo selection. Combined with zenflows#69 (fixes
economicResources.pageInfo.totalCount to reflect the real filtered total
instead of just the page size), this fixes the catalogue pages' hero
stats — previously stuck at "0 Manufacturers" and a totalCount capped at
the page size (e.g. "12" even when hundreds of products exist).

Verified live: /products now shows "121 Total Products" / "2
Manufacturers" instead of "12" / "0".

No source changes — dependency bump only. pnpm check-types and
check-format clean.
@phoebus-84
phoebus-84 merged commit 58e3c9c into main Sep 4, 2026
1 check passed
@phoebus-84
phoebus-84 deleted the chore/bump-interfacer-client-0.6.1 branch September 4, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant