jazz-react-native 0.8.19 → 0.8.21

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 +16 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # jazz-browser
2
2
 
3
+ ## 0.8.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0f30eea]
8
+ - Updated dependencies [149ca97]
9
+ - cojson@0.8.21
10
+ - jazz-tools@0.8.21
11
+ - cojson-transport-ws@0.8.21
12
+
13
+ ## 0.8.20
14
+
15
+ ### Patch Changes
16
+
17
+ - 3ef3ff3: Remove typescript from the direct dependencies
18
+
3
19
  ## 0.8.19
4
20
 
5
21
  ### 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.21",
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.19",
21
- "cojson-transport-ws": "0.8.19",
22
- "jazz-tools": "0.8.19"
19
+ "cojson": "0.8.21",
20
+ "cojson-transport-ws": "0.8.21",
21
+ "jazz-tools": "0.8.21"
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": {