@op-engineering/op-sqlite 13.0.0 → 13.0.1

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.
@@ -40,6 +40,7 @@ typedef struct {
40
40
  const char *encryption_key;
41
41
  int sync_interval;
42
42
  char with_webpki;
43
+ char offline;
43
44
  } libsql_config;
44
45
 
45
46
  typedef const libsql_connection *libsql_connection_t;
@@ -40,6 +40,7 @@ typedef struct {
40
40
  const char *encryption_key;
41
41
  int sync_interval;
42
42
  char with_webpki;
43
+ char offline;
43
44
  } libsql_config;
44
45
 
45
46
  typedef const libsql_connection *libsql_connection_t;
@@ -40,6 +40,7 @@ typedef struct {
40
40
  const char *encryption_key;
41
41
  int sync_interval;
42
42
  char with_webpki;
43
+ char offline;
43
44
  } libsql_config;
44
45
 
45
46
  typedef const libsql_connection *libsql_connection_t;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@op-engineering/op-sqlite",
3
- "version": "13.0.0",
3
+ "version": "13.0.1",
4
4
  "description": "Next generation SQLite for React Native",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",