jazz-react-native 0.8.39 → 0.8.44
Sign up to get free protection for your applications and to get access to all the features.
- package/.turbo/turbo-build.log +4 -0
- package/CHANGELOG.md +20 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,25 @@
|
|
1
1
|
# jazz-browser
|
2
2
|
|
3
|
+
## 0.8.44
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [5d20c81]
|
8
|
+
- cojson@0.8.44
|
9
|
+
- cojson-transport-ws@0.8.44
|
10
|
+
- jazz-tools@0.8.44
|
11
|
+
|
12
|
+
## 0.8.41
|
13
|
+
|
14
|
+
### Patch Changes
|
15
|
+
|
16
|
+
- Updated dependencies [3252502]
|
17
|
+
- Updated dependencies [6370348]
|
18
|
+
- Updated dependencies [ac216b9]
|
19
|
+
- cojson@0.8.41
|
20
|
+
- cojson-transport-ws@0.8.41
|
21
|
+
- jazz-tools@0.8.41
|
22
|
+
|
3
23
|
## 0.8.39
|
4
24
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "jazz-react-native",
|
3
|
-
"version": "0.8.
|
3
|
+
"version": "0.8.44",
|
4
4
|
"type": "module",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/index.js",
|
@@ -16,9 +16,9 @@
|
|
16
16
|
"license": "MIT",
|
17
17
|
"dependencies": {
|
18
18
|
"@scure/bip39": "^1.3.0",
|
19
|
-
"cojson": "0.8.
|
20
|
-
"cojson-transport-ws": "0.8.
|
21
|
-
"jazz-tools": "0.8.
|
19
|
+
"cojson": "0.8.44",
|
20
|
+
"cojson-transport-ws": "0.8.44",
|
21
|
+
"jazz-tools": "0.8.44"
|
22
22
|
},
|
23
23
|
"peerDependencies": {
|
24
24
|
"@react-native-community/netinfo": "*",
|
@@ -27,11 +27,11 @@
|
|
27
27
|
"react-native": "*"
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@react-native-community/netinfo": "^11.
|
31
|
-
"expo-linking": "~
|
32
|
-
"expo-secure-store": "~
|
33
|
-
"react-native": "~0.
|
34
|
-
"typescript": "
|
30
|
+
"@react-native-community/netinfo": "^11.4.1",
|
31
|
+
"expo-linking": "~7.0.3",
|
32
|
+
"expo-secure-store": "~14.0.0",
|
33
|
+
"react-native": "~0.76.3",
|
34
|
+
"typescript": "~5.6.2"
|
35
35
|
},
|
36
36
|
"gitHead": "33c27053293b4801b968c61d5c4c989f93a67d13",
|
37
37
|
"scripts": {
|