mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
* chore(deps): upgrade pkc-js to 0.0.72 and bitsocial-react-hooks to 0.1.31 Update bitsocial internals import paths for the new package dist layout. * fix(community status): use sync lifecycle for availability * fix(community status): handle terminal sync without cache * fix(directory routing): resolve candidate sync aliases * fix(directory routing): preserve fresh cached winners
9 lines
636 B
TypeScript
9 lines
636 B
TypeScript
// Approved boundary for @bitsocial/bitsocial-react-hooks lib internals.
|
|
// See ./stores for the rationale: this is the single reviewable seam for the
|
|
// package's compiled `dist/lib/...` helpers. Do not import those paths directly
|
|
// elsewhere in production code.
|
|
|
|
export { default as localForageLru } from '@bitsocial/bitsocial-react-hooks/dist/lib/localforage-lru/index.js';
|
|
export { flattenCommentsPages } from '@bitsocial/bitsocial-react-hooks/dist/lib/utils/index.js';
|
|
export { getEquivalentCommunityAddressGroupKey, pickPreferredEquivalentCommunityAddress } from '@bitsocial/bitsocial-react-hooks/dist/lib/community-address.js';
|