chore: bump @dyne/interfacer-client to 0.6.1 - #894
Merged
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Picks up
interfacer-client#1, which addsdistinctPrimaryAccountableCounttoFETCH_RESOURCES'spageInfoselection. Combined withzenflows#69(fixeseconomicResources.pageInfo.totalCountto reflect the real filtered total instead of just the page size), this fixes the catalogue pages' hero stats:Changes
package.json:@dyne/interfacer-client^0.6.0→^0.6.1pnpm-lock.yaml: updated accordinglyNo source code changes — dependency bump only.
Testing
pnpm check-types— cleanpnpm check-format— clean/productsnow shows "121 Total Products" / "2 Manufacturers" (previously "12" / "0"), with the real GraphQL response now carrying the fixed fields end-to-end fromzenflows→interfacer-client→interfacer-gui.Related
main, not off that branch)🤖 Generated with Claude Code