fix: restore modern npm install tooling - #8
Open
ManuelSalcedo2770 wants to merge 1 commit into
Open
Conversation
|
Maintainer review-assist for #39: I checked the current diff and public PR surface. This PR is OPEN/MERGEABLE, has no existing conversation comments or review threads, changes only Suggested acceptance checks:
If those commands reproduce cleanly for a maintainer, this looks like a focused tooling unblock rather than an SDK behavior change. |
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
npm ci.npm run doc:jsonworks with the updated TypeDoc release.Why
A fresh install currently fails before tests can run because
jest@29is paired withts-jest@27. After aligningts-jest, the stale TypeDoc peer range also conflicts with the lockfile's TypeScript 4.9 resolution. This PR keeps the fix scoped to development tooling and docs generation.Verification
npm cinpm run buildnpm test -- --runInBand --coverage=false(5 suites, 22 tests passing)npm run doc:jsongit diff --checkSubmitted for the Bitgesell PR bounty hunt: BitgesellOfficial/bitgesell#39. Payout details can be provided after maintainer review/approval.