jazz-react-native 0.8.20 → 0.8.23
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +23 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,28 @@
|
|
1
1
|
# jazz-browser
|
2
2
|
|
3
|
+
## 0.8.23
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [6f745be]
|
8
|
+
- Updated dependencies [d348c2d]
|
9
|
+
- Updated dependencies [124bf67]
|
10
|
+
- Updated dependencies [6902b5b]
|
11
|
+
- Updated dependencies [1a0cd3d]
|
12
|
+
- cojson@0.8.23
|
13
|
+
- jazz-tools@0.8.23
|
14
|
+
- cojson-transport-ws@0.8.23
|
15
|
+
|
16
|
+
## 0.8.21
|
17
|
+
|
18
|
+
### Patch Changes
|
19
|
+
|
20
|
+
- Updated dependencies [0f30eea]
|
21
|
+
- Updated dependencies [149ca97]
|
22
|
+
- cojson@0.8.21
|
23
|
+
- jazz-tools@0.8.21
|
24
|
+
- cojson-transport-ws@0.8.21
|
25
|
+
|
3
26
|
## 0.8.20
|
4
27
|
|
5
28
|
### 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.23",
|
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.23",
|
20
|
+
"cojson-transport-ws": "0.8.23",
|
21
|
+
"jazz-tools": "0.8.23"
|
22
22
|
},
|
23
23
|
"peerDependencies": {
|
24
24
|
"@react-native-community/netinfo": "*",
|