@op-engineering/op-sqlite 15.0.4 → 15.0.5

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/bindings.cpp +1 -1
  2. package/package.json +1 -1
package/cpp/bindings.cpp CHANGED
@@ -152,7 +152,7 @@ void install(jsi::Runtime &rt,
152
152
 
153
153
  std::string remote_encryption_key;
154
154
  if (options.hasProperty(rt, "remoteEncryptionKey")) {
155
- encryption_key =
155
+ remote_encryption_key =
156
156
  options.getProperty(rt, "remoteEncryptionKey").asString(rt).utf8(rt);
157
157
  }
158
158
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@op-engineering/op-sqlite",
3
- "version": "15.0.4",
3
+ "version": "15.0.5",
4
4
  "description": "Next generation SQLite for React Native",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",