anchordb-react 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -110,7 +110,7 @@ indicator can be rendered unconditionally instead of every screen branching on w
110
110
 
111
111
  ## Status
112
112
 
113
- **1.0.3.** Requires React 19 (`expo-sqlite` pulls React Native, which pins it). React 18 projects
113
+ **1.0.4.** Requires React 19 (`expo-sqlite` pulls React Native, which pins it). React 18 projects
114
114
  stay on the [`release/0.x-react18`](https://github.com/knnadeera/anchordb/tree/release/0.x-react18)
115
115
  line at 0.2.1.
116
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anchordb-react",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -35,7 +35,7 @@
35
35
  "prepublishOnly": "npm run typecheck && npm run build"
36
36
  },
37
37
  "dependencies": {
38
- "anchordb": "^1.0.3",
38
+ "anchordb": "^1.0.4",
39
39
  "expo-sqlite": ">=14",
40
40
  "react-native-get-random-values": ">=1.11"
41
41
  },