Skip to content

Commit

Permalink
chore(repo): Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl committed Dec 14, 2023
1 parent 86193d1 commit 88fab3a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changeset/mean-numbers-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@clerk/backend': minor
---

Drop subpath import of `#crypto` in `@clerk/backend`. This change will also allow dropping the following configuration from jest of applications using `@clerk/backend` as direct dependency or dependency of another package (eg `@clerk/nextjs`).
```
moduleNameMapper: {
'#crypto': '@clerk/backend/dist/runtime/node/crypto.js',
}
```

0 comments on commit 88fab3a

Please sign in to comment.