hostdb 0.11.1 → 0.12.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 +2 -2
  2. package/package.json +2 -1
package/databases.json CHANGED
@@ -659,7 +659,7 @@
659
659
  },
660
660
  "platforms": {
661
661
  "linux-x64": true,
662
- "linux-arm64": false,
662
+ "linux-arm64": true,
663
663
  "darwin-x64": true,
664
664
  "darwin-arm64": true,
665
665
  "win32-x64": true
@@ -679,7 +679,7 @@
679
679
  "defaultUser": null,
680
680
  "queryLanguage": "HTTP"
681
681
  },
682
- "status": "pending"
682
+ "status": "in-progress"
683
683
  },
684
684
  "questdb": {
685
685
  "displayName": "QuestDB",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hostdb",
3
- "version": "0.11.1",
3
+ "version": "0.12.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",
@@ -35,6 +35,7 @@
35
35
  "download:mongodb": "tsx builds/mongodb/download.ts",
36
36
  "download:mysql": "tsx builds/mysql/download.ts",
37
37
  "download:postgresql": "tsx builds/postgresql/download.ts",
38
+ "download:qdrant": "tsx builds/qdrant/download.ts",
38
39
  "download:redis": "tsx builds/redis/download.ts",
39
40
  "download:sqlite": "tsx builds/sqlite/download.ts",
40
41
  "download:valkey": "tsx builds/valkey/download.ts",