chore(release): prepare 0.1.22#66
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
📝 WalkthroughWalkthroughThe account defaults now use a shared HTTP router URL list, the default-option tests assert that list, and the README plus generated release files reflect the updated routing example and package metadata. ChangesHTTP router defaults and supporting docs
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
@bitsocial/bitsocial-react-hooksto0.1.22@pkcprotocol/pkc-jsto0.0.53Verification
yarn installyarn prettieryarn buildyarn testyarn knipgit diff --checkNote: the local hooks/stores coverage command ran its Vitest suite successfully, but the repo's strict 100% verifier still reports existing coverage gaps across unrelated hook/store files.
Note
Low Risk
Changes default networking endpoints and a protocol dependency; impact is mainly on newly generated accounts and fetch/routing behavior, not auth or persisted account data unless users rely on old defaults.
Overview
Prepares 0.1.22 by bumping the package version and upgrading
@pkcprotocol/pkc-jsfrom0.0.48to0.0.53(lockfile included).Default account PKC options now use a shared
DEFAULT_HTTP_ROUTER_URLSlist for IPFS/IPNS delegated routing: six HTTP routers (includingrouterofbitsocial.xyzandbsotracker.online) replace the previous inline four-entry list and reorder endpoints. Tests assertgetDefaultPkcOptions().httpRoutersOptionsmatches that constant.Docs for editing an account document default HTTP routers and show setting
pkcOptions.httpRoutersOptionsviasetAccount; regeneratedllms.txt/llms-full.txtmirror README and refresh changelog snippets.Reviewed by Cursor Bugbot for commit 87cd4d5. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores