@getpara/react-native-wallet 2.0.0-alpha.31 → 2.0.0-alpha.33

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.
@@ -17,7 +17,7 @@ export declare class ParaMobile extends ParaCore {
17
17
  * @param {ConstructorOpts} [opts] - Additional constructor options.
18
18
  */
19
19
  constructor(env: Environment, apiKey: string, relyingPartyId?: string, opts?: ConstructorOpts);
20
- protected ready(): Promise<void>;
20
+ ready(): Promise<void>;
21
21
  protected getPlatformUtils(): PlatformUtils;
22
22
  isPasskeySupported(): Promise<boolean>;
23
23
  /**
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@getpara/react-native-wallet",
3
3
  "description": "Para Wallet for React Native",
4
- "version": "2.0.0-alpha.31",
4
+ "version": "2.0.0-alpha.33",
5
5
  "author": "Para Team <hello@getpara.com> (https://getpara.com)",
6
6
  "dependencies": {
7
- "@getpara/core-sdk": "2.0.0-alpha.31",
8
- "@getpara/user-management-client": "2.0.0-alpha.31",
9
- "@getpara/web-sdk": "2.0.0-alpha.31",
7
+ "@getpara/core-sdk": "2.0.0-alpha.33",
8
+ "@getpara/user-management-client": "2.0.0-alpha.33",
9
+ "@getpara/web-sdk": "2.0.0-alpha.33",
10
10
  "@peculiar/webcrypto": "^1.5.0",
11
11
  "@ungap/structured-clone": "1.3.0",
12
12
  "node-forge": "1.3.1",
@@ -93,5 +93,5 @@
93
93
  ]
94
94
  }
95
95
  },
96
- "gitHead": "54aac22b2d0b4cc730ab7f2e82cdd8a96729b039"
96
+ "gitHead": "f338306fa30497d2190f8da2ff72ddd8d9d9032f"
97
97
  }
@@ -72,7 +72,7 @@ export class ParaMobile extends ParaCore {
72
72
  }
73
73
  }
74
74
 
75
- protected async ready() {
75
+ async ready() {
76
76
  this.isReady = true;
77
77
  }
78
78