@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.
- package/index.js +3 -0
- package/package.json +3 -4
package/index.js
CHANGED
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-
|
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 '
|
21
|
-
"prettier": "prettier --check '{
|
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"
|