better-sqlite3-multiple-ciphers 12.6.0 → 12.6.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/README.md +2 -2
  2. package/package.json +2 -2
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** - [`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)
20
+ - **better-sqlite3-multiple-ciphers** - [`12.6.2`](https://github.com/m4heshd/better-sqlite3-multiple-ciphers/releases/tag/v12.6.2)
21
+ - **better-sqlite3** - [`12.6.2`](https://github.com/JoshuaWise/better-sqlite3/releases/tag/v12.6.2)
22
22
  - **SQLite** - [`3.51.2`](https://www.sqlite.org/releaselog/3_51_2.html)
23
23
  - **SQLite3 Multiple Ciphers** - [`2.2.7`](https://github.com/utelle/SQLite3MultipleCiphers/releases/tag/v2.2.7)
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-sqlite3-multiple-ciphers",
3
- "version": "12.6.0",
3
+ "version": "12.6.2",
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>",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "overrides": {
28
28
  "prebuild": {
29
- "node-abi": "4.15.0"
29
+ "node-abi": "^4.25.0"
30
30
  }
31
31
  },
32
32
  "devDependencies": {