jazz-react-native 0.14.10 → 0.14.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
 
2
- > jazz-react-native@0.14.10 build /home/runner/_work/jazz/jazz/packages/jazz-react-native
2
+ > jazz-react-native@0.14.12 build /home/runner/_work/jazz/jazz/packages/jazz-react-native
3
3
  > rm -rf ./dist && tsc --sourceMap --outDir dist
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # jazz-browser
2
2
 
3
+ ## 0.14.12
4
+
5
+ ### Patch Changes
6
+
7
+ - jazz-react-native-core@0.14.12
8
+
9
+ ## 0.14.11
10
+
11
+ ### Patch Changes
12
+
13
+ - 98d697f: Remove react and react-native dev dependencies
14
+
3
15
  ## 0.14.10
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-react-native",
3
- "version": "0.14.10",
3
+ "version": "0.14.12",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -30,7 +30,7 @@
30
30
  "react-native-mmkv": "^3.2.0",
31
31
  "cojson": "0.14.1",
32
32
  "cojson-storage": "0.14.1",
33
- "jazz-react-native-core": "0.14.10",
33
+ "jazz-react-native-core": "0.14.12",
34
34
  "jazz-tools": "0.14.10"
35
35
  },
36
36
  "peerDependencies": {
@@ -40,8 +40,6 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@react-native-community/netinfo": "11.4.1",
43
- "react": "19.0.0",
44
- "react-native": "0.79.2",
45
43
  "typescript": "5.6.2"
46
44
  },
47
45
  "gitHead": "33c27053293b4801b968c61d5c4c989f93a67d13",