@capacitor-community/sqlite 4.1.0-2 → 4.1.0-3

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/README.md +4 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,7 +32,10 @@ For more info on releases:
32
32
 
33
33
  - [info_releases](https://github.com/capacitor-community/sqlite/blob/master/info_releases.md)
34
34
 
35
- - [changelog]https://github.com/capacitor-community/sqlite/blob/master/changelog.md
35
+ - [changelog](https://github.com/capacitor-community/sqlite/blob/master/CHANGELOG.md)
36
+
37
+ - [issues](https://github.com/capacitor-community/sqlite/issues)
38
+
36
39
 
37
40
  The test has been achieved on:
38
41
 
@@ -156,15 +159,6 @@ See [#301](https://github.com/capacitor-community/sqlite/issues/301) and [SO](ht
156
159
  npx cap open @capacitor-community/electron
157
160
  ```
158
161
 
159
- ## Readme previous releases
160
-
161
- [previous releases](https://github.com/capacitor-community/sqlite/readme_previous_release.md)
162
-
163
- ## Issues
164
-
165
- [issues](https://github.com/capacitor-community/sqlite/issues)
166
-
167
-
168
162
  ## Configuration
169
163
 
170
164
  No configuration required for this plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor-community/sqlite",
3
- "version": "4.1.0-2",
3
+ "version": "4.1.0-3",
4
4
  "description": "Community plugin for native & electron SQLite databases",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",