@capacitor-community/sqlite 5.0.3 → 5.0.4-alphabetter.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.
- package/README.md +1 -1
- package/electron/dist/plugin.js +2745 -2749
- package/electron/dist/plugin.js.map +1 -1
- package/electron/rollup.config.js +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -169,7 +169,7 @@ npm install --save @journeyapps/sqlcipher
|
|
|
169
169
|
npm install --save sqlite3
|
|
170
170
|
npm install --save jszip
|
|
171
171
|
npm install --save node-fetch@2.6.7
|
|
172
|
-
npm install --save @types/sqlite3
|
|
172
|
+
npm install --save-dev @types/sqlite3
|
|
173
173
|
```
|
|
174
174
|
- **Important**: `node-fetch` version must be `<=2.6.7`; otherwise [you'll get an error](https://github.com/capacitor-community/sqlite/issues/349 "you'll get an error ERR_REQUIRE_ESM") running the app.
|
|
175
175
|
|