Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/trails-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"0xtrails": "0.16.0",
"@0xsequence/typescript-sdk": "workspace:*",
"@0xtrails/api": "0.16.0",
"@0xtrails/api": "0.16.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Bump 0xtrails with the API client

Updating only the direct @0xtrails/api dependency makes pnpm install two API clients: this new 0.16.2 copy and the 0.16.0 copy that 0xtrails@0.16.0 still pins in the lockfile. The Trails Actions example passes the client created from @0xtrails/api into helpers imported from 0xtrails/actions, so the app can still execute code paths backed by the old generated client and may also see duplicate API-client types during the example build. Please update 0xtrails to a matching release or add an override so the whole example resolves one fixed API version.

Useful? React with 👍 / 👎.

"react": "19.2.7",
"react-dom": "19.2.7",
"viem": "^2.48.4"
Expand Down
9 changes: 7 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading