jazz-react-native 0.8.18 → 0.8.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # jazz-browser
2
2
 
3
+ ## 0.8.20
4
+
5
+ ### Patch Changes
6
+
7
+ - 3ef3ff3: Remove typescript from the direct dependencies
8
+
9
+ ## 0.8.19
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [9c2aadb]
14
+ - cojson@0.8.19
15
+ - cojson-transport-ws@0.8.19
16
+ - jazz-tools@0.8.19
17
+
3
18
  ## 0.8.18
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-react-native",
3
- "version": "0.8.18",
3
+ "version": "0.8.20",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -16,10 +16,9 @@
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
18
  "@scure/bip39": "^1.3.0",
19
- "typescript": "^5.3.3",
20
- "cojson": "0.8.18",
21
- "cojson-transport-ws": "0.8.18",
22
- "jazz-tools": "0.8.18"
19
+ "cojson": "0.8.19",
20
+ "cojson-transport-ws": "0.8.19",
21
+ "jazz-tools": "0.8.19"
23
22
  },
24
23
  "peerDependencies": {
25
24
  "@react-native-community/netinfo": "*",
@@ -31,7 +30,8 @@
31
30
  "@react-native-community/netinfo": "^11.3.1",
32
31
  "expo-linking": "~6.3.1",
33
32
  "expo-secure-store": "~13.0.2",
34
- "react-native": "~0.74.5"
33
+ "react-native": "~0.74.5",
34
+ "typescript": "^5.3.3"
35
35
  },
36
36
  "gitHead": "33c27053293b4801b968c61d5c4c989f93a67d13",
37
37
  "scripts": {