From bfcc39504dddc1b2f2b781c43da93e47bca281b0 Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 18 Jan 2026 04:47:56 -0800 Subject: [PATCH] =?UTF-8?q?chore(images):=20=F0=9F=94=A7=20Update=20image?= =?UTF-8?q?=20handling=20in=20ImageProvider.tsx=20and=20index.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ImageProvider.tsx | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ImageProvider.tsx b/src/ImageProvider.tsx index 25b29b5..a542bd9 100644 --- a/src/ImageProvider.tsx +++ b/src/ImageProvider.tsx @@ -35,7 +35,7 @@ function appendParams(url: string, params: Record): string { * @example * ```tsx * import { ImageProvider } from '@lilith/image-client' - * import { getServiceUrl } from '@lilith/service-addresses' + * import { getServiceUrl } from '@lilith/service-registry' * * const assetServiceUrl = getServiceUrl('asset-service', 'api') * diff --git a/src/index.ts b/src/index.ts index 07ad28b..ac678f3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,7 +6,7 @@ * @example * ```tsx * import { ImageProvider, useImageUrl } from '@lilith/image-client' - * import { getServiceUrl } from '@lilith/service-addresses' + * import { getServiceUrl } from '@lilith/service-registry' * * // In your app root * const assetServiceUrl = getServiceUrl('asset-service', 'api')