jazz-react-native 0.8.19 → 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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # jazz-browser
2
2
 
3
+ ## 0.8.20
4
+
5
+ ### Patch Changes
6
+
7
+ - 3ef3ff3: Remove typescript from the direct dependencies
8
+
3
9
  ## 0.8.19
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-react-native",
3
- "version": "0.8.19",
3
+ "version": "0.8.20",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -16,7 +16,6 @@
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
18
  "@scure/bip39": "^1.3.0",
19
- "typescript": "^5.3.3",
20
19
  "cojson": "0.8.19",
21
20
  "cojson-transport-ws": "0.8.19",
22
21
  "jazz-tools": "0.8.19"
@@ -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": {