@midwayjs/http-proxy 3.9.0 → 3.9.6

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.
@@ -10,5 +10,6 @@ export declare class HttpProxyMiddleware implements IMiddleware<any, any> {
10
10
  proxy: HttpProxyConfig;
11
11
  url: URL;
12
12
  };
13
+ static getName(): string;
13
14
  }
14
15
  //# sourceMappingURL=middleware.d.ts.map
@@ -137,6 +137,9 @@ let HttpProxyMiddleware = class HttpProxyMiddleware {
137
137
  }
138
138
  }
139
139
  }
140
+ static getName() {
141
+ return 'http-proxy';
142
+ }
140
143
  };
141
144
  __decorate([
142
145
  (0, core_1.Config)('httpProxy'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midwayjs/http-proxy",
3
- "version": "3.9.0",
3
+ "version": "3.9.6",
4
4
  "description": "Midway Component for http proxy",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",
@@ -34,8 +34,8 @@
34
34
  "@midwayjs/faas": "^3.9.0",
35
35
  "@midwayjs/koa": "^3.9.0",
36
36
  "@midwayjs/mock": "^3.9.0",
37
- "@midwayjs/serverless-app": "^3.9.0",
37
+ "@midwayjs/serverless-app": "^3.9.1",
38
38
  "@midwayjs/web": "^3.9.0"
39
39
  },
40
- "gitHead": "5f6603d2c9606fc6fc7ece71f956e89e394efeee"
40
+ "gitHead": "0702c088ad34d182d916bb33d11c7f80bf4b24bd"
41
41
  }