@capgo/capacitor-data-storage-sqlite 6.0.0 → 6.0.2

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 +2 -2
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-data-storage-sqlite",
3
- "version": "6.0.0",
3
+ "version": "6.0.2",
4
4
  "description": "SQLite Storage of key/value strings pair",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -18,7 +18,7 @@
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",
21
- "url": "git+https://github.com/Cap-go/capacitor-data-storage-sqlite.git.git"
21
+ "url": "git+https://github.com/Cap-go/capacitor-data-storage-sqlite.git"
22
22
  },
23
23
  "bugs": {
24
24
  "url": "https://github.com/Cap-go/capacitor-data-storage-sqlite.git/issues"
package/readme.md CHANGED
@@ -149,7 +149,7 @@ No configuration required for this plugin
149
149
 
150
150
  - [see capacitor documentation](https://capacitor.ionicframework.com/docs/getting-started/with-ionic)
151
151
 
152
- - [see USAGE_Documentation](https://github.com/Cap-go/capacitor-data-storage-sqlite/blob/main/docs/USAGE.md)
152
+ - [see USAGE_Documentation](https://github.com/Cap-go/capacitor-data-storage-sqlite/blob/master/docs/USAGE.md)
153
153
 
154
154
  ## Dependencies
155
155