hostdb 0.14.0 → 0.14.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.14.0",
3
+ "version": "0.14.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-23T05:50:47.549Z",
4
+ "lastUpdated": "2026-01-23T06:17:26.987Z",
5
5
  "databases": {
6
6
  "clickhouse": {
7
7
  "25.12.3.21": {
@@ -66,6 +66,40 @@
66
66
  }
67
67
  }
68
68
  },
69
+ "ferretdb": {
70
+ "2.7.0": {
71
+ "version": "2.7.0",
72
+ "releaseTag": "ferretdb-2.7.0",
73
+ "releasedAt": "2026-01-23T06:17:12Z",
74
+ "platforms": {
75
+ "darwin-arm64": {
76
+ "url": "https://github.com/robertjbass/hostdb/releases/download/ferretdb-2.7.0/ferretdb-2.7.0-darwin-arm64.tar.gz",
77
+ "sha256": "2c741c9b16657ec9235fc8951378a9cc8f9506725e88bb49178fc8048248b265",
78
+ "size": 162030512
79
+ },
80
+ "darwin-x64": {
81
+ "url": "https://github.com/robertjbass/hostdb/releases/download/ferretdb-2.7.0/ferretdb-2.7.0-darwin-x64.tar.gz",
82
+ "sha256": "7a0a6b269ba0a1831f94c5c0e26f7e204f97ddfa5a3a0beac666c66eb977ed7c",
83
+ "size": 173414351
84
+ },
85
+ "linux-arm64": {
86
+ "url": "https://github.com/robertjbass/hostdb/releases/download/ferretdb-2.7.0/ferretdb-2.7.0-linux-arm64.tar.gz",
87
+ "sha256": "fff6bee0490efed64d9bd343d303704e3f2a46f44d9ca9bb2631606130ad3b37",
88
+ "size": 166405939
89
+ },
90
+ "linux-x64": {
91
+ "url": "https://github.com/robertjbass/hostdb/releases/download/ferretdb-2.7.0/ferretdb-2.7.0-linux-x64.tar.gz",
92
+ "sha256": "d27ecd2d2b2bd9ed6212b111272ad3ee9559f3082ec82379712f8f1ff26d5ed8",
93
+ "size": 175061655
94
+ },
95
+ "win32-x64": {
96
+ "url": "https://github.com/robertjbass/hostdb/releases/download/ferretdb-2.7.0/ferretdb-2.7.0-win32-x64.zip",
97
+ "sha256": "3e4320badea2a0e00f7220674e987fff38db41767aae34dbdd926d953202c617",
98
+ "size": 142234360
99
+ }
100
+ }
101
+ }
102
+ },
69
103
  "mariadb": {
70
104
  "11.8.5": {
71
105
  "version": "11.8.5",