-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency @settlemint/sdk-cli to v1.0.2 #57
Conversation
Reviewer's Guide by SourceryThis PR updates the Sequence diagram for improved login/connect flowsequenceDiagram
actor User
participant CLI
participant Auth
participant Graph
User->>CLI: Initiates login/connect
CLI->>Auth: Authenticate user
Auth-->>CLI: Authentication response
CLI->>Graph: Request subgraph data
Note over CLI,Graph: Improved retry logic
alt Request fails
Graph-->>CLI: Error
CLI->>Graph: Retry request
else Request succeeds
Graph-->>CLI: Subgraph data
end
CLI-->>User: Connection status
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
📦 Packages
|
e94cd0e
to
880f680
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
880f680
to
798e1f3
Compare
This PR contains the following updates:
1.0.0
->1.0.2
Release Notes
settlemint/sdk (@settlemint/sdk-cli)
v1.0.2
Compare Source
What's Changed
Important Bug Fixes 🐛
Full Changelog: settlemint/sdk@v1.0.1...v1.0.2
v1.0.1
Compare Source
What's Changed
Exciting New Features 🎉
Important Bug Fixes 🐛
Dependencies 📦
Full Changelog: settlemint/sdk@v1.0.0...v1.0.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.