@bunt/app
Advanced tools
Comparing version 0.29.0 to 0.29.1
@@ -13,3 +13,3 @@ "use strict"; | ||
request.headers.assert("Content-Type", (value) => value.startsWith("multipart/form-data")); | ||
const bb = (0, busboy_1.default)({ headers: request.headers.toJSON() }); | ||
const bb = (0, busboy_1.default)({ headers: request.headers.toJSON(), defCharset: "utf-8" }); | ||
const rs = await request.createReadableStream(); | ||
@@ -16,0 +16,0 @@ const defer = new async_1.Defer(); |
@@ -10,3 +10,3 @@ import { randomBytes } from "crypto"; | ||
request.headers.assert("Content-Type", (value) => value.startsWith("multipart/form-data")); | ||
const bb = busboy({ headers: request.headers.toJSON() }); | ||
const bb = busboy({ headers: request.headers.toJSON(), defCharset: "utf-8" }); | ||
const rs = await request.createReadableStream(); | ||
@@ -13,0 +13,0 @@ const defer = new Defer(); |
{ | ||
"name": "@bunt/app", | ||
"version": "0.29.0", | ||
"version": "0.29.1", | ||
"keywords": [ | ||
@@ -47,3 +47,3 @@ "typescript" | ||
"license": "MIT", | ||
"gitHead": "45b276a86d1093d2e0d573cc990dc10b618963a6" | ||
"gitHead": "aed9e9134506c5f035aecdbf6fffe8c3e2c16ff8" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
296058