hostdb 0.12.0 → 0.12.2

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/package.json +1 -1
  2. package/releases.json +35 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hostdb",
3
- "version": "0.12.0",
3
+ "version": "0.12.2",
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",
package/releases.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "./schemas/releases.schema.json",
3
3
  "repository": "robertjbass/hostdb",
4
- "lastUpdated": "2026-01-18T07:53:22.351Z",
4
+ "lastUpdated": "2026-01-20T15:11:59.030Z",
5
5
  "databases": {
6
6
  "clickhouse": {
7
7
  "25.12.3.21": {
@@ -522,6 +522,40 @@
522
522
  }
523
523
  }
524
524
  },
525
+ "qdrant": {
526
+ "1.16.3": {
527
+ "version": "1.16.3",
528
+ "releaseTag": "qdrant-1.16.3",
529
+ "releasedAt": "2026-01-20T15:11:46Z",
530
+ "platforms": {
531
+ "darwin-arm64": {
532
+ "url": "https://github.com/robertjbass/hostdb/releases/download/qdrant-1.16.3/qdrant-1.16.3-darwin-arm64.tar.gz",
533
+ "sha256": "b86608c52fb7e07d8ce83b49924690722430b4fd67a0e748dccfcb7712bea275",
534
+ "size": 26196403
535
+ },
536
+ "darwin-x64": {
537
+ "url": "https://github.com/robertjbass/hostdb/releases/download/qdrant-1.16.3/qdrant-1.16.3-darwin-x64.tar.gz",
538
+ "sha256": "0ce09a1d95408d57bf201370a60e87e4cd80288776fefe3a59e7b1c2002d5a66",
539
+ "size": 28084788
540
+ },
541
+ "linux-arm64": {
542
+ "url": "https://github.com/robertjbass/hostdb/releases/download/qdrant-1.16.3/qdrant-1.16.3-linux-arm64.tar.gz",
543
+ "sha256": "44fbf5075041ff96a543a03f5d82cf90ac296a7b34b68263efb54955f576c683",
544
+ "size": 27343441
545
+ },
546
+ "linux-x64": {
547
+ "url": "https://github.com/robertjbass/hostdb/releases/download/qdrant-1.16.3/qdrant-1.16.3-linux-x64.tar.gz",
548
+ "sha256": "d3127514f4a3fbe7392a7ff1cfac977ec6e602a8c67818367ad506ef74c816e5",
549
+ "size": 28968531
550
+ },
551
+ "win32-x64": {
552
+ "url": "https://github.com/robertjbass/hostdb/releases/download/qdrant-1.16.3/qdrant-1.16.3-win32-x64.zip",
553
+ "sha256": "b4cbb72b98c519575800e5bc603005c1c7316004d6feec73c1c61b5458915757",
554
+ "size": 27877028
555
+ }
556
+ }
557
+ }
558
+ },
525
559
  "redis": {
526
560
  "8.4.0": {
527
561
  "version": "8.4.0",