This repository was archived by the owner on May 12, 2025. It is now read-only.
v0.1.0
Introduces a breaking change to imports:
- import { ui, nextjs } from '@ory/integrations'
+ import { ... } from '@ory/integrations/ui'
+ import { ... } from '@ory/integrations/nextjs'