Skip to content

chore: sync deno.lock with existing script dependencies#129

Merged
pselle merged 1 commit into
mainfrom
chore/sync-deno-lock
Jul 7, 2026
Merged

chore: sync deno.lock with existing script dependencies#129
pselle merged 1 commit into
mainfrom
chore/sync-deno-lock

Conversation

@pselle

@pselle pselle commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Summary

  • setup-pay.ts (npm:@stellar/stellar-sdk@14.2.0) and setup-accounts-extension.ts (npm:bip39@3.1.0) both import dependencies that were never resolved into deno.lock
  • Running either script locally silently regenerates this same diff (deno auto-updates the lockfile); committing it so a fresh clone / CI doesn't drift

Test plan

  • deno.lock diff generated by normal script execution (./setup-pay.sh, ./setup-accounts-extension.sh), not hand-edited

🤖 Generated with Claude Code

setup-pay.ts (npm:@stellar/stellar-sdk@14.2.0) and
setup-accounts-extension.ts (npm:bip39@3.1.0) both predate this lock
update but were never resolved into deno.lock. Running either script
locally regenerates this diff; committing it so a fresh clone doesn't
have to.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@pselle pselle requested a review from AquiGorka July 1, 2026 18:02

@AquiGorka AquiGorka left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👌

@pselle pselle merged commit 33d11bd into main Jul 7, 2026
10 checks passed
@pselle pselle deleted the chore/sync-deno-lock branch July 7, 2026 23:02
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.

2 participants