@op-engineering/op-sqlite 15.1.1 → 15.1.2

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/cpp/OPSqlite.cpp +1 -0
  2. package/package.json +2 -5
package/cpp/OPSqlite.cpp CHANGED
@@ -51,6 +51,7 @@ void install(jsi::Runtime &rt,
51
51
  _crsqlite_path = std::string(crsqlite_path);
52
52
  _sqlite_vec_path = std::string(sqlite_vec_path);
53
53
  opsqlite::invoker = invoker;
54
+ opsqlite::invalidated = false;
54
55
 
55
56
  auto open = HFN0 {
56
57
  jsi::Object options = args[0].asObject(rt);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@op-engineering/op-sqlite",
3
- "version": "15.1.1",
3
+ "version": "15.1.2",
4
4
  "description": "Fastest SQLite for React Native",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",
@@ -109,8 +109,5 @@
109
109
  "type": "turbo-module",
110
110
  "version": "0.52.1"
111
111
  },
112
- "packageManager": "yarn@4.11.0",
113
- "dependencies": {
114
- "react-native-safe-area-context": "^5.6.2"
115
- }
112
+ "packageManager": "yarn@4.11.0"
116
113
  }