Back to Clerk

`cjs/instance` and `esm/instance` imports no longer needed

packages/upgrade/src/versions/core-2/node/cjs-esm-instance.md

latest325 B
Original Source

If you are using either of these import paths, they are no longer necessary and you can import directly from the top level @clerk/express path.

diff
- import { ... } from "@clerk/clerk-sdk-node/esm/instance";
- import { ... } from "@clerk/clerk-sdk-node/cjs/instance";
+ import { ... } from "@clerk/clerk-sdk-node";