lack 1.3.4 → 1.3.5

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.
@@ -201,6 +201,7 @@ declare namespace Whistle {
201
201
  compose(options: any, cb: (err: any, data?: any) => void): void;
202
202
  getRules(cb: (rules: any) => void): void;
203
203
  getValues(cb: (values: any) => void): void;
204
+ getPlugins(cb: (plugins: any) => void): void;
204
205
  getCustomCertsInfo(cb: (certs: any) => void): void;
205
206
  isActive(cb: (active: boolean) => void): void;
206
207
  ctx: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lack",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "whistle extension tools",
5
5
  "author": "avenwu <avwu@qq.com>",
6
6
  "license": "MIT",