@clerk/expo-passkeys 0.4.0-canary.v20250912135643 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# @clerk/expo-passkeys
|
2
2
|
|
3
|
+
## 0.4.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- Add support for Expo 54 ([#6752](https://github.com/clerk/javascript/pull/6752)) by [@wobsoriano](https://github.com/wobsoriano)
|
8
|
+
|
9
|
+
### Patch Changes
|
10
|
+
|
11
|
+
- Updated dependencies [[`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]:
|
12
|
+
- @clerk/types@4.86.0
|
13
|
+
- @clerk/shared@3.25.0
|
14
|
+
|
3
15
|
## 0.3.39
|
4
16
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@clerk/expo-passkeys",
|
3
|
-
"version": "0.4.0
|
3
|
+
"version": "0.4.0",
|
4
4
|
"description": "Passkeys library to be used with Clerk for expo",
|
5
5
|
"keywords": [
|
6
6
|
"react-native",
|
@@ -20,8 +20,8 @@
|
|
20
20
|
"main": "dist/index.js",
|
21
21
|
"types": "dist/index.d.ts",
|
22
22
|
"dependencies": {
|
23
|
-
"@clerk/shared": "^3.25.0
|
24
|
-
"@clerk/types": "^4.86.0
|
23
|
+
"@clerk/shared": "^3.25.0",
|
24
|
+
"@clerk/types": "^4.86.0"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
27
|
"expo": "~52.0.47"
|