hostdb 0.14.14 → 0.14.16

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 CHANGED
@@ -259,7 +259,7 @@
259
259
  "defaultUser": null,
260
260
  "queryLanguage": "MQL"
261
261
  },
262
- "status": "in-progress"
262
+ "status": "completed"
263
263
  },
264
264
  "foundationdb": {
265
265
  "displayName": "FoundationDB",
@@ -662,7 +662,7 @@
662
662
  "linux-arm64": true,
663
663
  "darwin-x64": true,
664
664
  "darwin-arm64": true,
665
- "win32-x64": false
665
+ "win32-x64": true
666
666
  },
667
667
  "cliTools": {
668
668
  "server": "postgres",
@@ -678,7 +678,7 @@
678
678
  "defaultUser": "postgres",
679
679
  "queryLanguage": "SQL"
680
680
  },
681
- "status": "in-progress"
681
+ "status": "completed"
682
682
  },
683
683
  "qdrant": {
684
684
  "displayName": "Qdrant",
package/lib/databases.ts CHANGED
@@ -51,7 +51,6 @@ export type VersionRelease = {
51
51
  export type ReleasesJson = {
52
52
  $schema?: string
53
53
  repository: string
54
- lastUpdated: string | null
55
54
  databases: Record<string, Record<string, VersionRelease>>
56
55
  }
57
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hostdb",
3
- "version": "0.14.14",
3
+ "version": "0.14.16",
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,6 @@
1
1
  {
2
2
  "$schema": "./schemas/releases.schema.json",
3
3
  "repository": "robertjbass/hostdb",
4
- "lastUpdated": "2026-01-24T01:01:53.290Z",
5
4
  "databases": {
6
5
  "clickhouse": {
7
6
  "25.12.3.21": {
@@ -598,23 +597,28 @@
598
597
  "platforms": {
599
598
  "darwin-arm64": {
600
599
  "url": "https://github.com/robertjbass/hostdb/releases/download/postgresql-documentdb-17-0.107.0/postgresql-documentdb-17-0.107.0-darwin-arm64.tar.gz",
601
- "sha256": "3f1e25d425c7dad79e73aee86549eee2e7571445b5ae439a2223c0f94787898d",
602
- "size": 22441793
600
+ "sha256": "6999ac5e7f9ff8c71e5d332f02798fff3f65d0487b4c62a4fddf20a08d080943",
601
+ "size": 37575761
603
602
  },
604
603
  "darwin-x64": {
605
604
  "url": "https://github.com/robertjbass/hostdb/releases/download/postgresql-documentdb-17-0.107.0/postgresql-documentdb-17-0.107.0-darwin-x64.tar.gz",
606
- "sha256": "b6d01e78697e250bfb6743cd8d645e4df48f8da8895d6f3975bed10c88a70e75",
607
- "size": 22558720
605
+ "sha256": "0aef491eaa7efc192087bcf4a336be5a253c65eca658b371f1acae01fd4ae910",
606
+ "size": 45061627
608
607
  },
609
608
  "linux-arm64": {
610
609
  "url": "https://github.com/robertjbass/hostdb/releases/download/postgresql-documentdb-17-0.107.0/postgresql-documentdb-17-0.107.0-linux-arm64.tar.gz",
611
- "sha256": "ffe1f756e452c8bdb4f8b0a9cf31adb82b38ac4f3683476338b5c6b06301c1dd",
612
- "size": 38426359
610
+ "sha256": "f75498c2627eb12253e3f4396037a2169ff81eaefb8832885720c1161de24ef2",
611
+ "size": 38428528
613
612
  },
614
613
  "linux-x64": {
615
614
  "url": "https://github.com/robertjbass/hostdb/releases/download/postgresql-documentdb-17-0.107.0/postgresql-documentdb-17-0.107.0-linux-x64.tar.gz",
616
- "sha256": "17e7647ff65e967721995a5d77588d59dfb0d420fe8f6f20b303277180b38f36",
617
- "size": 38829597
615
+ "sha256": "a7f9e54ccf268670dd48f052201bd002c673cd38156475ed7235405bb0a2c621",
616
+ "size": 38835739
617
+ },
618
+ "win32-x64": {
619
+ "url": "https://github.com/robertjbass/hostdb/releases/download/postgresql-documentdb-17-0.107.0/postgresql-documentdb-17-0.107.0-win32-x64.zip",
620
+ "sha256": "3305c27b01307c6b3cb43df376d463fd191f2bb12da134f17520a206804eb469",
621
+ "size": 334867318
618
622
  }
619
623
  }
620
624
  }