jazz-react-native 0.8.39 → 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,25 @@
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
+
12
+ ## 0.8.41
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [3252502]
17
+ - Updated dependencies [6370348]
18
+ - Updated dependencies [ac216b9]
19
+ - cojson@0.8.41
20
+ - cojson-transport-ws@0.8.41
21
+ - jazz-tools@0.8.41
22
+
3
23
  ## 0.8.39
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-react-native",
3
- "version": "0.8.39",
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.39",
20
- "cojson-transport-ws": "0.8.39",
21
- "jazz-tools": "0.8.39"
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": "*",
@@ -27,11 +27,11 @@
27
27
  "react-native": "*"
28
28
  },
29
29
  "devDependencies": {
30
- "@react-native-community/netinfo": "^11.3.1",
31
- "expo-linking": "~6.3.1",
32
- "expo-secure-store": "~13.0.2",
33
- "react-native": "~0.74.5",
34
- "typescript": "^5.3.3"
30
+ "@react-native-community/netinfo": "^11.4.1",
31
+ "expo-linking": "~7.0.3",
32
+ "expo-secure-store": "~14.0.0",
33
+ "react-native": "~0.76.3",
34
+ "typescript": "~5.6.2"
35
35
  },
36
36
  "gitHead": "33c27053293b4801b968c61d5c4c989f93a67d13",
37
37
  "scripts": {