hostdb 0.31.0 → 0.31.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/package.json +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hostdb",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.1",
|
|
4
4
|
"description": "Pre-built database binaries for multiple platforms, plus a typed registry library for resolving versions and download URLs offline.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -80,9 +80,6 @@
|
|
|
80
80
|
"upload:r2": "tsx scripts/upload-to-r2.ts",
|
|
81
81
|
"audit:r2-orphans": "tsx scripts/audit-r2-orphans.ts"
|
|
82
82
|
},
|
|
83
|
-
"dependencies": {
|
|
84
|
-
"tsx": "^4.19.0"
|
|
85
|
-
},
|
|
86
83
|
"devDependencies": {
|
|
87
84
|
"@aws-sdk/client-s3": "^3.990.0",
|
|
88
85
|
"@eslint/js": "^9.17.0",
|
|
@@ -93,6 +90,7 @@
|
|
|
93
90
|
"eslint": "^9.17.0",
|
|
94
91
|
"ora": "^9.3.0",
|
|
95
92
|
"prettier": "^3.4.0",
|
|
93
|
+
"tsx": "^4.19.0",
|
|
96
94
|
"typescript": "^5.7.0",
|
|
97
95
|
"typescript-eslint": "^8.18.0",
|
|
98
96
|
"yaml": "^2.8.2"
|