Skip to content

Commit

Permalink
package.json include plugin typings from DefinitelyTyped
Browse files Browse the repository at this point in the history
additional documentation items by @brodybits (Christopher J. Brody)

ref: #657
  • Loading branch information
Nikita Matrosov authored and Christopher J. Brody committed Apr 18, 2018
1 parent 4cace71 commit 93d10ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ See the [Sample section](#sample) for a sample with a more detailed explanation

## Announcements

- _Plugin typings from DefinitelyTyped are available in `types/index.d.ts` (community supported)_
- Using recent version of SQLite3 (`3.22.0`) with `SQLITE_DEFAULT_SYNCHRONOUS=3` (EXTRA DURABLE) build setting to be extra robust against possible database corruption ref: [litehelpers/Cordova-sqlite-storage#736](https://github.com/litehelpers/Cordova-sqlite-storage/issues/736)
- Nice overview of alternatives for storing local data in Cordova apps at: <https://www.sitepoint.com/storing-local-data-in-a-cordova-app/>
- New alternative solution for small data storage: [TheCocoaProject/ cordova-plugin-nativestorage](https://github.com/TheCocoaProject/cordova-plugin-nativestorage) - simpler "native storage of variables" for Android/iOS/Windows
Expand Down Expand Up @@ -1616,6 +1617,7 @@ function closeDB() {
- `scripts`: installation hook script to fetch the external dependencies via `npm`
- `spec`: test suite using Jasmine (`2.4.1`)
- `tests`: very simple Jasmine test suite that is run on Circle CI (Android platform) and Travis CI (iOS platform) (used as a placeholder)
- _`types/index.d.ts` by [@matrosov-nikita (Nikita Matrosov)](https://github.com/matrosov-nikita) (community support)_

<!-- END Source tree -->

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "cordova-sqlite-storage",
"version": "2.3.0",
"description": "Native interface to SQLite for PhoneGap/Cordova",
"types": "./types/index.d.ts",
"cordova": {
"id": "cordova-sqlite-storage",
"platforms": [
Expand Down

0 comments on commit 93d10ab

Please sign in to comment.