@walletconnect/react-native-compat 2.0.0-220dfb7e → 2.0.0-635ab6d6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +3 -4
package/index.js CHANGED
@@ -1,2 +1,5 @@
1
+ // Polyfill TextEncode / TextDecode
1
2
  import "fast-text-encoding";
3
+
4
+ // Polyfill crypto.getRandomvalues
2
5
  import "react-native-get-random-values";
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-220dfb7e",
4
+ "version": "2.0.0-635ab6d6",
5
5
  "author": "WalletConnect, Inc. <walletconnect.com>",
6
6
  "homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
7
7
  "license": "Apache-2.0",
@@ -17,11 +17,10 @@
17
17
  "react-native"
18
18
  ],
19
19
  "scripts": {
20
- "lint": "eslint -c '../../.eslintrc' --fix './src/**/*.js'",
21
- "prettier": "prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'"
20
+ "lint": "eslint -c '../../.eslintrc' --fix './**/*.{js,ts,jsx,tsx}'",
21
+ "prettier": "prettier --check './**/*.{js,ts,jsx,tsx}'"
22
22
  },
23
23
  "dependencies": {
24
- "@react-native-async-storage/async-storage": "1.17.9",
25
24
  "events": "3.3.0",
26
25
  "fast-text-encoding": "1.0.4",
27
26
  "react-native-get-random-values": "1.8.0"