From 1aeae60b98f95d7280e5b22a5700739f215b1848 Mon Sep 17 00:00:00 2001 From: jules Date: Thu, 11 Jun 2026 13:31:55 +1000 Subject: [PATCH] =?UTF-8?q?refactor:=20rename=20@crema/arcadia-client=20?= =?UTF-8?q?=E2=86=92=20@crema/arcadia-core-client?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disambiguates the Phoenix/auth client lib from lib-arcadia-agents-client. Dir lib-arcadia-client → lib-arcadia-core-client; alias updated in tsconfig paths, vite config, app.css @source, imports, CI and docs. Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- src/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"