jazz-react-native 0.8.6 → 0.8.7
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "jazz-react-native",
|
3
|
-
"version": "0.8.
|
3
|
+
"version": "0.8.7",
|
4
4
|
"type": "module",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/index.js",
|
@@ -18,14 +18,14 @@
|
|
18
18
|
"@scure/bip39": "^1.3.0",
|
19
19
|
"typescript": "^5.3.3",
|
20
20
|
"cojson": "0.8.5",
|
21
|
-
"
|
22
|
-
"
|
21
|
+
"cojson-transport-ws": "0.8.7",
|
22
|
+
"jazz-tools": "0.8.5"
|
23
23
|
},
|
24
24
|
"peerDependencies": {
|
25
|
-
"@react-native-community/netinfo": "
|
26
|
-
"expo-linking": "
|
27
|
-
"react-native": "
|
28
|
-
"react-native-mmkv": "
|
25
|
+
"@react-native-community/netinfo": "*",
|
26
|
+
"expo-linking": "*",
|
27
|
+
"react-native": "*",
|
28
|
+
"react-native-mmkv": "*"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
31
|
"@react-native-community/netinfo": "^11.3.1",
|