jazz-react-native 0.8.41 → 0.8.44

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+
2
+ > jazz-react-native@0.8.44 build /home/runner/work/jazz/jazz/packages/jazz-react-native
3
+ > rm -rf ./dist && tsc --sourceMap --outDir dist
4
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
3
12
  ## 0.8.41
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-react-native",
3
- "version": "0.8.41",
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.41",
20
- "cojson-transport-ws": "0.8.41",
21
- "jazz-tools": "0.8.41"
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": "*",