mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:20:43 +00:00
refactor: trim extension shim reexports
This commit is contained in:
@@ -24,14 +24,6 @@ import {
|
||||
} from "./nostr-state-store.js";
|
||||
import { createSeenTracker, type SeenTracker } from "./seen-tracker.js";
|
||||
|
||||
export {
|
||||
validatePrivateKey,
|
||||
getPublicKeyFromPrivate,
|
||||
isValidPubkey,
|
||||
normalizePubkey,
|
||||
pubkeyToNpub,
|
||||
} from "./nostr-key-utils.js";
|
||||
|
||||
// ============================================================================
|
||||
// Constants
|
||||
// ============================================================================
|
||||
|
||||
@@ -6,8 +6,4 @@ export {
|
||||
type LaneName,
|
||||
type LanePreviewLifecycle,
|
||||
} from "./lane-delivery-text-deliverer.js";
|
||||
export {
|
||||
createLaneDeliveryStateTracker,
|
||||
type LaneDeliverySnapshot,
|
||||
type LaneDeliveryStateTracker,
|
||||
} from "./lane-delivery-state.js";
|
||||
export { createLaneDeliveryStateTracker } from "./lane-delivery-state.js";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
export {
|
||||
buildSecretInputSchema,
|
||||
hasConfiguredSecretInput,
|
||||
normalizeResolvedSecretInputString,
|
||||
normalizeSecretInputString,
|
||||
} from "openclaw/plugin-sdk/secret-input";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
export { formatAllowFromLowercase } from "openclaw/plugin-sdk/allow-from";
|
||||
export type {
|
||||
ChannelAccountSnapshot,
|
||||
ChannelDirectoryEntry,
|
||||
ChannelGroupContext,
|
||||
ChannelMessageActionAdapter,
|
||||
|
||||
Reference in New Issue
Block a user