@walletconnect/react-native-compat 2.22.0-canary-l-2 → 2.22.0-canary-esm-1
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/index.js +1 -1
- package/module/index.ts +1 -2
- package/package.json +1 -1
package/index.js
CHANGED
package/module/index.ts
CHANGED
@@ -6,11 +6,10 @@ const LINKING_ERROR =
|
|
6
6
|
"- You rebuilt the app after installing the package\n" +
|
7
7
|
"- If you are using Expo: install expo-application \n";
|
8
8
|
|
9
|
-
// @ts-expect-error
|
10
9
|
const isTurboModuleEnabled = global.__turboModuleProxy != null;
|
11
10
|
|
12
11
|
const RNWalletConnectModule = isTurboModuleEnabled
|
13
|
-
? require("../module/NativeRNWalletConnectModule").default
|
12
|
+
? require("../module/NativeRNWalletConnectModule.js").default
|
14
13
|
: NativeModules.RNWalletConnectModule;
|
15
14
|
|
16
15
|
function getExpoModule(): any | undefined {
|
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.22.0-canary-
|
4
|
+
"version": "2.22.0-canary-esm-1",
|
5
5
|
"author": "WalletConnect, Inc. <walletconnect.com>",
|
6
6
|
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
|
7
7
|
"license": "SEE LICENSE IN LICENSE.md",
|