jazz-react-native 0.8.31 → 0.8.34
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +19 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1
1
|
# jazz-browser
|
2
2
|
|
3
|
+
## 0.8.34
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [e4f110f]
|
8
|
+
- cojson@0.8.34
|
9
|
+
- cojson-transport-ws@0.8.34
|
10
|
+
- jazz-tools@0.8.34
|
11
|
+
|
12
|
+
## 0.8.32
|
13
|
+
|
14
|
+
### Patch Changes
|
15
|
+
|
16
|
+
- Updated dependencies [df42b2b]
|
17
|
+
- Updated dependencies [df42b2b]
|
18
|
+
- cojson@0.8.32
|
19
|
+
- jazz-tools@0.8.32
|
20
|
+
- cojson-transport-ws@0.8.32
|
21
|
+
|
3
22
|
## 0.8.31
|
4
23
|
|
5
24
|
### 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.34",
|
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.34",
|
20
|
+
"cojson-transport-ws": "0.8.34",
|
21
|
+
"jazz-tools": "0.8.34"
|
22
22
|
},
|
23
23
|
"peerDependencies": {
|
24
24
|
"@react-native-community/netinfo": "*",
|