Skip to content

Commit b201c42

Browse files
Merge branch 'main' into alexcarpenter/fix-scrollbox-height
2 parents 6363150 + d537fd2 commit b201c42

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/expo-passkeys": patch
3+
---
4+
5+
Migrate shared types imports

packages/expo-passkeys/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"publish:local": "pnpm yalc push --replace --sig"
3434
},
3535
"dependencies": {
36-
"@clerk/shared": "workspace:^",
37-
"@clerk/types": "workspace:^"
36+
"@clerk/shared": "workspace:^"
3837
},
3938
"devDependencies": {
4039
"expo": "~52.0.47"

packages/expo-passkeys/src/ClerkExpoPasskeys.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type {
44
PublicKeyCredentialRequestOptionsWithoutExtensions,
55
PublicKeyCredentialWithAuthenticatorAssertionResponse as ClerkPublicKeyCredentialWithAuthenticatorAssertionResponse,
66
PublicKeyCredentialWithAuthenticatorAttestationResponse as ClerkPublicKeyCredentialWithAuthenticatorAttestationResponse,
7-
} from '@clerk/types';
7+
} from '@clerk/shared/types';
88

99
export type {
1010
PublicKeyCredentialRequestOptionsWithoutExtensions,

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)