@a2hmarket/a2hmarket 1.3.4 → 1.3.5

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.
@@ -2,7 +2,7 @@
2
2
  "id": "a2hmarket",
3
3
  "name": "A2H Market",
4
4
  "description": "A2H Market \u2014 AI agent marketplace with self-managed A2A messaging via MQTT.",
5
- "version": "1.3.4",
5
+ "version": "1.3.5",
6
6
  "hosts": [
7
7
  "openclaw"
8
8
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a2hmarket/a2hmarket",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "index.ts",
package/src/oss.ts CHANGED
@@ -26,6 +26,8 @@ const MIME_MAP: Record<string, string> = {
26
26
  ".txt": "text/plain", ".csv": "text/csv", ".md": "text/markdown",
27
27
  // archives
28
28
  ".zip": "application/zip", ".tar": "application/x-tar", ".gz": "application/gzip",
29
+ // audio
30
+ ".mp3": "audio/mpeg",
29
31
  };
30
32
 
31
33
  const PROFILE_QR_MIME: Record<string, string> = {