evalguardai-sdk
v2.0.0
Published
DEPRECATED — install '@evalguard/sdk' instead. This package is a thin re-export shim kept so existing installs keep working; the canonical name is @evalguard/sdk.
Maintainers
Readme
evalguardai-sdk (deprecated)
⚠️ This package is deprecated. Install
@evalguard/sdkinstead.
npm install @evalguard/sdkThe evalguardai-sdk slot is kept so existing installs keep working — it
re-exports everything from @evalguard/sdk and emits a one-time
deprecation warning on first import.
Why the rename
The legacy name embedded the .ai TLD into the package handle. Industry
convention (openai, @anthropic-ai/sdk, stripe, @vercel/*) keeps
package names brand-only. Switching now — before customer integrations
lock in the wrong name — avoids a future forced migration.
What you need to do
Replace:
import { EvalGuard } from "evalguardai-sdk";with:
import { EvalGuard } from "@evalguard/sdk";API surface is identical. No code changes needed beyond the import.
Verifying the canonical package
The canonical @evalguard/sdk is published with cryptographic provenance
(npm OIDC trusted publisher + Sigstore). Verify after install:
npm install @evalguard/sdk
npm audit signaturesReporting issues
Issues, PRs, and security reports go to the monorepo: https://github.com/EvalGuardAi/evalguard/issues
