@walletconnect/react-native-compat 2.22.3 → 2.22.4

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable @typescript-eslint/no-require-imports */
2
- import { getApplicationModule } from "./module/index.js";
2
+ import { getApplicationModule } from "./module/index.ts";
3
3
 
4
4
  // Polyfill TextEncode / TextDecode
5
5
  import "fast-text-encoding";
package/module/index.ts CHANGED
@@ -9,7 +9,7 @@ const LINKING_ERROR =
9
9
  const isTurboModuleEnabled = global.__turboModuleProxy != null;
10
10
 
11
11
  const RNWalletConnectModule = isTurboModuleEnabled
12
- ? require("../module/NativeRNWalletConnectModule.js").default
12
+ ? require("../module/NativeRNWalletConnectModule.ts").default
13
13
  : NativeModules.RNWalletConnectModule;
14
14
 
15
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.3",
4
+ "version": "2.22.4",
5
5
  "author": "WalletConnect, Inc. <walletconnect.com>",
6
6
  "homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
7
7
  "license": "SEE LICENSE IN LICENSE.md",