HeroUI CLI (v1.0.0-beta.4) is a beta release providing shared authentication, cache management, and CDN logic for HeroUI ecosystem. Released by JetBridge as a companion CLI tool, it offers unified command-line interfaces for auth token refresh, cache flushing, and CDN asset management. Currently unstable (pre-1.0), with breaking changes likely between betas. Differentiator: integrated CLI for HeroUI's proprietary CDN and auth services.
npm install heroui-proNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows login with env credentials and cache flush using the HeroUI CLI library.
Pin exact version and test thoroughly on each upgrade.
Replace import of 'refreshAuth' with 'login'.
Use axios interceptor or custom wrapper to normalize errors.
Use named import: import { login } from 'heroui-pro'Run: npm install heroui-pro@1.0.0-beta.4
Use import statement or dynamic import('heroui-pro')No dependency data recorded yet.