hostdb 0.23.0 → 0.24.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.
- package/package.json +1 -2
- package/releases.json +32 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hostdb",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.24.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,7 +35,6 @@
|
|
|
35
35
|
"download:couchdb": "tsx builds/couchdb/download.ts",
|
|
36
36
|
"download:duckdb": "tsx builds/duckdb/download.ts",
|
|
37
37
|
"download:ferretdb": "tsx builds/ferretdb/download.ts",
|
|
38
|
-
"download:ferretdb-v1": "tsx builds/ferretdb-v1/download.ts",
|
|
39
38
|
"download:influxdb": "tsx builds/influxdb/download.ts",
|
|
40
39
|
"download:mariadb": "tsx builds/mariadb/download.ts",
|
|
41
40
|
"download:meilisearch": "tsx builds/meilisearch/download.ts",
|
package/releases.json
CHANGED
|
@@ -165,6 +165,38 @@
|
|
|
165
165
|
"size": 142234360
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
|
+
},
|
|
169
|
+
"1.24.2": {
|
|
170
|
+
"version": "1.24.2",
|
|
171
|
+
"releaseTag": "ferretdb-1.24.2",
|
|
172
|
+
"releasedAt": "2026-02-15T10:42:42Z",
|
|
173
|
+
"platforms": {
|
|
174
|
+
"darwin-arm64": {
|
|
175
|
+
"url": "https://registry.layerbase.host/ferretdb-1.24.2/ferretdb-1.24.2-darwin-arm64.tar.gz",
|
|
176
|
+
"sha256": "c5df8ef97ac47290207774cc4e9ba449a09aa773c398648e9784b91c9b11adea",
|
|
177
|
+
"size": 166668002
|
|
178
|
+
},
|
|
179
|
+
"darwin-x64": {
|
|
180
|
+
"url": "https://registry.layerbase.host/ferretdb-1.24.2/ferretdb-1.24.2-darwin-x64.tar.gz",
|
|
181
|
+
"sha256": "5d73443522daee333554f8b018456ec086daed82364cc063a38c8fc198953d0d",
|
|
182
|
+
"size": 178015447
|
|
183
|
+
},
|
|
184
|
+
"linux-arm64": {
|
|
185
|
+
"url": "https://registry.layerbase.host/ferretdb-1.24.2/ferretdb-1.24.2-linux-arm64.tar.gz",
|
|
186
|
+
"sha256": "4482c21e72f06a09c737b2e06d4a9637ef12a1936a87cf6635779337c17ae235",
|
|
187
|
+
"size": 171768972
|
|
188
|
+
},
|
|
189
|
+
"linux-x64": {
|
|
190
|
+
"url": "https://registry.layerbase.host/ferretdb-1.24.2/ferretdb-1.24.2-linux-x64.tar.gz",
|
|
191
|
+
"sha256": "468350e8c97f8fc71d2e008d06bae9058c114ff810b9b0073610cf44cee6b5ed",
|
|
192
|
+
"size": 180530045
|
|
193
|
+
},
|
|
194
|
+
"win32-x64": {
|
|
195
|
+
"url": "https://registry.layerbase.host/ferretdb-1.24.2/ferretdb-1.24.2-win32-x64.zip",
|
|
196
|
+
"sha256": "174cf1c5077cf29b8fe7ff0efdaa36e0f3e9ead477be0f97fd11957fa801007f",
|
|
197
|
+
"size": 147875677
|
|
198
|
+
}
|
|
199
|
+
}
|
|
168
200
|
}
|
|
169
201
|
},
|
|
170
202
|
"influxdb": {
|