@capgo/capacitor-data-storage-sqlite 7.2.15 → 7.2.17
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
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<!-- Note from the Owner - End -->
|
|
17
17
|
<br>
|
|
18
18
|
<!-- Message below Note from the Owner - Start -->
|
|
19
|
-
<p align="left" style="font-size:47px">This Plugin has been
|
|
19
|
+
<p align="left" style="font-size:47px">This Plugin has been transferred to Capgo org after his original creator <a href="https://github.com/jepiqueau">@jepiqueau</a> decide to retire.
|
|
20
20
|
<br>We will forever be thankful for the work he did.</p>
|
|
21
21
|
<br>
|
|
22
22
|
<p align="center">
|
|
@@ -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 pluginVersion = "7.2.
|
|
14
|
+
private final String pluginVersion = "7.2.17";
|
|
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 pluginVersion: String = "7.2.
|
|
8
|
+
private let pluginVersion: String = "7.2.17"
|
|
9
9
|
public let identifier = "CapgoCapacitorDataStorageSqlitePlugin"
|
|
10
10
|
public let jsName = "CapgoCapacitorDataStorageSqlite"
|
|
11
11
|
public let pluginMethods: [CAPPluginMethod] = [
|