Skip to content

fix: correct typo in multiavatar git commit hash#10

Merged
simonCatBot merged 1 commit intomasterfrom
fix/multiavatar-commit-hash
Mar 30, 2026
Merged

fix: correct typo in multiavatar git commit hash#10
simonCatBot merged 1 commit intomasterfrom
fix/multiavatar-commit-hash

Conversation

@simonCatBot
Copy link
Copy Markdown
Owner

Summary

Fixed a typo in the @multiavatar/multiavatar dependency commit hash that was causing npm install to fail.

Problem

The commit hash had an extra character:

  • Before: a938f6febe5e992dce0d728269a22b2b74db8d979 (invalid)
  • After: a9386febe5e992dce0d728269a22b2b74db8d979 (valid)

Changes

  • Fixed the commit hash in package.json

Testing

  • Verified npm install now completes successfully after the fix

Fixes the npm install issue in the rocclaw project.

The commit hash for @multiavatar/multiavatar had a typo:
- Was: a938f6febe5e992dce0d728269a22b2b74db8d979 (invalid)
- Now: a9386febe5e992dce0d728269a22b2b74db8d979 (valid)

This fixes npm install failing with 'git reference could not be found'.
@simonCatBot simonCatBot merged commit de39942 into master Mar 30, 2026
4 checks passed
@simonCatBot simonCatBot deleted the fix/multiavatar-commit-hash branch March 30, 2026 18:03
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