reykit 1.0.42 → 1.0.43

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/request.d.ts CHANGED
@@ -7,7 +7,7 @@
7
7
  * @param option.body - Request body data.
8
8
  * - `URLSearchParams` : Form data. Automatic set `Content-Type` to `application/x-www-form-urlencoded`.
9
9
  * - `FormData` : Multi form data. Automatic set `Content-Type` to `multipart/form-data`.
10
- * - `File` : Multi form data. When no attribute `type`, then automatic set `Content-Type` to `multipart/form-data`.
10
+ * - `File` : `file` item of multi form data. When no attribute `type`, then automatic set `Content-Type` to `multipart/form-data`.
11
11
  * - `Blob` : Bytes data. When no attribute `type`, then automatic set `Content-Type` to `application/octet-stream`.
12
12
  * - `Record<string, any> | string` : JSON data. Automatic set `Content-Type` to `application/json`.
13
13
  * @param option.headers - Request header data.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reykit",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "description": "Kit method set.",
5
5
  "author": "reyxbo",
6
6
  "keywords": [