@midwayjs/busboy 3.19.2 → 3.19.3

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/README.md CHANGED
@@ -9,4 +9,4 @@ Document: [https://midwayjs.org](https://midwayjs.org)
9
9
 
10
10
  ## License
11
11
 
12
- [MIT]((http://github.com/midwayjs/midway/blob/master/LICENSE))
12
+ [MIT]((https://github.com/midwayjs/midway/blob/master/LICENSE))
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import { IMiddleware, ILogger, IgnoreMatcher, IMidwayApplication } from '@midwayjs/core';
3
4
  import { UploadOptions, UploadMode } from './interface';
4
5
  import { BusboyConfig } from 'busboy';
package/dist/parse.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import { UploadOptions } from './interface';
3
4
  export declare const parseMultipart: (body: any, boundary: string, uploadConfig: UploadOptions) => Promise<{
4
5
  files: any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midwayjs/busboy",
3
- "version": "3.19.2",
3
+ "version": "3.19.3",
4
4
  "description": "Midway Component for upload",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",
@@ -32,7 +32,7 @@
32
32
  "@midwayjs/faas": "^3.19.2",
33
33
  "@midwayjs/koa": "^3.19.2",
34
34
  "@midwayjs/mock": "^3.19.2",
35
- "@midwayjs/web": "^3.19.2"
35
+ "@midwayjs/web": "^3.19.3"
36
36
  },
37
- "gitHead": "57fd034be94897fb819b0d9ef776de0b9923ab0f"
37
+ "gitHead": "7c45ca2710e6495d5555419de5b2ab645696c823"
38
38
  }