@capgo/capacitor-data-storage-sqlite 6.0.5 → 6.0.7

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/package.json +1 -1
  2. package/readme.md +9 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-data-storage-sqlite",
3
- "version": "6.0.5",
3
+ "version": "6.0.7",
4
4
  "description": "SQLite Storage of key/value strings pair",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
package/readme.md CHANGED
@@ -1,3 +1,10 @@
1
+ <a href="https://capgo.app/"><img src='https://raw.githubusercontent.com/Cap-go/capgo/main/assets/capgo_banner.png' alt='Capgo - Instant updates for capacitor'/></a>
2
+
3
+ <div align="center">
4
+ <h2><a href="https://capgo.app/?ref=plugin"> ➡️ Get Instant updates for your App with Capgo 🚀</a></h2>
5
+ <h2><a href="https://capgo.app/consulting/?ref=plugin"> Fix your annoying bug now, Hire a Capacitor expert 💪</a></h2>
6
+ </div>
7
+
1
8
  <p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p>
2
9
  <h3 align="center">DATA STORAGE SQLITE</h3>
3
10
  <p align="center"><strong><code>@capgo/capacitor-data-storage-sqlite</code></strong></p>
@@ -10,13 +17,13 @@
10
17
  <br>
11
18
  <!-- Message below Note from the Owner - Start -->
12
19
  <p align="left" style="font-size:47px">This Plugin has been transfered to Capgo org after his original creator <a href="https://github.com/jepiqueau">@jepiqueau</a> decide to retire.
13
- <br>We will foreer be thankful for the work he did.</p>
20
+ <br>We will forever be thankful for the work he did.</p>
14
21
  <br>
15
22
  <p align="center">
16
23
  Capacitor Data Storage SQlite Plugin is a custom Native Capacitor plugin providing a key-value permanent store for simple data of <strong>type string only</strong> to SQLite on IOS, Android and Electron platforms and to IndexDB for the Web platform.</p>
17
24
 
18
25
  <p align="center">
19
- <img src="https://img.shields.io/maintenance/yes/2023?style=flat-square" />
26
+ <img src="https://img.shields.io/maintenance/yes/2024?style=flat-square" />
20
27
  <a href="https://github.com/Cap-go/capacitor-data-storage-sqlite/actions?query=workflow%3A%22CI%22"><img src="https://img.shields.io/github/workflow/status/Cap-go/capacitor-data-storage-sqlite/CI?style=flat-square" /></a>
21
28
  <a href="https://www.npmjs.com/package/Cap-go/capacitor-data-storage-sqlite"><img src="https://img.shields.io/npm/l/capacitor-data-storage-sqlite.svg?style=flat-square" /></a>
22
29
  <br>