jazz-react-native 0.13.5 → 0.13.9

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.13.5 build /home/runner/_work/jazz/jazz/packages/jazz-react-native
2
+ > jazz-react-native@0.13.9 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,27 @@
1
1
  # jazz-browser
2
2
 
3
+ ## 0.13.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a6cf01f]
8
+ - jazz-tools@0.13.9
9
+ - jazz-react-native-core@0.13.9
10
+
11
+ ## 0.13.7
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [bc3d7bb]
16
+ - Updated dependencies [4e9aae1]
17
+ - Updated dependencies [21c935c]
18
+ - Updated dependencies [aa1c80e]
19
+ - Updated dependencies [13074be]
20
+ - jazz-tools@0.13.7
21
+ - cojson@0.13.7
22
+ - jazz-react-native-core@0.13.7
23
+ - cojson-storage@0.13.7
24
+
3
25
  ## 0.13.5
4
26
 
5
27
  ### Patch Changes
package/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2024, Garden Computing, Inc.
1
+ Copyright 2025, Garden Computing, Inc.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-react-native",
3
- "version": "0.13.5",
3
+ "version": "0.13.9",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -28,10 +28,10 @@
28
28
  "@op-engineering/op-sqlite": "^11.4.8",
29
29
  "@scure/base": "1.2.1",
30
30
  "react-native-mmkv": "^3.2.0",
31
- "cojson": "0.13.5",
32
- "cojson-storage": "0.13.5",
33
- "jazz-react-native-core": "0.13.5",
34
- "jazz-tools": "0.13.5"
31
+ "cojson": "0.13.7",
32
+ "cojson-storage": "0.13.7",
33
+ "jazz-react-native-core": "0.13.9",
34
+ "jazz-tools": "0.13.9"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@react-native-community/netinfo": "*",
@@ -41,7 +41,7 @@
41
41
  "@react-native-community/netinfo": "11.4.1",
42
42
  "react": "18.3.1",
43
43
  "react-native": "0.76.7",
44
- "typescript": "~5.6.2"
44
+ "typescript": "5.6.2"
45
45
  },
46
46
  "gitHead": "33c27053293b4801b968c61d5c4c989f93a67d13",
47
47
  "scripts": {