We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ac003 commit 3c2ef80Copy full SHA for 3c2ef80
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-authsignal",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "The official Authsignal React Native library.",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
src/push.ts
@@ -9,7 +9,7 @@ interface ConstructorArgs {
9
}
10
11
interface PushCredential {
12
- credentialID: string;
+ credentialId: string;
13
createdAt: string;
14
lastAuthenticatedAt?: string;
15
0 commit comments