better-sqlite3-multiple-ciphers 11.9.0 → 11.9.1
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,8 +17,8 @@ The fastest and simplest library for SQLite in Node.js. This particular fork sup
|
|
|
17
17
|
## Current versions
|
|
18
18
|
|
|
19
19
|
- ### Stable
|
|
20
|
-
- **better-sqlite3-multiple-ciphers** - [`11.9.
|
|
21
|
-
- **better-sqlite3** - [`11.9.
|
|
20
|
+
- **better-sqlite3-multiple-ciphers** - [`11.9.1`](https://github.com/m4heshd/better-sqlite3-multiple-ciphers/releases/tag/v11.9.1)
|
|
21
|
+
- **better-sqlite3** - [`11.9.1`](https://github.com/JoshuaWise/better-sqlite3/releases/tag/v11.9.1)
|
|
22
22
|
- **SQLite** - [`3.49.1`](https://www.sqlite.org/releaselog/3_49_1.html)
|
|
23
23
|
- **SQLite3 Multiple Ciphers** - [`2.1.0`](https://github.com/utelle/SQLite3MultipleCiphers/releases/tag/v2.1.0)
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "better-sqlite3-multiple-ciphers",
|
|
3
|
-
"version": "11.9.
|
|
3
|
+
"version": "11.9.1",
|
|
4
4
|
"description": "better-sqlite3 with multiple-cipher encryption support",
|
|
5
5
|
"homepage": "https://github.com/m4heshd/better-sqlite3-multiple-ciphers",
|
|
6
6
|
"author": "Mahesh Bandara Wijerathna (m4heshd) <m4heshd@gmail.com>",
|