Tuteliq v2.0.0
Complete rebrand from SafeNest to Tuteliq.
Breaking Changes
- Package renamed from
@safenest/sdkto@tuteliq/sdk - Class renamed from
SafeNesttoTuteliq - Error class renamed from
SafeNestErrortoTuteliqError - API endpoint changed to
https://api.tuteliq.ai - Environment variable changed from
SAFENEST_API_KEYtoTUTELIQ_API_KEY
Migration
- import { SafeNest } from '@safenest/sdk'
+ import { Tuteliq } from '@tuteliq/sdk'
- const client = new SafeNest(process.env.SAFENEST_API_KEY)
+ const client = new Tuteliq(process.env.TUTELIQ_API_KEY)What's New
- New domain: tuteliq.ai
- API docs: api.tuteliq.ai/docs