jazz-react-native 0.8.48 → 0.8.50
Sign up to get free protection for your applications and to get access to all the features.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +18 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,23 @@
|
|
1
1
|
# jazz-browser
|
2
2
|
|
3
|
+
## 0.8.50
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [43378ef]
|
8
|
+
- cojson@0.8.50
|
9
|
+
- cojson-transport-ws@0.8.50
|
10
|
+
- jazz-tools@0.8.50
|
11
|
+
|
12
|
+
## 0.8.49
|
13
|
+
|
14
|
+
### Patch Changes
|
15
|
+
|
16
|
+
- Updated dependencies [25dfd90]
|
17
|
+
- cojson@0.8.49
|
18
|
+
- cojson-transport-ws@0.8.49
|
19
|
+
- jazz-tools@0.8.49
|
20
|
+
|
3
21
|
## 0.8.48
|
4
22
|
|
5
23
|
### 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.50",
|
4
4
|
"type": "module",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/index.js",
|
@@ -23,9 +23,9 @@
|
|
23
23
|
"@scure/base": "1.2.1",
|
24
24
|
"@scure/bip39": "^1.3.0",
|
25
25
|
"react-native-quick-crypto": "1.0.0-beta.9",
|
26
|
-
"cojson": "0.8.
|
27
|
-
"cojson-transport-ws": "0.8.
|
28
|
-
"jazz-tools": "0.8.
|
26
|
+
"cojson": "0.8.50",
|
27
|
+
"cojson-transport-ws": "0.8.50",
|
28
|
+
"jazz-tools": "0.8.50"
|
29
29
|
},
|
30
30
|
"peerDependencies": {
|
31
31
|
"@react-native-community/netinfo": "*",
|