Skip to content

chore(*): Improve @clerk/backend DX [Part 5 - Drop api/resources from exports] - #2365

Merged
SokratisVidros merged 1 commit into
mainfrom
sdk-974-improve-dx-backend-p5-cleanup
Dec 15, 2023
Merged

chore(*): Improve @clerk/backend DX [Part 5 - Drop api/resources from exports]#2365
SokratisVidros merged 1 commit into
mainfrom
sdk-974-improve-dx-backend-p5-cleanup

Conversation

@dimkl

@dimkldimkl commented Dec 14, 2023

Copy link
Copy Markdown
Contributor

Description

Drop the api/resources related classes (kept only types of User, Session, Organization, WebhookEvent, WebhookEventType) since there are considered internal and there shouldn't be used.
This change will reduce the public API of the @clerk/backend and all dependents packages.

Checklist

  • npm test runs as expected.
  • npm run build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Packages affected

  • @clerk/backend
  • @clerk/chrome-extension
  • @clerk/clerk-js
  • @clerk/clerk-expo
  • @clerk/fastify
  • gatsby-plugin-clerk
  • @clerk/localizations
  • @clerk/nextjs
  • @clerk/clerk-react
  • @clerk/remix
  • @clerk/clerk-sdk-node
  • @clerk/shared
  • @clerk/themes
  • @clerk/types
  • build/tooling/chore

@changeset-bot

changeset-botBot commented Dec 14, 2023

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 0b2da88

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
NameType
gatsby-plugin-clerkMajor
@clerk/clerk-sdk-nodeMajor
@clerk/backendMajor
@clerk/fastifyMajor
@clerk/nextjsMajor
@clerk/remixMajor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@dimkl
dimklforce-pushed the sdk-974-improve-dx-backend-p4-jwt branch from 88b5f26 to 2cafe50CompareDecember 15, 2023 00:19
@dimkl
dimklforce-pushed the sdk-974-improve-dx-backend-p5-cleanup branch from 10a7198 to 7a299f3CompareDecember 15, 2023 00:24
@dimkl
dimklforce-pushed the sdk-974-improve-dx-backend-p4-jwt branch 3 times, most recently from 4ee2894 to 6570b0fCompareDecember 15, 2023 12:17
Base automatically changed from sdk-974-improve-dx-backend-p4-jwt to mainDecember 15, 2023 13:41
@dimkl
dimklforce-pushed the sdk-974-improve-dx-backend-p5-cleanup branch 2 times, most recently from 1ee0cf1 to d0a896dCompareDecember 15, 2023 14:05
@dimkl
dimklforce-pushed the sdk-974-improve-dx-backend-p5-cleanup branch from d0a896d to 0b2da88CompareDecember 15, 2023 14:10
@SokratisVidros
SokratisVidros merged commit 1ad910e into mainDec 15, 2023
@SokratisVidros
SokratisVidros deleted the sdk-974-improve-dx-backend-p5-cleanup branch December 15, 2023 14:17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@dimkl@SokratisVidros@clerk-cookie