@capgo/capacitor-data-storage-sqlite 7.2.4 → 7.2.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.
package/README.md
CHANGED
|
@@ -49,6 +49,10 @@ The plugin follows the guidelines from the `Capacitor Team`,
|
|
|
49
49
|
|
|
50
50
|
meaning that it will not work in IE11 without additional JavaScript transformations, e.g. with [Babel](https://babeljs.io/).
|
|
51
51
|
|
|
52
|
+
## Documentation
|
|
53
|
+
|
|
54
|
+
The most complete doc is available here: https://capgo.app/docs/plugins/data-storage-sqlite/
|
|
55
|
+
|
|
52
56
|
## Installation
|
|
53
57
|
|
|
54
58
|
```bash
|
|
@@ -11,7 +11,7 @@ import com.getcapacitor.annotation.CapacitorPlugin;
|
|
|
11
11
|
@CapacitorPlugin(name = "CapgoCapacitorDataStorageSqlite")
|
|
12
12
|
public class CapgoCapacitorDataStorageSqlitePlugin extends Plugin {
|
|
13
13
|
|
|
14
|
-
private final String PLUGIN_VERSION = "7.2.
|
|
14
|
+
private final String PLUGIN_VERSION = "7.2.5";
|
|
15
15
|
|
|
16
16
|
private CapgoCapacitorDataStorageSqlite implementation;
|
|
17
17
|
private RetHandler rHandler = new RetHandler();
|
|
@@ -5,7 +5,7 @@ import Capacitor
|
|
|
5
5
|
// swiftlint:disable type_body_length
|
|
6
6
|
@objc(CapgoCapacitorDataStorageSqlitePlugin)
|
|
7
7
|
public class CapgoCapacitorDataStorageSqlitePlugin: CAPPlugin, CAPBridgedPlugin {
|
|
8
|
-
private let PLUGIN_VERSION: String = "7.2.
|
|
8
|
+
private let PLUGIN_VERSION: String = "7.2.5"
|
|
9
9
|
public let identifier = "CapgoCapacitorDataStorageSqlitePlugin"
|
|
10
10
|
public let jsName = "CapgoCapacitorDataStorageSqlite"
|
|
11
11
|
public let pluginMethods: [CAPPluginMethod] = [
|