hostdb 0.13.0 → 0.13.1
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/README.md +1 -0
- package/package.json +1 -1
- package/releases.json +35 -1
package/README.md
CHANGED
|
@@ -211,6 +211,7 @@ pnpm add:engine sqlite # Then follow printed instructions
|
|
|
211
211
|
## Documentation
|
|
212
212
|
|
|
213
213
|
- [ARCHITECTURE.md](./ARCHITECTURE.md) - Visual representation of how this repo works
|
|
214
|
+
- [BINARIES.md](./BINARIES.md) - Archive structure reference for each database
|
|
214
215
|
- [CHECKLIST.md](./CHECKLIST.md) - Checklist for adding a new database
|
|
215
216
|
|
|
216
217
|
## TODO
|
package/package.json
CHANGED
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-
|
|
4
|
+
"lastUpdated": "2026-01-22T07:39:23.460Z",
|
|
5
5
|
"databases": {
|
|
6
6
|
"clickhouse": {
|
|
7
7
|
"25.12.3.21": {
|
|
@@ -164,6 +164,40 @@
|
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
},
|
|
167
|
+
"meilisearch": {
|
|
168
|
+
"1.33.1": {
|
|
169
|
+
"version": "1.33.1",
|
|
170
|
+
"releaseTag": "meilisearch-1.33.1",
|
|
171
|
+
"releasedAt": "2026-01-22T07:39:06Z",
|
|
172
|
+
"platforms": {
|
|
173
|
+
"darwin-arm64": {
|
|
174
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/meilisearch-1.33.1/meilisearch-1.33.1-darwin-arm64.tar.gz",
|
|
175
|
+
"sha256": "39366cfd7271d7de80ca04e274ee26b3d61c2dd346ab77763d44de8cb39d47b1",
|
|
176
|
+
"size": 95970604
|
|
177
|
+
},
|
|
178
|
+
"darwin-x64": {
|
|
179
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/meilisearch-1.33.1/meilisearch-1.33.1-darwin-x64.tar.gz",
|
|
180
|
+
"sha256": "1fdbcf0b40ea851df48daf0810d866b3f98eaa64924e7b7f4dd7accab593a148",
|
|
181
|
+
"size": 96577716
|
|
182
|
+
},
|
|
183
|
+
"linux-arm64": {
|
|
184
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/meilisearch-1.33.1/meilisearch-1.33.1-linux-arm64.tar.gz",
|
|
185
|
+
"sha256": "ce0ab5f8d2ca487a45c80f95eae8f95f5a069a0706050851a94982c4a90b95bc",
|
|
186
|
+
"size": 96104406
|
|
187
|
+
},
|
|
188
|
+
"linux-x64": {
|
|
189
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/meilisearch-1.33.1/meilisearch-1.33.1-linux-x64.tar.gz",
|
|
190
|
+
"sha256": "e93aa8d1f881a37e4c86ce0b39c8bf61b9e5fba504a3fa5371c2e5afa3f06ec9",
|
|
191
|
+
"size": 97503186
|
|
192
|
+
},
|
|
193
|
+
"win32-x64": {
|
|
194
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/meilisearch-1.33.1/meilisearch-1.33.1-win32-x64.zip",
|
|
195
|
+
"sha256": "19027f7dab9fd1c0c9a1b3ef1d40b0e903a7e3410b70afdd2bf53c928adeeb64",
|
|
196
|
+
"size": 95325386
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
},
|
|
167
201
|
"mongodb": {
|
|
168
202
|
"8.2.3": {
|
|
169
203
|
"version": "8.2.3",
|