jazz-react-native 0.8.12 → 0.8.14
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# jazz-browser
|
2
2
|
|
3
|
+
## 0.8.14
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [36273b3]
|
8
|
+
- jazz-tools@0.8.14
|
9
|
+
|
10
|
+
## 0.8.13
|
11
|
+
|
12
|
+
### Patch Changes
|
13
|
+
|
14
|
+
- Updated dependencies [fd011d7]
|
15
|
+
- Updated dependencies [e0dd006]
|
16
|
+
- jazz-tools@0.8.13
|
17
|
+
- cojson-transport-ws@0.8.13
|
18
|
+
|
3
19
|
## 0.8.12
|
4
20
|
|
5
21
|
### 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.14",
|
4
4
|
"type": "module",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/index.js",
|
@@ -18,8 +18,8 @@
|
|
18
18
|
"@scure/bip39": "^1.3.0",
|
19
19
|
"typescript": "^5.3.3",
|
20
20
|
"cojson": "0.8.12",
|
21
|
-
"cojson-transport-ws": "0.8.
|
22
|
-
"jazz-tools": "0.8.
|
21
|
+
"cojson-transport-ws": "0.8.13",
|
22
|
+
"jazz-tools": "0.8.14"
|
23
23
|
},
|
24
24
|
"peerDependencies": {
|
25
25
|
"@react-native-community/netinfo": "*",
|