mm_os 4.0.6 → 4.0.7

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/core/app/index.js CHANGED
@@ -594,7 +594,7 @@ App.prototype._installPlugin = async function (info) {
594
594
  await manager.load(info.config_file);
595
595
 
596
596
  // 执行安装方法
597
- var plugin = manager.get(info.name);
597
+ var plugin = manager.getMod(info.name);
598
598
  if (plugin && plugin.call) {
599
599
  await plugin.call('install');
600
600
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mm_os",
3
3
  "description": "MM_OS服务端架构,用于快速构建应用程序,支持网站建设、小程序后台、AI应用、物联网(IOT/AIOT)、游戏服务端等多种场景。",
4
- "version": "4.0.6",
4
+ "version": "4.0.7",
5
5
  "main": "index.js",
6
6
  "keywords": [
7
7
  "AI",