foliko 1.0.33 → 1.0.34

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foliko",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "简约的插件化 Agent 框架",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -584,6 +584,13 @@ module.exports = function(Plugin) {
584
584
  }
585
585
  }
586
586
 
587
+ /**
588
+ * 停止插件(实现 PluginManager 接口)
589
+ */
590
+ stop() {
591
+ this.stopClient()
592
+ }
593
+
587
594
  reload(framework) {
588
595
  this._framework = framework
589
596
  this._initialized = false