fix: http keep-alive workaround
fix: build for node 19
chore: release v1.14.13
@@ -1,5 +1,12 @@
|
|
1 |
# Changelog
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
### 1.14.12 (2022-06-13)
|
4 |
|
5 |
Fixes:
|
1 |
# Changelog
|
2 |
|
3 |
+
### 1.14.13 (2022-11-10)
|
4 |
+
|
5 |
+
Fixes:
|
6 |
+
|
7 |
+
- fix: build for node 19
|
8 |
+
- fix: http keep-alive workaround
|
9 |
+
|
10 |
### 1.14.12 (2022-06-13)
|
11 |
|
12 |
Fixes:
|
@@ -11,6 +11,8 @@ await get( url, `node-v${process.versions.modules}-${process.platform}-${process
|
|
11 |
// under windows download linux binaries for vmware
|
12 |
if ( process.platform === "win32" ) await get( url, `node-v${process.versions.modules}-linux-${process.arch}.node` );
|
13 |
|
|
|
|
|
14 |
async function get ( url, file ) {
|
15 |
process.stdout.write( `Downloading: ${file} ... ` );
|
16 |
|
11 |
// under windows download linux binaries for vmware
|
12 |
if ( process.platform === "win32" ) await get( url, `node-v${process.versions.modules}-linux-${process.arch}.node` );
|
13 |
|
14 |
+
process.exit();
|
15 |
+
|
16 |
async function get ( url, file ) {
|
17 |
process.stdout.write( `Downloading: ${file} ... ` );
|
18 |
|
@@ -11,6 +11,6 @@
|
|
11 |
"dependencies": {
|
12 |
"@softvisio/core": "latest",
|
13 |
"adm-zip": "^0.5.9",
|
14 |
-
"better-sqlite3": "
|
15 |
}
|
16 |
}
|
11 |
"dependencies": {
|
12 |
"@softvisio/core": "latest",
|
13 |
"adm-zip": "^0.5.9",
|
14 |
+
"better-sqlite3": "github:WiseLibs/better-sqlite3#pull/870/head"
|
15 |
}
|
16 |
}
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"private": true,
|
3 |
+
"type": "module",
|
4 |
+
"imports": {
|
5 |
+
"#core/*": "@softvisio/core/*",
|
6 |
+
"#lib/*": "./lib/*.js"
|
7 |
+
},
|
8 |
+
"scripts": {
|
9 |
+
"build": "node bin/build.js"
|
10 |
+
},
|
11 |
+
"dependencies": {
|
12 |
+
"@softvisio/core": "latest",
|
13 |
+
"adm-zip": "^0.5.9",
|
14 |
+
"better-sqlite3": "latest"
|
15 |
+
}
|
16 |
+
}
|
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "@softvisio/sqlite",
|
3 |
-
"version": "1.14.
|
4 |
"description": "better-sqlite3 re-packed",
|
5 |
"homepage": "https://softvisio.github.io/sqlite/",
|
6 |
"bugs": {
|
1 |
{
|
2 |
"name": "@softvisio/sqlite",
|
3 |
+
"version": "1.14.13",
|
4 |
"description": "better-sqlite3 re-packed",
|
5 |
"homepage": "https://softvisio.github.io/sqlite/",
|
6 |
"bugs": {
|
:information_source: Please, see the full project documentation here: https://softvisio-node.github.io/sqlite/.
Repacked version of better-sqlite3:
file://
urls;sqlite3
sources used;Pre-compiled binaries: https://github.com/softvisio-node/sqlite/releases/tag/data.
npm i @softvisio/sqlite