hostdb 0.18.0 → 0.19.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.
Files changed (2) hide show
  1. package/databases.json +1 -1
  2. package/package.json +2 -1
package/databases.json CHANGED
@@ -755,7 +755,7 @@
755
755
  "defaultUser": "admin",
756
756
  "queryLanguage": "SQL"
757
757
  },
758
- "status": "pending"
758
+ "status": "in-progress"
759
759
  },
760
760
  "redis": {
761
761
  "displayName": "Redis",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hostdb",
3
- "version": "0.18.0",
3
+ "version": "0.19.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",
@@ -41,6 +41,7 @@
41
41
  "download:postgresql": "tsx builds/postgresql/download.ts",
42
42
  "download:postgresql-documentdb": "tsx builds/postgresql-documentdb/download.ts",
43
43
  "download:qdrant": "tsx builds/qdrant/download.ts",
44
+ "download:questdb": "tsx builds/questdb/download.ts",
44
45
  "download:redis": "tsx builds/redis/download.ts",
45
46
  "download:sqlite": "tsx builds/sqlite/download.ts",
46
47
  "download:surrealdb": "tsx builds/surrealdb/download.ts",