jazz-react-native 0.8.19 → 0.8.20
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +6 -0
- package/package.json +3 -3
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.20",
|
4
4
|
"type": "module",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/index.js",
|
@@ -16,7 +16,6 @@
|
|
16
16
|
"license": "MIT",
|
17
17
|
"dependencies": {
|
18
18
|
"@scure/bip39": "^1.3.0",
|
19
|
-
"typescript": "^5.3.3",
|
20
19
|
"cojson": "0.8.19",
|
21
20
|
"cojson-transport-ws": "0.8.19",
|
22
21
|
"jazz-tools": "0.8.19"
|
@@ -31,7 +30,8 @@
|
|
31
30
|
"@react-native-community/netinfo": "^11.3.1",
|
32
31
|
"expo-linking": "~6.3.1",
|
33
32
|
"expo-secure-store": "~13.0.2",
|
34
|
-
"react-native": "~0.74.5"
|
33
|
+
"react-native": "~0.74.5",
|
34
|
+
"typescript": "^5.3.3"
|
35
35
|
},
|
36
36
|
"gitHead": "33c27053293b4801b968c61d5c4c989f93a67d13",
|
37
37
|
"scripts": {
|