better-sqlite3-multiple-ciphers 12.6.0 → 12.8.0

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 CHANGED
@@ -17,10 +17,10 @@ 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** - [`12.6.0`](https://github.com/m4heshd/better-sqlite3-multiple-ciphers/releases/tag/v12.6.0)
21
- - **better-sqlite3** - [`12.6.0`](https://github.com/JoshuaWise/better-sqlite3/releases/tag/v12.6.0)
22
- - **SQLite** - [`3.51.2`](https://www.sqlite.org/releaselog/3_51_2.html)
23
- - **SQLite3 Multiple Ciphers** - [`2.2.7`](https://github.com/utelle/SQLite3MultipleCiphers/releases/tag/v2.2.7)
20
+ - **better-sqlite3-multiple-ciphers** - [`12.8.0`](https://github.com/m4heshd/better-sqlite3-multiple-ciphers/releases/tag/v12.8.0)
21
+ - **better-sqlite3** - [`12.8.0`](https://github.com/JoshuaWise/better-sqlite3/releases/tag/v12.8.0)
22
+ - **SQLite** - [`3.51.3`](https://www.sqlite.org/releaselog/3_51_3.html)
23
+ - **SQLite3 Multiple Ciphers** - [`2.3.1`](https://github.com/utelle/SQLite3MultipleCiphers/releases/tag/v2.3.1)
24
24
 
25
25
  - ### Beta
26
26
  - **better-sqlite3-multiple-ciphers** - [`11.0.0-beta.0`](https://github.com/m4heshd/better-sqlite3-multiple-ciphers/releases/tag/v11.0.0-beta.0)
@@ -73,7 +73,7 @@ npm install better-sqlite3-multiple-ciphers
73
73
  npm install better-sqlite3-multiple-ciphers@beta
74
74
  ```
75
75
 
76
- > You must be using Node.js v14.21.1 or above. Prebuilt binaries are available for Node.js [LTS versions](https://nodejs.org/en/about/releases/) and Electron. If you have trouble installing, check the [troubleshooting guide](./docs/troubleshooting.md).
76
+ > Requires a [currently supported Node.js](https://nodejs.org/en/about/previous-releases) version. Prebuilt binaries are available for [LTS versions](https://nodejs.org/en/about/previous-releases). If you have trouble installing, check the [troubleshooting guide](./docs/troubleshooting.md).
77
77
 
78
78
  ## Usage
79
79