@hachej/boring-agent 0.1.9 → 0.1.10
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/dist/server/index.js +9 -0
- package/package.json +2 -2
package/dist/server/index.js
CHANGED
|
@@ -5268,6 +5268,15 @@ function contentTypeForPath(path4) {
|
|
|
5268
5268
|
return "image/svg+xml";
|
|
5269
5269
|
case ".webp":
|
|
5270
5270
|
return "image/webp";
|
|
5271
|
+
case ".css":
|
|
5272
|
+
return "text/css; charset=utf-8";
|
|
5273
|
+
case ".html":
|
|
5274
|
+
case ".htm":
|
|
5275
|
+
return "text/html; charset=utf-8";
|
|
5276
|
+
case ".js":
|
|
5277
|
+
return "text/javascript; charset=utf-8";
|
|
5278
|
+
case ".mjs":
|
|
5279
|
+
return "text/javascript; charset=utf-8";
|
|
5271
5280
|
case ".pdf":
|
|
5272
5281
|
return "application/pdf";
|
|
5273
5282
|
default:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hachej/boring-agent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Pane-embeddable coding agent. Ships direct/local/vercel-sandbox execution modes behind one interface.",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"use-stick-to-bottom": "^1.1.3",
|
|
75
75
|
"yaml": "^2.8.3",
|
|
76
76
|
"zod": "^3.25.76",
|
|
77
|
-
"@hachej/boring-ui-kit": "0.1.
|
|
77
|
+
"@hachej/boring-ui-kit": "0.1.10"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@opentelemetry/api": "^1.9.1",
|