@walletconnect/react-native-compat 2.0.0-635ab6d6 → 2.0.0-9f21d2a0.0

Sign up to get free protection for your applications and to get access to all the features.
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.0.0-635ab6d6",
4
+ "version": "2.0.0-9f21d2a0.0",
5
5
  "author": "WalletConnect, Inc. <walletconnect.com>",
6
6
  "homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
7
7
  "license": "Apache-2.0",
@@ -22,7 +22,10 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "events": "3.3.0",
25
- "fast-text-encoding": "1.0.4",
26
- "react-native-get-random-values": "1.8.0"
25
+ "fast-text-encoding": "1.0.4"
26
+ },
27
+ "peerDependencies": {
28
+ "@react-native-async-storage/async-storage": "*",
29
+ "react-native-get-random-values": "*"
27
30
  }
28
31
  }
@@ -1,3 +0,0 @@
1
- import "fast-text-encoding";
2
- import "react-native-get-random-values";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,gCAAgC,CAAC"}