better-sqlite3-multiple-ciphers 7.4.7-beta.0 → 7.4.7-beta.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 CHANGED
@@ -18,13 +18,13 @@ The fastest and simplest library for SQLite3 in Node.js. This particular fork su
18
18
 
19
19
  - ### Stable
20
20
  - **better-sqlite3-multiple-ciphers** - [`7.4.6`](https://www.npmjs.com/package/better-sqlite3-multiple-ciphers/v/7.4.6)
21
- - **SQLite** - `3.37.0`
22
- - **SQLite3 Multiple Ciphers** - `1.3.5`
21
+ - **SQLite** - [`3.37.0`](https://www.sqlite.org/draft/releaselog/3_37_0.html)
22
+ - **SQLite3 Multiple Ciphers** - [`1.3.5`](https://github.com/utelle/SQLite3MultipleCiphers/releases/tag/v1.3.5)
23
23
 
24
24
  - ### Beta
25
- - **better-sqlite3-multiple-ciphers** - [`7.4.7-beta.0`](https://www.npmjs.com/package/better-sqlite3-multiple-ciphers/v/7.4.7-beta.0)
26
- - **SQLite** - `3.37.1`
27
- - **SQLite3 Multiple Ciphers** - `1.3.6`
25
+ - **better-sqlite3-multiple-ciphers** - [`7.4.7-beta.1`](https://www.npmjs.com/package/better-sqlite3-multiple-ciphers/v/7.4.7-beta.1)
26
+ - **SQLite** - [`3.37.2`](https://www.sqlite.org/draft/releaselog/3_37_2.html)
27
+ - **SQLite3 Multiple Ciphers** - [`1.3.7`](https://github.com/utelle/SQLite3MultipleCiphers/releases/tag/v1.3.7)
28
28
 
29
29
  ## Help this project stay strong! 💪
30
30
 
package/deps/setup.ps1 CHANGED
@@ -2,7 +2,7 @@
2
2
  $ErrorActionPreference = "Stop"
3
3
 
4
4
  # SQLite Info
5
- $SQLITEMC_VER = "v1.3.6"
5
+ $SQLITEMC_VER = "v1.3.7"
6
6
  $API_URL = "https://api.github.com/repos/utelle/SQLite3MultipleCiphers/releases/tags/" + $SQLITEMC_VER
7
7
 
8
8
  # Paths
Binary file
@@ -34,7 +34,7 @@ If you're using a SQLite3 encryption extension that is a drop-in replacement for
34
34
 
35
35
  # Bundled configuration
36
36
 
37
- By default, this distribution currently uses SQLite3 **version 3.37.1** with the following [compilation options](https://www.sqlite.org/compile.html):
37
+ By default, this distribution currently uses SQLite3 **version 3.37.2** with the following [compilation options](https://www.sqlite.org/compile.html):
38
38
 
39
39
  ```
40
40
  SQLITE_DQS=0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-sqlite3-multiple-ciphers",
3
- "version": "7.4.7-beta.0",
3
+ "version": "7.4.7-beta.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>",