hostdb 0.15.0 → 0.17.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/databases.json +2 -2
- package/package.json +2 -1
package/databases.json
CHANGED
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"license": "Apache-2.0",
|
|
161
161
|
"commercialUse": true,
|
|
162
162
|
"protocol": null,
|
|
163
|
-
"note": "
|
|
163
|
+
"note": "",
|
|
164
164
|
"latestLts": "3.5",
|
|
165
165
|
"versions": {
|
|
166
166
|
"3.5.1": true
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"defaultUser": "admin",
|
|
188
188
|
"queryLanguage": "HTTP"
|
|
189
189
|
},
|
|
190
|
-
"status": "
|
|
190
|
+
"status": "in-progress"
|
|
191
191
|
},
|
|
192
192
|
"duckdb": {
|
|
193
193
|
"displayName": "DuckDB",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hostdb",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"description": "Source and download pre-built database binaries for multiple platforms, distributed via GitHub Releases",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"checksums:populate": "tsx scripts/populate-checksums.ts",
|
|
31
31
|
"dbs": "tsx scripts/list-databases.ts",
|
|
32
32
|
"download:clickhouse": "tsx builds/clickhouse/download.ts",
|
|
33
|
+
"download:couchdb": "tsx builds/couchdb/download.ts",
|
|
33
34
|
"download:duckdb": "tsx builds/duckdb/download.ts",
|
|
34
35
|
"download:ferretdb": "tsx builds/ferretdb/download.ts",
|
|
35
36
|
"download:mariadb": "tsx builds/mariadb/download.ts",
|