diff --git a/package.json b/package.json index 0e79f70..1b5a846 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ ".": "./src/index.tsx" }, "peerDependencies": { - "@crema/arcadia-client": "*" + "@crema/arcadia-core-client": "*" } } diff --git a/src/index.tsx b/src/index.tsx index 8e80bae..8b42d36 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -9,7 +9,7 @@ // EXPORTS: types (Integration, Credential, UsageEntry, *Input, TestVerdict, …), // createIntegrationsApi(client, mode), formatUsd, credentialHealth. -import type { ArcadiaClient } from "@crema/arcadia-client" +import type { ArcadiaClient } from "@crema/arcadia-core-client" export type IntegrationsMode = "operator" | "tenant" export type Scope = "platform" | "tenant" | "app" | "user" | "agent"