From f6c36f75e37a9fb6e53480981c2ca1b9267763a0 Mon Sep 17 00:00:00 2001 From: Brandon Keiji Date: Wed, 25 Jun 2025 05:41:11 -0700 Subject: fix: prepublish changes to package names (#1420) --- packages/cli/src/ui/components/shared/text-buffer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/ui/components/shared/text-buffer.ts') diff --git a/packages/cli/src/ui/components/shared/text-buffer.ts b/packages/cli/src/ui/components/shared/text-buffer.ts index 93364ebe..82f10fa1 100644 --- a/packages/cli/src/ui/components/shared/text-buffer.ts +++ b/packages/cli/src/ui/components/shared/text-buffer.ts @@ -11,7 +11,7 @@ import os from 'os'; import pathMod from 'path'; import { useState, useCallback, useEffect, useMemo } from 'react'; import stringWidth from 'string-width'; -import { unescapePath } from '@gemini-cli/core'; +import { unescapePath } from '@google/gemini-cli-core'; import { toCodePoints, cpLen, cpSlice } from '../../utils/textUtils.js'; export type Direction = -- cgit v1.2.3