lack 1.3.2 → 1.3.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.
@@ -268,6 +268,7 @@ declare namespace Whistle {
268
268
  commonName: string;
269
269
  realUrl: string;
270
270
  relativeUrl: string;
271
+ extraUrl: string;
271
272
  method: string;
272
273
  clientPort: string;
273
274
  globalValue: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lack",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "whistle extension tools",
5
5
  "author": "avenwu <avwu@qq.com>",
6
6
  "license": "MIT",