Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions packages/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export {
type SponsorUserOperationParameters,
type SponsorUserOperationReturnType
} from "./actions/paymaster/sponsorUserOperation.js"
export { type SmartAccountClientConfig } from "./clients/kernelAccountClient.js"
export type { SmartAccountClientConfig } from "./clients/kernelAccountClient.js"
export {
zerodevPaymasterActions,
type ZeroDevPaymasterClientActions,
Expand All @@ -40,12 +40,12 @@ export {
type CreateKernelMigrationAccountParameters
} from "./accounts/kernel/createKernelMigrationAccount.js"
export { createFallbackKernelAccountClient } from "./clients/fallbackKernelAccountClient.js"
export {
type KernelValidator,
type KernelValidatorHook,
type ZeroDevPaymasterRpcSchema,
type KernelPluginManager,
type Action
export type {
KernelValidator,
KernelValidatorHook,
ZeroDevPaymasterRpcSchema,
KernelPluginManager,
Action
} from "./types/kernel.js"
export { KernelAccountAbi } from "./accounts/kernel/abi/KernelAccountAbi.js"
export { KernelFactoryAbi } from "./accounts/kernel/abi/KernelFactoryAbi.js"
Expand Down
1 change: 0 additions & 1 deletion packages/test/v0.7/multiTenantSessionAccount.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// @ts-expect-error
import { beforeAll, describe, test } from "bun:test"
import { CAB_V0_2_1, createKernelCABClient } from "@zerodev/cab"
import {
type KernelAccountClient,
type KernelSmartAccountImplementation,
Expand Down
Loading