@takosjp/yurucommu-core 3.4.4 → 3.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takosjp/yurucommu-core",
3
- "version": "3.4.4",
3
+ "version": "3.4.5",
4
4
  "license": "AGPL-3.0-only",
5
5
  "type": "module",
6
6
  "workspaces": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takosjp/yurucommu-api",
3
- "version": "3.4.4",
3
+ "version": "3.4.5",
4
4
  "description": "Typed client SDK and public API contract for yurucommu-server clients.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
@@ -234,7 +234,7 @@ media.post("/upload", async (c) => {
234
234
  // transcode pipeline, and buffering a 40MB video would pressure the Worker
235
235
  // memory budget.
236
236
  if (isVideo) {
237
- await media.put(r2Key, file.stream(), {
237
+ await media.put(r2Key, file, {
238
238
  httpMetadata: { contentType },
239
239
  });
240
240
  } else {