@walletconnect/react-native-compat 2.17.1 → 2.17.2-rc-0

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,4 +9,4 @@ export interface Spec extends TurboModule {
9
9
  };
10
10
  }
11
11
 
12
- export default TurboModuleRegistry.getEnforcing<Spec>("RNWalletConnectModule");
12
+ export default TurboModuleRegistry.get<Spec>("RNWalletConnectModule");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walletconnect/react-native-compat",
3
3
  "description": "Shims for WalletConnect Protocol in React Native Projects",
4
- "version": "2.17.1",
4
+ "version": "2.17.2-rc-0",
5
5
  "author": "WalletConnect, Inc. <walletconnect.com>",
6
6
  "homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
7
7
  "license": "Apache-2.0",