From aa12fda50a3f41cbc50718795828d9934ef9c00a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Iv=C3=A1n=20Vieitez=20Parra?= <3857362+corrideat@users.noreply.github.com> Date: Tue, 2 May 2023 11:04:18 +0200 Subject: [PATCH] update README --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 730d540..96e3af3 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ A regular expression that can be used to validate a boundary string. A regular expression that can be used to extract a boundary string from a `Content-Type` header. -#### `encodeMultipartMessage = (boundary: string, msg: TDecodedMultipartMessage[]): ReadableStream<ArrayBuffer> +#### `encodeMultipartMessage(boundary: string, msg: TDecodedMultipartMessage[]): ReadableStream<ArrayBuffer>` This function takes a boundary string and an array of messages as arguments and returns a `ReadableStream` that can be read to obtain a multipart message. diff --git a/package.json b/package.json index 27b6638..a91fc42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@exact-realty/multipart-parser", - "version": "1.0.3", + "version": "1.0.4", "description": "TypeScript streaming parser for MIME multipart messages", "main": "dist/index.js", "module": "./dist/index.mjs",